Ticket #5658: 5658.diff
File 5658.diff, 1016 bytes (added by , 17 years ago) |
---|
-
docs/templates.txt
2 2 The Django template language: For template authors 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 8 `The Django template language: For Python programmers`_. 9 5 10 Django's template language is designed to strike a balance between power and 6 11 ease. It's designed to feel comfortable to those used to working with HTML. If 7 12 you have any exposure to other text-based template languages, such as Smarty_ 8 13 or CheetahTemplate_, you should feel right at home with Django's templates. 9 14 15 .. _`The Django template language: For Python programmers`: ../templates_python/ 10 16 .. _Smarty: http://smarty.php.net/ 11 17 .. _CheetahTemplate: http://www.cheetahtemplate.org/ 12 18