2009-12-26 11:44:21 +08:00
|
|
|
=========
|
|
|
|
Templates
|
|
|
|
=========
|
2008-08-24 06:25:40 +08:00
|
|
|
|
|
|
|
Django's template engine provides a powerful mini-language for defining the
|
|
|
|
user-facing layer of your application, encouraging a clean separation of
|
|
|
|
application and presentation logic. Templates can be maintained by anyone with
|
|
|
|
an understanding of HTML; no knowledge of Python is required.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
builtins
|
|
|
|
api
|
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
For information on writing your own custom tags and filters, see
|
2010-08-20 03:27:44 +08:00
|
|
|
:doc:`/howto/custom-template-tags`.
|