micron-blog/theme/templates/pagination.mu

6 lines
292 B
Text
Raw Normal View History

2023-05-16 23:34:27 +03:00
{% if DEFAULT_PAGINATION %}
-
2023-05-24 00:04:11 +03:00
{% if articles_page.has_previous() %}`[<<`:/page/{{ articles_previous_page.url }}] {% endif %}Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}{% if articles_page.has_next() %} `[>>`:/page/{{ articles_next_page.url }}]{% endif %}
2023-05-16 23:34:27 +03:00
{% endif %}