parts/django/docs/ref/templates/index.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 =========
       
     2 Templates
       
     3 =========
       
     4 
       
     5 Django's template engine provides a powerful mini-language for defining the
       
     6 user-facing layer of your application, encouraging a clean separation of
       
     7 application and presentation logic. Templates can be maintained by anyone with
       
     8 an understanding of HTML; no knowledge of Python is required.
       
     9 
       
    10 .. toctree::
       
    11    :maxdepth: 2
       
    12 
       
    13    builtins
       
    14    api
       
    15 
       
    16 .. seealso::
       
    17 
       
    18     For information on writing your own custom tags and filters, see
       
    19     :doc:`/howto/custom-template-tags`.