August 2016
Beginner to intermediate
717 pages
15h 24m
English
As we saw in the first chapter, where we explained the MVC and MVT models, templates are files that will allow us to generate the HTML code returned to the client. In our views, the HTML code is not mixed with the Python code.
Django comes with its own template system. However, as Django is modular, it is possible to use a different template system. This system is composed of a language that will be used to make our dynamic templates.
In this chapter, we will learn how to do the following:
Read now
Unlock full access