diff --git a/doc/tags/use.rst b/doc/tags/use.rst index e403632dc..a2f3af090 100644 --- a/doc/tags/use.rst +++ b/doc/tags/use.rst @@ -39,7 +39,8 @@ The ``use`` statement tells Twig to import the blocks defined in .. code-block:: jinja - # blocks.html + {# blocks.html #} + {% block sidebar %}{% endblock %} In this example, the ``use`` statement imports the ``sidebar`` block into the