{% block brand_content %} {%- if logo_url %}
Logo
{%- endif %} {%- if theme_light_logo and theme_dark_logo %}
Light Logo Dark Logo
{%- endif %} {% if (not theme_sidebar_hide_name) and (not logo_url) %} {{ docstitle if docstitle else project }} {%- endif %} v{{ release }} {% endblock brand_content %}
Star