Templates are the third and most important part of Django’s MVT Structure. A template in Django is basically written in HTML, CSS and Javascript in an .html file. Django framework efficiently handles and generates dynamically HTML web pages that are visible to end-user. Django mainly functions with a backend so, in order to provide frontend and provide a layout to our website, we use templates. There are two methods of adding the template to our website depending on our needs.
We can use a single template directory which will be spread over the entire project.
For each app of our project, we can create a different template directory.
For our current project, we will create a single template directory which will be spread over the entire project for simplicity. App-level templates are generally used in big projects or in case we want to provide a different layout to each component of our webpage.
On this page of the site you can watch the video online Django Tutorial - DTL | Template and Jinja Example Part1 - Python Django with a duration of hours minute second in good quality, which was uploaded by the user Muo sigma classes 17 September 2020, share the link with friends and acquaintances, this video has already been watched 762 times on youtube and it was liked by 12 viewers. Enjoy your viewing!