go-web-template/assets/public/html/footer.tmpl
Valentin Brandl 12fbb06666
All checks were successful
golangci-lint / lint (push) Successful in 19m8s
Initial commit
2024-08-25 16:40:48 +02:00

14 lines
317 B
Cheetah

{{ define "footer" }}
<div class="footbar">
<div class="container">
<div class="row">
<footer class="footer full-width">
<p class="mtop">
<a href="#" target="_blank"></a>
</p>
</footer>
</div>
</div>
</div>
{{ end }}