1
0
mirror of https://github.com/django/django.git synced 2025-05-28 09:46:29 +00:00
django/docs/ref/templates/index.txt
Philip James 34ea3d61af [1.11.x] Fixed #26028 -- Added overriding templates howto.
Backport of 7c9a83330169df1118f6bd690aed131e7c59638d from master
2017-06-02 18:21:35 -04:00

26 lines
703 B
Plaintext

=========
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. For introductory
material, see :doc:`/topics/templates` topic guide.
.. toctree::
:maxdepth: 2
language
builtins
api
upgrading
.. seealso::
For information on writing your own custom tags and filters, see
:doc:`/howto/custom-template-tags`.
To learn how to override templates in other Django applications, see
:doc:`/howto/overriding-templates`.