We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfc029 commit d737a8cCopy full SHA for d737a8c
doc/index.rst
@@ -884,7 +884,7 @@ via the ``outerBlocks`` variable and forward it into ``Alert``:
884
885
{# templates/SuccessAlert.html.twig #}
886
{% component Alert with { type: 'success' } %}
887
- {% block content %}{{ blocks(outerBlocks.content) }}{% endblock %}
+ {% block content %}{{ block(outerBlocks.content) }}{% endblock %}
888
{% endcomponent %}
889
890
Note that to pass a block multiple components down, each component needs to pass it.
0 commit comments