{% set logo = theme_var(mobile ? 'custom_logo_mobile' : 'custom_logo') %} {% if logo %} {% set logo_file = (logo|first).name %} {{ site.name }} {% else %} {% include('@images/grav-logo.svg') %} {% endif %}