{% if DEFAULT_PAGINATION %}
{%- if articles_page.has_previous() %}« {% if ARTICLE_ORDER_BY == "date" %}older{% else %}newer{% endif %} articles | {% endif -%} page {{ articles_page.number }} {%- if articles_page.has_next() %} | {% if ARTICLE_ORDER_BY == "date" %}newer{% else %}older{% endif %} articles »{% endif -%}
{% endif %}