From 46a064d00639e41109103f664f4553de81283da8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 22 Dec 2011 14:20:20 +0100 Subject: [PATCH] tweaked doc (closes #567) --- doc/tags/include.rst | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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 -- 1.7.2.5