Changeset 441
- Timestamp:
- 08/09/05 16:42:27 (3 years ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r283 r441 41 41 {% endfor %} 42 42 {% endblock %} 43 43 44 44 .. admonition:: Philosophy 45 45 46 Why use a text-based template instead of an XML-based one (like Zope's 46 Why use a text-based template instead of an XML-based one (like Zope's 47 47 TAL)? We wanted Django's template language to be usable for more than 48 just XML/HTML templates -- at the Journal-World we use it for emails, 48 just XML/HTML templates -- at the Journal-World we use it for emails, 49 49 Javascript, CSV -- you can use the template language for any text-based 50 50 format. … … 470 470 * Colendeeza Rice 471 471 * Unknown: 472 * Janet Reno472 * Pat Smith 473 473 474 474 The following snippet of template code would accomplish this dubious task::
