From 8c3df0c0bc6a1a5bcc39bca085fa6c539f6e2367 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Wed, 28 Aug 2024 08:20:39 +0200 Subject: [PATCH] Clarify block function It actually renders the block again. --- doc/functions/block.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/functions/block.rst b/doc/functions/block.rst index efc516eb1..ef8e5f4b6 100644 --- a/doc/functions/block.rst +++ b/doc/functions/block.rst @@ -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