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

14 lines
214 B
HTML
Raw Normal View History

2022-02-13 05:12:49 +01:00
{{define "footerHTML"}}
<footer>
2022-02-14 11:03:56 +01:00
SN
2022-02-16 19:11:48 +01:00
<div>
<nav>
<a href="{{.previous}}">&lt;----</a> |
<a href="/">Početna</a> |
<a href="{{.next}}">----&gt;</a>
</nav>
</div>
2022-02-13 05:12:49 +01:00
</footer>
{{end}}