From 21fde2f781350d3cc6aba1e61310e34d75c5d82c Mon Sep 17 00:00:00 2001 From: Chrysweel Date: Wed, 10 Jul 2019 14:14:10 +0200 Subject: [PATCH] Update include.rst Fix in function include to set a filter --- 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 9797af1b5..93ec894da 100644 --- a/doc/tags/include.rst +++ b/doc/tags/include.rst @@ -36,7 +36,7 @@ of that file: {% include 'template.html' %} {% endfilter %} {# vs #} - {% include('template.html')|upper %} + {{ include('template.html')|upper }} * The ``include`` function does not impose any specific order for arguments thanks to :ref:`named arguments `.