<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no, user-scalable=no">
{% if no_index == 'true' %}
<meta name="robots" content="noindex, nofollow" />
{% else %}
<meta name="robots" content="index, follow" />
{% endif %}
{% if overrideSeoTitle is defined %}
<title>{{ overrideSeoTitle }}</title>
{% else %}
{{ sonata_seo_title() }}
{% endif %}
{{ sonata_seo_metadatas() }}
<meta name="author" content="">
<link rel="icon" href="{{ asset('favicon.ico') }}?v=1" />
<link href="{{ asset('assets/css/global.css') }}?v=2" rel="stylesheet" />
{% if app.environment == 'prod' or app.environment == 'PROD' %}
<!-- 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-KXCZ6DN');</script>
<!-- End Google Tag Manager -->
{% endif %}