Sophie

Sophie

distrib > Fedora > 17 > x86_64 > by-pkgid > b6f82ea76d5134c5709ffcc9dc9e29c5 > files > 200

Django-doc-1.4.5-1.fc17.noarch.rpm

=========
Templates
=========

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
    :doc:`/howto/custom-template-tags`.