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

Commit d89204c

Browse files
authored
Merge pull request #809 from damienflament/patch-1
render() is a Twig function, not a block
2 parents 308b918 + df0e7fe commit d89204c

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)