This commit is contained in:
Pedro 2017-04-18 08:35:59 +00:00 committed by GitHub
commit 5a13c65684
7 changed files with 49 additions and 0 deletions

View file

@ -700,6 +700,14 @@ Template pages
separate templates from the theme. Example: projects, resume, profile ...
These templates need to use ``DIRECT_TEMPLATES`` setting.
.. data:: THEME_TEMPLATE_OVERRIDES = []
A list of paths you want Jinja2 to search for templates before searching the
theme's ``templates/`` directory. Allows for overriding individual theme
template files without having to fork an existing theme. Jinja2 searches in
the following order: files in ``THEME_TEMPLATE_OVERRIDES`` first, theme's
``templates/``
Metadata
========