{%- block next_prev %} {%- if config.theme.prev_next_buttons_location|lower in ['bottom', 'both'] and page and (page.next_page or page.previous_page) %}
{%- if page.previous_page %} {% trans %}Previous{% endtrans %} {%- endif %} {%- if page.next_page %} {% trans %}Next{% endtrans %} {%- endif %}
{%- endif %} {%- endblock %}
{%- if config.copyright %}

{{ config.copyright }}

{%- endif %}
{% if config.plugins.mike %} Version:
{% endif %} {%- if config.repo_url -%} Github Repo
{%- endif -%} {% trans mkdocs_link='MkDocs', rtd_link='mkdocs-rtd' %}Built with %(mkdocs_link)s using theme %(rtd_link)s.{% endtrans %}