{# Use PAGINATION_PATTERNS or pagination may break #} {% if DEFAULT_PAGINATION and (articles_page.has_previous() or articles_page.has_next()) %}
{% if articles_page.has_previous() %} ← Previous {% endif %} {% if articles_page.has_next() %} Next → {% endif %} Page {{ articles_page.number }} of {{ articles_paginator.num_pages }}
{% endif %}