31476802-go-microservice/front-end/cmd/web/templates/footer.partial.gohtml
2025-05-16 14:39:17 -05:00

10 lines
No EOL
266 B
Text

{{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}}