{% if page.previous %}
↶ Anterior
{{ page.previous.title }}
{% endif %} {% if page.next %}
Siguiente ↷
{{ page.next.title }}
{% endif %}