From e0971c0a253339619641e4505509a81f02564e6c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 18 Dec 2024 12:17:58 +0100 Subject: [PATCH] Fix doc --- doc/tags/use.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tags/use.rst b/doc/tags/use.rst index d26dc4f2cb..b04ed8346f 100644 --- a/doc/tags/use.rst +++ b/doc/tags/use.rst @@ -37,7 +37,7 @@ The ``use`` statement tells Twig to import the blocks defined in .. code-block:: twig {# blocks.html.twig #} - + {% block sidebar %}{% endblock %} In this example, the ``use`` statement imports the ``sidebar`` block into the