Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit df0e7fe

Browse files
render() is a Twig function, not a block
Correct a typo which cause a Twig exception because the _render_ block is called but it doesn't exist.
1 parent 308b918 commit df0e7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/create/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ higher, the method reads:
368368

369369
.. code-block:: jinja
370370
371-
{% render(controller("cmf_create.jsloader.controller:includeJSFilesAction")) %}
371+
{{ render(controller("cmf_create.jsloader.controller:includeJSFilesAction")) }}
372372
373373
.. code-block:: php
374374

0 commit comments

Comments
 (0)