move footer to base.tmpl

This commit is contained in:
2022-05-11 21:39:49 +02:00
parent 809b06baf6
commit 7f30f3044c
13 changed files with 0 additions and 13 deletions

View File

@ -19,6 +19,5 @@
{{- block "body" . -}}{{- end -}}
{{- block "body_script" . -}}{{end}}
</body>
{{template "footer" .}}
</html>
{{end}}