From: Dmitry Medvinsky Date: Fri, 21 Sep 2012 13:15:38 +0000 (+0400) Subject: Fix typo in `include` documentation X-Git-Tag: 2.7~47^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F149%2Fhead;p=thirdparty%2Fjinja.git Fix typo in `include` documentation --- diff --git a/docs/templates.rst b/docs/templates.rst index 790b95e7..ac06d024 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -786,7 +786,7 @@ default. For more details about context behavior of imports and includes see :ref:`import-visibility`. From Jinja 2.2 onwards you can mark an include with ``ignore missing`` in -which case Jinja will ignore the statement if the template to be ignored +which case Jinja will ignore the statement if the template to be included does not exist. When combined with ``with`` or ``without context`` it has to be placed *before* the context visibility statement. Here some valid examples::