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

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

← {{ prev.title }}

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

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

→ {{ next.title }}

{%- endif %}