Django Web Framework - Module Quiz: Templates
Which of the following sentences about templates are true? Select all that apply.
A template is a web page that has blocks of template language syntax inside the HTML script.
A template extracts the data from a model and generates a dynamic page.
...