django-planet
April 2, 2020

Templates For User Interfaces

in blog Matt Layman
original entry Templates For User Interfaces

In the previous Understand Django article, we looked at the fundamentals of using views in Django. This article will focus on templates. Templates are your primary tool in a Django project for generating a user interface. With templates, you’ll be able to build the pages that users will see when they visit your web app. Let’s see how templates hook into views and what features Django provides with its template system.