ddServer/templates/footer.html

7 lines
232 B
HTML

{{ 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 }}