mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-28 11:06:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user