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

{{ config.copyright }}

{% endif %}
Built with MkDocs using a theme provided by Read the Docs.