seperator forms.html into templates and improve page styling

This commit is contained in:
Patryk Hegenberg 2023-11-29 13:53:29 +01:00
parent a0738a7665
commit 24c11cbd50
7 changed files with 407 additions and 181 deletions

7
templates/footer.html Normal file
View file

@ -0,0 +1,7 @@
{{ define "footer" }}
<footer class="footer footer-center p-4 bg-base-300 text-base-content">
<aside>
<p class="text-gray-600">&copy; {{.Year}} Dungeons and Dragons. Alle Rechte vorbehalten.</p>
</aside>
</footer>
{{ end }}