GoStart/web/views/templates/footer.html

6 lines
102 B
HTML

{{define "footer"}}
<footer class="text-textMuted">
<p>&copy; 2024 My Web App</p>
</footer>
{{end}}