{# Custom brand template with version selector #} {%- 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 %} {% set has_versions = versions is defined and versions %} {% set current_label = (current_version.name if current_version else release or version or project) %}