{%- block next_prev %}
{% if config.theme.prev_next_buttons_location|lower in ['bottom', 'both']
and page and (page.next_page or page.previous_page) %}
{% endif %}
{%- endblock %}
{% if config.copyright %}
{{ config.copyright }}
{% endif %}
{% if page and page.meta.git_revision_date_localized %}
Last update: {{ page.meta.git_revision_date_localized }}