BrainMinder/assets/templates/partials/footer.tmpl

11 lines
492 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "partial:footer"}}
<script type="module" defer src="/static/datastar/datastar.js"></script>
<script src="/static/easymde/easymde.min.js"></script>
<script src="/static/js/Sortable.min.js"></script>
<script src="/static/js/htmx/htmx.min.js"></script>
<script src="/static/js/handlebars.js"></script>
<script src="/static/js/templates.js"></script>
<script src="/static/js/slimselect.min.js"></script>
<script src="/static/js/main.js"></script>
2024-08-22 10:13:16 +02:00
{{end}}