From: Grey Li Date: Thu, 18 Oct 2018 04:59:19 +0000 (+0800) Subject: Fix ambiguity in include section X-Git-Tag: 2.11.0~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F914%2Fhead;p=thirdparty%2Fjinja.git Fix ambiguity in include section --- diff --git a/docs/templates.rst b/docs/templates.rst index f91f9b9a..705e5e08 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -989,7 +989,7 @@ at the same time. They are documented in detail in the Include ~~~~~~~ -The `include` statement is useful to include a template and return the +The `include` tag is useful to include a template and return the rendered contents of that file into the current namespace:: {% include 'header.html' %}