Changeset 6533
- Timestamp:
- 10/19/07 00:07:47 (1 year ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r6366 r6533 2 2 The Django template language: For template authors 3 3 ================================================== 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`_. 4 8 5 9 Django's template language is designed to strike a balance between power and … … 8 12 or CheetahTemplate_, you should feel right at home with Django's templates. 9 13 14 .. _`The Django template language: For Python programmers`: ../templates_python/ 10 15 .. _Smarty: http://smarty.php.net/ 11 16 .. _CheetahTemplate: http://www.cheetahtemplate.org/ … … 1439 1444 1440 1445 .. _webdesign documentation: ../webdesign/ 1441 1442 Next steps1443 ==========1444 1445 Read the document `The Django template language: For Python programmers`_ if1446 you're interested in learning the template system from a technical1447 perspective -- how it works and how to extend it.1448 1449 .. _The Django template language\: For Python programmers: ../templates_python/
