initial commit

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-03 12:00:51 +02:00
commit c1a7aec8ed
144 changed files with 10269 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
{% block layout_header_logo %}
<div class="col-12 col-lg-6 header-logo-col">
<p class="delivery">{{ 'header.freeDeliveryText'|trans|sw_sanitize }}</p>
</div>
{% endblock %}