{#- This file is inspired by Furo (created by Pradyun Gedam) and used under the MIT license. -#} {#- We default to showing a Qiskit Ecosystem logo -#} {%- if not logo_url and not theme_light_logo and not theme_dark_logo and not theme_disable_ecosystem_logo -%}
{#- Else, use Furo's sidebar code. But, we remove the `centered` class from the `a` element because Carbon left-aligns things. -#} {%- else %} {% block brand_content %} {%- if logo_url %} {%- endif %} {%- if theme_light_logo and theme_dark_logo %} {%- endif %} {% if not theme_sidebar_hide_name %} {%- endif %} {% endblock brand_content %} {%- endif %}