31476802-go-microservice/front-end/cmd/web/templates/footer.partial.gohtml

10 lines
266 B
Text
Raw Permalink Normal View History

2025-05-16 14:39:17 -05:00
{{define "footer"}}
<div class="container">
<div class="row">
<div class="col text-center">
<hr>
<small class="text-muted">Copyright &copy; GoCode.ca</small>
</div>
</div>
</div>
{{end}}