gobyexample/templates/footer.tmpl
2021-09-02 10:26:17 -07:00

6 lines
325 B
Cheetah

{{define "footer"}}
<p class="footer">
by <a href="https://markmcgranaghan.com">Mark McGranaghan</a> and <a href="https://eli.thegreenplace.net">Eli Bendersky</a> | <a href="https://github.com/mmcgrana/gobyexample">source</a> | <a href="https://github.com/mmcgrana/gobyexample#license">license</a>
</p>
{{end}}