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 `.