<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
{{ include('Includes/headProducts.html.twig') }}
<body class="products">
<header class="main-header">
<div class="navigation">
<div class="has-background">
<div class="main-content flex-col navigation-cell">
<div class="col xs-12">
<div class="link-back">
<a href="/">Zurück</a>
</div>
</div>
</div>
</div>
</div>
</header>
<main>
{{ block('content') }}
</main>
{{ pimcore_inc('/' ~ siteName ~ '/' ~ app.request.locale ~ '/includes/footer') }}
{# output scripts added before #}
{% block scripts deferred %}
{{ pimcore_head_script() }}
{{ include('Includes/footerScripts.html.twig') }}
{% endblock %}
</body>
</html>