GoStart/web/views/templates/footer.html

6 lines
102 B
HTML
Raw Normal View History

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