Konfi-Castle-Kasino/tpl/admin_footer.html
kolaente 0b4083e611
All checks were successful
continuous-integration/drone/push Build is passing
Vue JS all the things
2019-09-14 17:08:22 +02:00

12 lines
212 B
HTML

{{define "admin_footer"}}
<script>
const mode = {{.Mode}}
</script>
<script src="/assets/js/vue.js"></script>
<script src="/assets/js/admin.js"></script>
</body>
</html>
{{end}}