{% if include.post.previous %}

← {{ include.post.previous.title }}

{% endif %}
{% if include.post.next %}

{{ include.post.next.title }} →

{% endif %}