{%- block next_prev %} {% if page and page.next_page or page.previous_page %}
{% if page.previous_page %}
Previous
{% endif %} {% if page.next_page %}
Next
{% endif %}
{% endif %} {%- endblock %}

Built with MkDocs using Ivory theme based on Read the Docs.