dumb/views/footer.tmpl

6 lines
152 B
Cheetah
Raw Normal View History

{{define "footer"}}
<footer>
2023-01-23 16:20:37 +01:00
<a rel="noopener noreferrer" target="_blank" href="https://github.com/rramiachraf/dumb">Source Code</a>
</footer>
{{end}}