{% extends "furo/page.html" %} {% if meta and ((meta.discourse and
discourse_prefix) or meta.relatedlinks) %} {% set furo_hide_toc_orig =
furo_hide_toc %} {% set furo_hide_toc=false %} {% endif %} {% block
right_sidebar %}
{% if not furo_hide_toc_orig %}
{{ _("Contents") }}
{{ toc }}
{% endif %} {% if meta and ((meta.discourse and discourse_prefix) or
meta.relatedlinks) %}
Related links
{% if meta.discourse and discourse_prefix %} {{
discourse_links(meta.discourse) }} {% endif %} {% if meta.relatedlinks %}
{{ related_links(meta.relatedlinks) }} {% endif %}