{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_body_script %}
{{ parent() }}
{# {{ dump() }} #}
{% endblock %}
{% block base_html %}
<html lang="{{ app.request.locale }}"
itemscope="itemscope"
itemtype="https://schema.org/WebPage"
name="{{ page.cmsPage.name }}"
type="{{ page.cmsPage.type }}"
type="{{ page.cmsPage.type }}"
controllerAction="{{ controllerAction }}"
>
{% endblock %}
{% block base_header %}
<div class="top-desc">
<div class="container no-padding">
<span class="top-description">Angebote gelten nur für Industrie, Handel, Handwerk und Gewerbe. Alle Preise zzgl. gesetzlicher Mehrwertsteuer.</span>
</div>
</div>
<div class="topbar">
<div class="container">
<a class="telephone" href="tel:040609405100">040 - 609 405 100</a>
<span class="address">osko Handels GmbH - Fuhlsbüttler Str. 415a - 22309 Hamburg</span>
</div>
</div>
{{ parent() }}
{% endblock %}