Saved Bookmarks
| 1. |
Mention What Does The Django Templates Consists Of? |
|
Answer» The 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. The 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. |
|