<!DOCTYPE html>
<html lang="{{ app.request.locale|split('_')[0] }}">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WB8BDM9');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<base href="{{ asset('/') }}">
<script rel="preload" as="script" src="https://unpkg.com/vue@2.6.11/dist/vue.runtime.min.js"></script>
<script rel="preload" as="script" src="{{ asset('build/website/dist/modern.min.js') }}" async></script>
<link media="all" rel="stylesheet" href="{{ asset('build/website/dist/css/fonts.css') }}">
<link media="all" rel="stylesheet" href="{{ asset('build/website/dist/css/reset.css') }}">
<link media="all" rel="stylesheet" href="{{ asset('build/website/dist/css/index.css') }}">
{% block meta %}
{% include "@SuluWebsite/Extension/seo.html.twig" with {
"open_graph": extension.open_graph|default([]),
"seo": extension.seo|default([]),
"content": content|default([]),
"localizations": localizations|default([]),
"shadowBaseLocale": shadowBaseLocale|default(),
} %}
{% endblock %}
{% block style %}{% endblock %}
</head>
<body>
<script>
var isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
if (isIE11)
document.body.innerHTML =
"Sorry, your browser is not supported. Please install a newer browser";
</script>
<noscript>
<strong>
We're sorry but this page doesn't work properly without JavaScript
enabled. Please enable it to continue.
</strong>
</noscript>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WB8BDM9" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
{% block header %}
{{ include('pages/components/header.html.twig') }}
{% endblock %}
{% block contact_button %}
{{ include('pages/components/contactButton.html.twig') }}
{% endblock %}
<div class="main-order">
{% block content %}{% endblock %}
</div>
{% block footer %}
{{ include('pages/components/footer.html.twig') }}
{% endblock %}
{% block cookies %}
{{ include('pages/components/cookies.html.twig') }}
{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>