Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a15a0b9

Browse files
authored
Déplacement appel importmap (#2249)
Co-authored-by: vgreb <[email protected]>
1 parent 42b0f66 commit a15a0b9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858

5959
{% block footer '' %}
6060
{% block javascripts '' %}
61-
{% block importmap %}{{ importmap('app') }}{% endblock %}
61+
{% block importmap '' %}
6262
</body>
6363
</html>

templates/site/base.html.twig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@
122122
</footer>
123123
{% endautoescape %}
124124
{% endblock %}
125+
126+
{% block importmap %}
127+
{{ importmap('app') }}
128+
{% endblock %}

0 commit comments

Comments
 (0)