Saved Bookmarks
| 1. |
What Constitutes Django Templates? |
|
Answer» Template can create FORMATS like XML,HTML and CSV(which are TEXT based formats). In general TERMS template is a simple text FILE. It is made up of VARIABLES that will later be replaced by values after the template is evaluated and has tags which will control template’s logic. Template can create formats like XML,HTML and CSV(which are text based formats). In general terms template is a simple text file. It is made up of variables that will later be replaced by values after the template is evaluated and has tags which will control template’s logic. |
|