{%- block footerrel %} {% if page.previous_page or page.next_page %}
{% if page.previous_page %} {% set direction = lang.t("footer.previous") %}
{% include ".icons/material/arrow-left.svg" %}
{{ direction }} {{ page.previous_page.title }}
{% endif %} {% if page.next_page %} {% set direction = lang.t("footer.next") %}
{{ direction }} {{ page.next_page.title }}
{% include ".icons/material/arrow-right.svg" %}
{% endif %}
{% endif %} {% endblock %} {%- if False %}{%- block extracopyright %}{%- endblock extracopyright %}{% endif %} {% set rendered_extracopyright = self.extracopyright() %}
{% if show_copyright or show_sphinx or config.extra.social or (rendered_extracopyright | trim) or (self.extrafooter() | trim) %}
{% include "partials/copyright.html" %} {% if config.extra.social %} {% include "partials/social.html" %} {% endif %} {%- block extrafooter %}{%- endblock %}
{% endif %}