{% if page.previous_page or page.next_page %}
{% if page.previous_page %}
arrow_back
Previous {{ page.previous_page.title }}
{% endif %} {% if page.next_page %}
Next {{ page.next_page.title }}
arrow_forward
{% endif %}
{% endif %}
{% if config.copyright %} {{ config.copyright }}
{% endif %} powered by MkDocs and Material for MkDocs
{% if config.extra.social %}
{% for social in config.extra.social %} {% endfor %}
{% endif %}