Files
Gardomatic/internal/web/templates/partials/pagination.tmpl
T
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

2 lines
271 B
Cheetah

{{define "pagination"}}{{with .Pagination}}<nav class='pagination' aria-label='Seitennavigation'>{{with .PreviousURL}}<a href='{{.}}'>Zurück</a>{{end}}<span>Seite {{.Page}} von {{.TotalPages}}</span>{{with .NextURL}}<a href='{{.}}'>Weiter</a>{{end}}</nav>{{end}}{{end}}