Saved Bookmarks
| 1. |
What Does The Django Templates Contain? |
|
Answer» A template is a simple text file. It can create any text-based format like XML, CSV, HTML, etc. A template contains VARIABLES that GET replaced with values when the template is evaluated and TAGS (%tag%) that controls the LOGIC of the template. A template is a simple text file. It can create any text-based format like XML, CSV, HTML, etc. A template contains variables that get replaced with values when the template is evaluated and tags (%tag%) that controls the logic of the template. |
|