{# relations.html ~~~~~~~~~~~~~~~~~~~~ Sphinx sidebar template: relation links, modified from sphinx's basic/relations.html #} {% if theme_sidebar_prev_next | tobool %} {%- if prev %}

{{ theme_sidebar_prev_title or _('Previous page') }}

← {{ prev.title }}

{%- endif %} {%- if next %}

{{ theme_sidebar_next_title or _('Next page') }}

→ {{ next.title }}

{%- endif %} {%- endif %}