tweaked doc (closes #567)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Dec 2011 13:20:20 +0000 (14:20 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 22 Dec 2011 13:20:20 +0000 (14:20 +0100)
doc/tags/include.rst

index 1d1c06f..7bba404 100644 (file)
@@ -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