<meta charset="UTF-8">
<script>_config = {};</script>
<meta name="format-detection" content="telephone=no"/>
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/static/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/static/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/static/img/favicons/safari-pinned-tab.svg">
{% if pimcore_placeholder('backgroundImage') != "" and pimcore_placeholder('backgroundImageMobile') != "" %}
<link fetchpriority="high" rel="preload" href="{{ pimcore_placeholder('backgroundImageMobile') }}" as="image" media="(max-width:767px)">
<link fetchpriority="high" rel="preload" href="{{ pimcore_placeholder('backgroundImage') }}" as="image" media="(min-width:768px)">
{% endif %}
<script data-cookieconsent="ignore">
window.onload = function() {
var image = document.getElementById('CybotCookiebotDialogPoweredbyImage');
if(image){
image.setAttribute('width', '100');
image.setAttribute('height', '100');
}
};
</script>
{#<meta name="theme-color" content="#78BB32">#}
{{ pimcore_head_link() }}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ include('Layout/includes/css.html.twig') }}
{{ pimcore_head_script() }}
{{ elements_criticalJs('/static/js/critical.js') }}
<script>
_wishlists = [{
activeIds: [{{ activeWishlistIds|default([])|join(',') }}],
wishlistName: "default-wishlist",
routeAdd: "{{ url('add-to-wishlist', {'documentId':document.id})|raw }}",
routeRemove: "{{ url('remove-from-wishlist', {'documentId': document.id })|raw }}",
}, {
activeIds: [{{ activePressDossiersWishlistIds|default([])|join(',') }}],
wishlistId: "press-dossiers",
wishlistName: "press-dossiers",
routeAdd: "{{ url('pressdossiers-wishlist-add', {'documentId': document.id })|raw }}",
routeRemove: "{{ url('pressdossiers-wishlist-remove', {'documentId': document.id })|raw }}",
}, {
activeIds: [{{ activePressArticlesWishlistIds|default([])|join(',') }}],
wishlistId: "press-articles",
wishlistName: "press-articles",
routeAdd: "{{ url('pressarticle-wishlist-add', {'documentId': document.id })|raw }}",
routeRemove: "{{ url('pressarticle-wishlist-remove', {'documentId': document.id })|raw }}",
}, {
activeIds: [{{ activePressPicturesWishlistIds|default([])|join(',') }}],
wishlistName: "press-pictures",
wishlistId: "press-pictures",
routeAdd: "{{ url('pressimage-wishlist-add', {'documentId': document.id }) }}",
routeRemove: "{{ url('pressimage-wishlist-remove', {'documentId': document.id })|raw }}",
}, {
activeIds: [{{ app.request.session.get('pressAlbumWishlistIds', [])|join(',') }}],
wishlistName: "press-album",
wishlistId: "press-album",
routeAdd: "{{ url('pressalbum-wishlist-add', {'ajax': 1, 'documentId': document.id })|raw }}",
routeRemove: "{{ url('pressalbum-wishlist-remove', {'documentId': document.id })|raw }}",
}, {
activeIds: [{{ app.request.session.get('pressAlbumItemsWishlistIds', [])|join(',') }}],
wishlistName: "press-album-item",
wishlistId: "press-album-item",
routeAdd: "{{ url('pressalbum-item-wishlist-add', {'documentId': document.id })|raw }}",
routeRemove: "{{ url('pressalbum-item-wishlist-remove', {'documentId': document.id })|raw }}"
},
{
activeIds: [{{ app.request.session.get('pressMediaAssetsWishlistIds', [])|join(',') }}],
wishlistName: "press-media-asset",
wishlistId: "press-media-asset",
routeAdd: "{{ url('press-media-asset-item-wishlist-add', {'documentId': document.id })|raw }}",
routeRemove: "{{ url('press-media-asset-item-wishlist-remove', {'documentId': document.id })|raw }}",
}];
</script>
{#{% if pimcore_placeholder('add-hashcash-script').value %}#}
{# <script src="/bundles/elementshashcash/js/hashCash.js"></script>#}
{#{% endif %}#}