udemy-go-microservices/front-end/cmd/web/templates/footer.partial.gohtml

10 lines
266 B
Plaintext
Raw Normal View History

2024-08-27 19:24:24 +00: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}}