{% if page.previous_page or page.next_page %}
{% if page.previous_page %}
{{ language["footer.previous"] }} {{ page.previous_page.title }}
{% endif %} {% if page.next_page %}
{{ language["footer.next"] }} {{ page.next_page.title }}
{% endif %}
{% endif %}
{% if config.copyright %}
{{ config.copyright }}
{% endif %} powered by docarys and Material for docarys {% if git %}
Version {{ git.hash }} from {{ git.branch }}
{% endif %}
{% block social %} {% include "partials/social.html" %} {% endblock %}