{% if page.previous.url %}
Previous
{{page.previous.title}}
{% endif %}
{% if page.next.url %}
Next
{{page.next.title}}
{% endif %}