Add simple footer

This commit is contained in:
ItsDrike 2021-08-25 13:07:58 +02:00
parent 230834fd9f
commit 5806b8fc7b
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 34 additions and 0 deletions

View file

@ -10,6 +10,7 @@
</head>
<body>
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
{{ partial "script_async.html" "js/bootstrap.min.js" }}
{{ block "scripts_extra" . }}{{ end }}