From ef6debec55c96838c8f2a18312ac07a23410b2ca Mon Sep 17 00:00:00 2001 From: nstCactus Date: Wed, 7 Oct 2020 09:28:17 +0200 Subject: [PATCH] Emphase the fact that the include tag outputs data --- doc/tags/include.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tags/include.rst b/doc/tags/include.rst index 661280f92..624e86542 100644 --- a/doc/tags/include.rst +++ b/doc/tags/include.rst @@ -1,7 +1,7 @@ ``include`` =========== -The ``include`` statement includes a template and returns the rendered content +The ``include`` statement includes a template and outputs the rendered content of that file: .. code-block:: twig