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.
{% block importmap %}
1 parent eeaa281 commit 4897c25Copy full SHA for 4897c25
frontend/asset_mapper.rst
@@ -48,7 +48,7 @@ It also *updated* the ``templates/base.html.twig`` file:
48
.. code-block:: diff
49
50
{% block javascripts %}
51
- + {{ importmap('app') }}
+ + {% block importmap %}{{ importmap('app') }}{% endblock %}
52
{% endblock %}
53
54
If you're not using Flex, you'll need to create & update these files manually. See
0 commit comments