{% sw_extends '@Storefront/storefront/layout/header/logo.html.twig' %}{% block layout_header_logo_image_tablet %} {% if theme_config('sw-logo-tablet') and theme_config('sw-logo-tablet') != theme_config('sw-logo-desktop') %} <source srcset="{{ theme_config('sw-logo-tablet') |sw_encode_url }}" media="(min-width: {{ theme_config('breakpoint.md') }}px) and (max-width: {{ theme_config('breakpoint.xl') - 1 }}px)"> {% endif %}{% endblock %}