diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 6ce899d9767..7e745f0cb8e 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -48,7 +48,7 @@ It also *updated* the ``templates/base.html.twig`` file: .. code-block:: diff {% block javascripts %} - + {{ importmap('app') }} + + {% block importmap %}{{ importmap('app') }}{% endblock %} {% endblock %} If you're not using Flex, you'll need to create & update these files manually. See