Changeset 6770
- Timestamp:
- 11/29/07 23:18:57 (9 months ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r6680 r6770 3 3 ================================================== 4 4 5 This document explains the language syntax of the Django template system. If 6 you're looking for a more technical perspective on how it works and how to 7 extend it, see `The Django template language: For Python programmers`_. 5 .. admonition:: About this document 6 7 This document explains the language syntax of the Django template system. If 8 you're looking for a more technical perspective on how it works and how to 9 extend it, see `The Django template language: For Python programmers`_. 8 10 9 11 Django's template language is designed to strike a balance between power and
