From 200fe17f1c81c17ddf5f4c4f38e2ea0425e349af Mon Sep 17 00:00:00 2001 From: Dmitry Medvinsky Date: Fri, 21 Sep 2012 17:15:38 +0400 Subject: [PATCH] Fix typo in `include` documentation --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2