{% if DEFAULT_PAGINATION %}
{% if articles_page.has_previous() %} {% if articles_page.previous_page_number() == 1 %} « Prev {% else %} « Prev {% endif %} {% endif %} {% if articles_page.has_next() %} Next » {% endif %}