summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/base.html')
-rw-r--r--src/main/resources/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/base.html b/src/main/resources/templates/base.html
index 598c6c8..4c45403 100644
--- a/src/main/resources/templates/base.html
+++ b/src/main/resources/templates/base.html
@@ -6,6 +6,7 @@
<title>{#insert title}{/}</title>
<link rel="stylesheet" type="text/css" href="/base.css" />
+ <script type="importmap" src="/web_modules/import-map.json"></script>
<script type="module" src="/components.js"></script>
{#insert head}{/}