Files
old-svevijesti/web/data/footer.html

14 lines
214 B
HTML
Raw Normal View History

2023-12-18 16:51:47 +01:00
{{define "footerHTML"}}
<footer>
SN
<div>
<nav>
<a href="{{.previous}}">&lt;----</a> |
<a href="/">Početna</a> |
<a href="{{.next}}">----&gt;</a>
</nav>
</div>
</footer>
{{end}}