diff --git a/src/html/index.html.template b/src/html/index.html.template
index d61595003c..93b146d5a5 100644
--- a/src/html/index.html.template
+++ b/src/html/index.html.template
@@ -58,12 +58,13 @@
window.customPanelJS = "<%= latestCustomPanelJS %>";
window.latestJS = true;
+
+ import("{{ extra_module }}");
{% endfor -%}
+
+
{% for extra_url in extra_urls -%}