ddServer/templates/footer.html
2023-12-04 13:54:14 +01:00

7 lines
250 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 Monster Generator. Alle Rechte vorbehalten.</p>
</aside>
</footer>
{{ end }}