This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavecomm/templates/templateIncludes/pagination.html.html
Tina_Azure 8d2033b316 minor refactoring in config
implement pagination
2023-05-04 22:22:21 +02:00

11 lines
349 B
HTML

{{#PAGINATION}}
<div>
<a href="/?page={{PAGINATION_PREVIOUS}}">&laquo;</a> -
<a href="/?page={{PAGINATION_NEXT}}">&raquo;</a> |
<br>
{{#PAGINATION_NUMBERS}}
<a href="/?page={{.}}">{{.}}</a>
{{/PAGINATION_NUMBERS}}
</div>
<br>
{{/PAGINATION}}