minor #4243 Clarify block function (ruudk)

This PR was merged into the 3.x branch.

Discussion
----------

Clarify block function

It actually renders the block again.

Commits
-------

8c3df0c0 Clarify block function
This commit is contained in:
Fabien Potencier
2024-08-28 08:24:18 +02:00
+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