{% set baseLogoPath = KOH_MLC_LOGO_URL|default('/images/logo.png') %} {% if baseLogoPath starts with 'http' or baseLogoPath starts with '//' %} {% set logoSrc = baseLogoPath %} {% else %} {% set logoSrc = asset(baseLogoPath) %} {% if '?' not in baseLogoPath and shivas_app_version is defined %} {% set logoSrc = logoSrc ~ '?v' ~ shivas_app_version %} {% endif %} {% endif %} {{ KOH_MLC_NAME|default('') }} {% if app.environment == 'dev' and app.request.server.get('SERVER_NAME') == 'kohinos.test' %} {{ KOH_MLC_NAME|default('') }} {% endif %} {% block menu %} {% if app.request.attributes.get('_route') != 'installation' %} {% include '@kohinos/common/menu.html.twig' %} {% endif %} {% endblock menu %}