GoStart/web/views/template/#footer.html

5 lines
84 B
HTML
Raw Normal View History

2024-05-27 01:42:53 +00:00
{{define "footer"}}
<footer>
<p>&copy; 2024 My Web App</p>
</footer>
{{end}}