{% if page.previous %}

{{ site.data.text[site.locale].previous | default: 'Previous' }}

{{ page.previous.title | markdownify | strip_html }}
{% endif %} {% if page.next %}

{{ site.data.text[site.locale].next | default: 'Next' }}

{{ page.next.title | markdownify | strip_html }}
{% endif %}