summaryrefslogtreecommitdiff
path: root/template/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/templates/base.html')
-rw-r--r--template/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/templates/base.html b/template/templates/base.html
index 30a9c53..14b5e88 100644
--- a/template/templates/base.html
+++ b/template/templates/base.html
@@ -11,6 +11,7 @@
<div id="content" class="container">
{{ template "content" . }}
</div>
+ <script data-main="/static/js/script.js" src="/static/js/require.js"></script>
</body>
</html>
{{ end }}