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 12cb663 commit 6381132Copy full SHA for 6381132
frontend/encore/simple-example.rst
@@ -269,7 +269,8 @@ you need them:
269
+ {% endblock %}
270
271
Now, the checkout page will contain all the JavaScript and CSS for the ``app`` entry
272
-(because this is included in ``base.html.twig``) *and* your ``checkout`` entry.
+(because this is included in ``base.html.twig`` and there is the ``{{ parent() }}`` call)
273
+*and* your ``checkout`` entry.
274
275
See :doc:`/frontend/encore/page-specific-assets` for more details. To avoid duplicating
276
the same code in different entry files, see :doc:`/frontend/encore/split-chunks`.
0 commit comments