GoStart/web/views/templates/footer.html

5 lines
84 B
HTML

{{define "footer"}}
<footer>
<p>&copy; 2024 My Web App</p>
</footer>
{{end}}