From dd05562460825f234bc3d6754bbc30d4d95c2230 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 18 Oct 2018 12:59:19 +0800 Subject: [PATCH] Fix ambiguity in include section --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %} -- 2.47.2