{% macro navigation(paginator) %}
{% if paginator.previous %}
← Newer
{% endif %} {% if paginator.next %}
Older →
{% endif %}
{% endmacro %}