seperator forms.html into templates and improve page styling
This commit is contained in:
parent
a0738a7665
commit
24c11cbd50
7 changed files with 407 additions and 181 deletions
7
templates/footer.html
Normal file
7
templates/footer.html
Normal 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">© {{.Year}} Dungeons and Dragons. Alle Rechte vorbehalten.</p>
|
||||
</aside>
|
||||
</footer>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue