From: Fabien Potencier Date: Thu, 22 Dec 2011 13:20:20 +0000 (+0100) Subject: tweaked doc (closes #567) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=46a064d00639e41109103f664f4553de81283da8;p=konrad%2Ftwig.git tweaked doc (closes #567) --- diff --git a/doc/tags/include.rst b/doc/tags/include.rst index 1d1c06f..7bba404 100644 --- a/doc/tags/include.rst +++ b/doc/tags/include.rst @@ -12,6 +12,9 @@ of that file into the current namespace: Included templates have access to the variables of the active context. +If you are using the filesystem loader, the templates are looked for in the +paths defined by it. + You can add additional variables by passing them after the ``with`` keyword: .. code-block:: jinja