micron-blog/theme/templates/pagination.mu
randogoth 78c3dc9737 init
2023-05-16 23:34:27 +03:00

5 lines
280 B
Text

{% if DEFAULT_PAGINATION %}
-
{% if articles_page.has_previous() %}`[<<`/{{ articles_previous_page.url }}] {% endif %}Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}{% if articles_page.has_next() %} `[>>`/{{ articles_next_page.url }}]{% endif %}
{% endif %}