{#-
Override of Furo's sidebar/brand.html. Reproduces Furo's default brand anchor
(logo + project name) and appends a prominent "View on GitHub" button beneath
it. The button URL comes from the `source_repository` theme option set in
conf.py, so this file is identical across every package in the family.
-#}
{%- block brand_content %}
{%- if logo_url %}
{%- endif %}
{%- if theme_light_logo and theme_dark_logo %}
{%- endif %}
{% if not theme_sidebar_hide_name %}
{{ docstitle if docstitle else project }}
{%- endif %}
{% endblock brand_content %}
{%- if theme_source_repository %}
{%- endif %}