{# Logo + application name. Optional ``brand_subtitle`` for current page. ``brand_mark_variant``: ``sidebar`` (default) or ``topnav`` (no flex-1 on link). #} {% set b = brand if brand is defined else none %} {% set _bm_variant = brand_mark_variant if brand_mark_variant is defined else 'sidebar' %} {% if b %} {% if b.has_logo %} {% set logo_class = 'h-13 w-auto max-w-[8rem] rounded-lg object-contain shrink-0' %} {% include "layouts/_brand_logo.html" %} {% else %}
{% endif %}
{{ b.app_name }} {% if brand_subtitle is defined and brand_subtitle %} {{ brand_subtitle }} {% endif %}
{% endif %}