diff --git a/core/templates/core/500.jinja b/core/templates/core/500.jinja
index f56359f2..8ca195c5 100644
--- a/core/templates/core/500.jinja
+++ b/core/templates/core/500.jinja
@@ -1,7 +1,7 @@
{% extends "core/base.jinja" %}
{% block additional_js %}
{% if settings.SENTRY_DSN %}
-
+
{% endif %}
{% endblock additional_js %}
diff --git a/core/templates/core/user_godfathers_tree.jinja b/core/templates/core/user_godfathers_tree.jinja
index 5a2338ee..88e7ce79 100644
--- a/core/templates/core/user_godfathers_tree.jinja
+++ b/core/templates/core/user_godfathers_tree.jinja
@@ -7,7 +7,7 @@
{%- endblock -%}
{% block additional_js %}
-
+
{% endblock %}
{% block title %}
diff --git a/core/templates/core/user_pictures.jinja b/core/templates/core/user_pictures.jinja
index 041f4614..a06ea757 100644
--- a/core/templates/core/user_pictures.jinja
+++ b/core/templates/core/user_pictures.jinja
@@ -5,7 +5,7 @@
{%- endblock -%}
{% block additional_js %}
-
+
{% endblock %}
{% block title %}
diff --git a/core/templates/core/widgets/autocomplete_select.jinja b/core/templates/core/widgets/autocomplete_select.jinja
index 95c45dda..8756dee5 100644
--- a/core/templates/core/widgets/autocomplete_select.jinja
+++ b/core/templates/core/widgets/autocomplete_select.jinja
@@ -1,5 +1,5 @@
{% for js in statics.js %}
-
+
{% endfor %}
{% for css in statics.css %}
diff --git a/core/templates/core/widgets/markdown_textarea.jinja b/core/templates/core/widgets/markdown_textarea.jinja
index aed2a667..89653215 100644
--- a/core/templates/core/widgets/markdown_textarea.jinja
+++ b/core/templates/core/widgets/markdown_textarea.jinja
@@ -1,5 +1,5 @@
-
+
{% if widget.value %}{{ widget.value }}{% endif %}
diff --git a/core/templates/core/widgets/nfc.jinja b/core/templates/core/widgets/nfc.jinja
index 832e21e8..5d88f17e 100644
--- a/core/templates/core/widgets/nfc.jinja
+++ b/core/templates/core/widgets/nfc.jinja
@@ -1,4 +1,4 @@
-
+
diff --git a/docs/howto/statics.md b/docs/howto/statics.md
index 15b3429f..b290f66d 100644
--- a/docs/howto/statics.md
+++ b/docs/howto/statics.md
@@ -36,8 +36,8 @@ Pour accéder au fichier, il faut utiliser `static` comme pour le reste mais en
```jinja
{# Example pour ajouter sith/core/bundled/alpine-index.js #}
-
-
+
+
```
!!!note
@@ -46,6 +46,11 @@ Pour accéder au fichier, il faut utiliser `static` comme pour le reste mais en
Les autres fichiers sont disponibles à l'import dans le JavaScript comme
si ils étaient tous au même niveau.
+!!!warning
+
+ Le bundler ne génère que des modules javascript.
+ Ajouter `type="module"` n'est pas optionnel !
+
### Les imports au sein des fichiers des fichiers javascript bundlés
Pour importer au sein d'un fichier js bundlé, il faut préfixer ses imports de `#app:`.
diff --git a/galaxy/templates/galaxy/user.jinja b/galaxy/templates/galaxy/user.jinja
index fdecbad6..f6fcc392 100644
--- a/galaxy/templates/galaxy/user.jinja
+++ b/galaxy/templates/galaxy/user.jinja
@@ -5,7 +5,7 @@
{% endblock %}
{% block additional_js %}
-
+
{% endblock %}
diff --git a/pedagogy/templates/pedagogy/guide.jinja b/pedagogy/templates/pedagogy/guide.jinja
index f41ddacd..112ff1a5 100644
--- a/pedagogy/templates/pedagogy/guide.jinja
+++ b/pedagogy/templates/pedagogy/guide.jinja
@@ -10,7 +10,7 @@
{% endblock %}
{% block additional_js %}
-
+
{% endblock %}
{% block head %}
diff --git a/sas/templates/sas/album.jinja b/sas/templates/sas/album.jinja
index 804cdc56..70aa79df 100644
--- a/sas/templates/sas/album.jinja
+++ b/sas/templates/sas/album.jinja
@@ -6,7 +6,7 @@
{%- endblock -%}
{%- block additional_js -%}
-
+
{%- endblock -%}
{% block title %}
diff --git a/sas/templates/sas/picture.jinja b/sas/templates/sas/picture.jinja
index d3f4b362..0fe2bf62 100644
--- a/sas/templates/sas/picture.jinja
+++ b/sas/templates/sas/picture.jinja
@@ -7,8 +7,8 @@
{%- endblock -%}
{%- block additional_js -%}
-
-
+
+
{%- endblock -%}
{% block title %}
diff --git a/subscription/templates/subscription/stats.jinja b/subscription/templates/subscription/stats.jinja
index d68a5668..eb124032 100644
--- a/subscription/templates/subscription/stats.jinja
+++ b/subscription/templates/subscription/stats.jinja
@@ -6,7 +6,7 @@
{% block head %}
{{ super() }}
-
+
{% endblock %}
{% block content %}