{% if page.previous %}
~ {{ page.previous.title }}
{% endif %}
{% if page.next %}
{{ page.next.title }} ~
{% endif %}