feat(docs): Document template inheritence

This commit is contained in:
Kyle Fuller
2016-12-01 16:20:28 +00:00
parent 46bc1242f3
commit 6871387671
2 changed files with 99 additions and 0 deletions

View File

@@ -217,9 +217,20 @@ the template.
``extends``
~~~~~~~~~~~
Extends the template from a parent template.
.. code-block:: html+django
{% extends "base.html" %}
See :ref:`template-inheritance` for more information.
``block``
~~~~~~~~~
Defines a block that can be overridden by child templates. See
:ref:`template-inheritance` for more information.
.. _built-in-filters:
Built-in Filters