Clarify block function

It actually renders the block again.
This commit is contained in:
Ruud Kamphuis
2024-08-28 08:20:39 +02:00
committed by GitHub
parent f9b7e815b0
commit 8c3df0c0bc
+1 -1
View File
@@ -1,7 +1,7 @@
``block``
=========
When a template uses inheritance and if you want to print a block multiple
When a template uses inheritance and if you want to render a block multiple
times, use the ``block`` function:
.. code-block:: html+twig