{% if page.previous_page or page.next_page %}
{% if page.previous_page %}
{{ lang.t("footer.previous") }} {{ page.previous_page.title }}
{% endif %} {% if page.next_page %}
{{ lang.t("footer.next") }} {{ page.next_page.title }}
{% endif %}
{% endif %}
{% if config.copyright %}
{{ config.copyright }}
{% endif %}
{% include "partials/social.html" %}