{% sw_extends '@parent/storefront/base.html.twig' %}
{% block base_html %}
<html lang="{% if app.request.locale == 'de-DE' %}de-CH{% else %}{{ app.request.locale }}{% endif %}"
itemscope="itemscope"
itemtype="https://schema.org/WebPage"
class="no-js">
{% endblock %}
{% block base_body %}
{% set currentCustomerGroup = context.currentCustomerGroup.translated.name|lower %}
{% set headerBlock = false %}
{% set headerBlockElement = false %}
{% set headerBlockMedia = null %}
{% set headerBlockMediaId = null %}
{% set headerBlockVideo = false %}
{% set headerBlockTitleBlock = "" %}
{% set headerShowStickyNav = false %}
{% set headerBlockIcon = false %}
{% set headerBlockIconId = null %}
{% set headerBlockCssClass = null %}
{% for section in page.cmsPage.sections %}
{% for element in section.blocks %}
{% if element.type == "text-on-image-header" %}
{% set headerBlock = true %}
{% set headerBlockElement = element %}
{% set headerBlockMedia = headerBlockElement.slots.getSlot('image') %}
{% if headerBlockMedia.data.media.url %}
{% set headerBlockMediaId = headerBlockMedia.data.media.id %}
{% endif %}
{% if headerBlockMedia.type == "vimeo-video-pro" and headerBlockMedia.config.videoID.value %}
{% set headerBlockVideo = true %}
{% endif %}
{% set headerBlockTitleBlock = headerBlockElement.slots.getSlot('titleBlock') %}
{% if activeRoute == "frontend.home.page" %}
{% set headerShowStickyNav = true %}
{% elseif page.header.navigation.active.name == 'Winzerportraits' %}
{# {% set headerShowStickyNav = "winzer" %} #}
{% endif %}
{% set headerBlockIcon = headerBlockElement.slots.getSlot('icon') %}
{% if headerBlockIcon.data.media.url %}
{% set headerBlockIconId = headerBlockIcon.data.media.id %}
{% endif %}
{% if headerBlockElement.cssClass %}
{% set headerBlockCssClass = headerBlockElement.cssClass %}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
{% set winzerNavigationItems = page.header.navigation.tree %}
{% set winzerNavigationRootCategory = null %}
{% set winzerNavigationActiveCategory = null %}
{% for winzerNavigationItem in winzerNavigationItems %}
{% if winzerNavigationItem.category.name == "Entdecken" %}
{% for winzerNavigationChildItem in winzerNavigationItem.children %}
{% if winzerNavigationChildItem.category.name == "Winzerportraits" %}
{% set winzerNavigationRootCategory = winzerNavigationChildItem %}
{% endif %}
{% endfor %}
{% endif %}
{% if winzerNavigationActiveCategory == null and winzerNavigationItem.category.id == page.header.navigation.active.id %}
{% set winzerNavigationActiveCategory = winzerNavigationItem %}
{% else %}
{% if winzerNavigationActiveCategory == null %}
{% set winzerNavigationChildren = winzerNavigationItem.children %}
{% for winzerNavigationChild in winzerNavigationChildren %}
{% if winzerNavigationActiveCategory == null and child.category.id == page.header.navigation.active.id %}
{% set winzerNavigationActiveCategory = child %}
{% else %}
{% if winzerNavigationActiveCategory == null %}
{% set winzerNavigaitonSubChildren = winzerNavigationChild.children %}
{% for winzerNavigationSubChild in winzerNavigaitonSubChildren %}
{% if winzerNavigationActiveCategory == null and winzerNavigationSubChild.category.id == page.header.navigation.active.id %}
{% set winzerNavigationActiveCategory = winzerNavigationSubChild %}
{% else %}
{% set winzerNavigationSubSubChildren = winzerNavigationSubChild.children %}
{% for winzerNavigationSubSubChild in winzerNavigationSubSubChildren %}
{% if winzerNavigationActiveCategory == null and winzerNavigationSubSubChild.category.id == page.header.navigation.active.id %}
{% set winzerNavigationActiveCategory = winzerNavigationSubSubChild %}
{% else %}
{% set winzerNavigationSubSubSubChildren = winzerNavigationSubSubChild.children %}
{% for winzerNavigationSubSubSubChild in winzerNavigationSubSubSubChildren %}
{% if winzerNavigationActiveCategory == null and winzerNavigationSubSubSubChild.category.id == page.header.navigation.active.id %}
{% set winzerNavigationActiveCategory = winzerNavigationSubSubSubChild %}
{% else %}
{% set winzerNavigationLastLevelChildren = winzerNavigationSubSubSubChild.children %}
{% for winzerNavigationLastLevelChild in winzerNavigationLastLevelChildren %}
{% if winzerNavigationActiveCategory == null and winzerNavigationLastLevelChild.category.id == page.header.navigation.active.id %}
{% set winzerNavigationActiveCategory = winzerNavigationLastLevelChild %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% if (winzerNavigationActiveCategory.category.customFields.custom_category_attributes_land == true or winzerNavigationActiveCategory.category.customFields.custom_category_attributes_frontend_template == 'frontend_template_2') %}
{% if winzerNavigationActiveCategory.category.customFields.custom_category_attributes_image_2 and winzerNavigationActiveCategory.category.customFields.custom_category_attributes_bild_2_neues_format == true %}
{% set winzerCountryImageId = winzerNavigationActiveCategory.category.customFields.custom_category_attributes_image_2 %}
{% set mediaCollection = searchMedia([winzerCountryImageId], context.context) %}
{% set winzerCountryImage = mediaCollection.get(winzerCountryImageId) %}
{% if winzerCountryImage %}
{% set headerBlock = true %}
{% set headerBlockMediaId = winzerCountryImageId %}
{% set headerBlockTitle = winzerNavigationActiveCategory.category.name %}
{# {% if winzerNavigationActiveCategory.category.translated.customFields.custom_category_attributes_produzent_name_martel %}
{% set headerBlockTitle = winzerNavigationActiveCategory.category.translated.customFields.custom_category_attributes_produzent_name_martel %}
{% endif %} #}
{% if (winzerNavigationActiveCategory.category.customFields.custom_category_attributes_land == true or winzerNavigationActiveCategory.category.customFields.custom_category_attributes_region == true or winzerNavigationActiveCategory.category.customFields.custom_category_attributes_subregion == true) %}
{% set headerBlockImgAlt = "producer.winesFrom"|trans ~ ' ' ~ winzerNavigationActiveCategory.category.name %}
{% set headerBlockImgTitle = "general.martelWeinwelt"|trans ~ ' - ' ~ "producer.winesFrom"|trans ~ ' ' ~ winzerNavigationActiveCategory.category.name %}
{% elseif winzerNavigationActiveCategory.category.customFields.custom_category_attributes_weingut == true %}
{% set headerBlockImgAlt = winzerNavigationActiveCategory.category.name %}
{% set headerBlockImgTitle = "producer.winzer"|trans ~ ' ' ~ winzerNavigationActiveCategory.category.name %}
{% endif %}
{% if winzerNavigationActiveCategory.category.customFields.custom_category_attributes_weingut == true %}
{% set headerBlockSubTitle = "producer.producersubtitle"|trans %}
{% else %}
{% set headerBlockSubTitle = "producer.countrysubtitle"|trans %}
{% endif %}
{# {% set headerShowStickyNav = "winzer" %} #}
{% endif %}
{% endif %}
{% endif %}
{# Neue Winzerportraits #}
{% if context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_producers in page.header.navigation.active.path or context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_producers == page.header.navigation.active.id %}
{% set foundCurrentWinzerPortrait = null %}
{% for key, element in page.header.navigation.tree %}
{% if key == context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_producers %}
{% set foundCurrentWinzerPortrait = true %}
{% else %}
{% if not foundCurrentWinzerPortrait && element.children is defined %}
{% for childkey, childelement in element.children %}
{% if childkey == context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_producers %}
{% set foundCurrentWinzerPortrait = true %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% if foundCurrentWinzerPortrait && winzerNavigationActiveCategory.category.customFields.custom_category_attributes_weingut != true %}
{% set headerBlockTitle = "producer.producersOfTheRegionMin"|trans ~ "\n" ~ winzerNavigationActiveCategory.category.name %}
{% set headerBlockSubTitle = "producer.portraits"|trans %}
{% endif %}
{% if winzerNavigationActiveCategory.category is not null and not ( winzerNavigationActiveCategory.category.customFields.custom_category_attributes_code starts with 'country_' ) %}
{% set headerBlock = null %}
{% endif %}
{% endif %}
{# Neue Weinregionen #}
{% if context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_regions in page.header.navigation.active.path or context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_regions == page.header.navigation.active.id %}
{% set foundCurrentWineRegion = null %}
{% for key, element in page.header.navigation.tree %}
{% if key == context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_regions %}
{% set foundCurrentWineRegion = true %}
{% else %}
{% if not foundCurrentWineRegion && element.children is defined %}
{% for childkey, childelement in element.children %}
{% if childkey == context.salesChannel.translated.customFields.custom_winzerportraits_weinregionen_cat_regions %}
{% set foundCurrentWineRegion = true %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% if foundCurrentWineRegion %}
{% set headerBlockTitle = "producer.allFactsAboutWineRegion"|trans({'%location%': winzerNavigationActiveCategory.category.name }) %}
{% set headerBlockSubTitle = "producer.regions"|trans %}
{% endif %}
{% if winzerNavigationActiveCategory.category is not null and not ( winzerNavigationActiveCategory.category.customFields.custom_category_attributes_code starts with 'country_' ) %}
{% set headerBlock = null %}
{% endif %}
{% endif %}
{% set giftcardprefix = config("NextagGiftcard").config.productNumberPrefix %}
{% if context.salesChannel.customFields.custom_printathome_header_image && config("NextagGiftcard").config.enabled and (giftcardprefix in page.product.productNumber or page.product.productnumber == config("NextagGiftcard").config.productNumber) %}
{% set headerBlock = true %}
{% set headerBlockMediaId = context.salesChannel.customFields.custom_printathome_header_image %}
{% set headerBlockTitle = "Perfektes Geschenk in letzter Minute" %}
{% set headerBlockSubTitle = "Martel Geschenkgutschein" %}
{% set headerBlockImgAlt = "Martel - Perfektes Geschenk in letzter Minute" %}
{% set headerBlockImgTitle = "Perfektes Geschenk in letzter Minute" %}
{% endif %}
<body class="{% block base_body_classes %}{% apply spaceless %}
is-ctl-{{ controllerName|lower }} is-act-{{ controllerAction|lower }}
{% if headerBlock %}header-block-displayed{% endif %}
{% if page.header.navigation.active.translated.customFields.custom_css_classes_value %}{{page.header.navigation.active.translated.customFields.custom_css_classes_value}}{% endif %}
{% if page.cmsPage.translated.name == "Martel-Kategorie" %}is-shop-list{% endif %}
{% if activeRoute != 'frontend.home.page' %}show-full-header show-search keep-search-open{% endif %}
{% if currentCustomerGroup %}cg-{{currentCustomerGroup}}{% endif %}
{% if page.cmsPage.name == "Suche" %}is-search-results-page{% endif %}
{% if "martel.dev7" in app.request.uri %}dev-env{% elseif "martel.ch" in app.request.uri %}prod-env{% endif %}
no-js-show
{% endapply %}{% endblock %}">
{# Google Tag Code #}
{% if "martel.dev7" not in app.request.uri %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQ8CCQC" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
<!-- Meta Pixel Code -->
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1387008084961365&ev=PageView&noscript=1" alt=""></noscript>
<!-- End Meta Pixel Code -->
{% block base_body_inner %}
{% block base_header %}
<header id="header-navigation" class="header-area fixed-top
{% if headerBlock %}header-block-displayed{% endif %}
">
{% block base_header_inner_black %}
{% sw_include '@parent/storefront/layout/header/header.html.twig' %}
{% endblock %}
{% block base_search %}
{% sw_include '@Storefront/storefront/page/content/site-search.html.twig' %}
{% endblock %}
</header>
{% endblock %}
<div class="page-wrapper
{% if (page.cmsPage.type == "page" or page.cmsPage.type == "landingpage") and page.cmsPage.translated.name != "Martel-Kategorie" %}cms-page{% endif %}
{% if page.cmsPage.translated.name == "Martel-Kategorie" %}shop-page{% endif %}
">
{% block base_noscript %}
{# D-I-S GA4 #}
{# {% if config('DIScoGA4.config.googleTagEnabled') == true %}
{% if config('DIScoGA4.config.googleTagId') and (config('DIScoGA4.config.googleTagEnabled') == true) and app.request.cookies.has('_dis_gtag')%}
<!-- Google Tag Manager (noscript) - DisGA4 -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ config('DIScoGA4.config.googleTagId')|raw }}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) - DisGA4 -->
{% endif %}
{% endif %} #}
{% block wbm_base_tag_manager_noscript %}
{% if wbmTagManagerConfig.gtmContainerId %}
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id={{ wbmTagManagerConfig.gtmContainerId|raw }}"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
{% endif %}
{% endblock %}
<noscript class="noscript-main">
{% sw_include '@parent/storefront/utilities/alert.html.twig' with {
type: 'info',
content: 'general.noscriptNotice'|trans|sw_sanitize
} %}
</noscript>
{% endblock %}
{# {% block base_offcanvas_navigation %}
{% if page.header.navigation %}
<div class="d-none js-navigation-offcanvas-initial-content">
{% block base_offcanvas_navigation_inner %}
{% sw_include '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' with { navigation: page.header.navigation } %}
{% endblock %}
</div>
{% endif %}
{% endblock %} #}
{% if headerBlock %}
{% sw_include '@Storefront/storefront/layout/header/nextag-header-block.html.twig' with {
headerBlockMedia: headerBlockMedia,
headerBlockMediaId: headerBlockMediaId,
headerBlockTitleBlock: headerBlockTitleBlock,
headerBlockTitle: headerBlockTitle,
headerBlockSubTitle: headerBlockSubTitle,
headerShowStickyNav: headerShowStickyNav,
headerBlockVideo: headerBlockVideo,
headerBlockRootCategory: winzerNavigationRootCategory,
headerBlockActiveCategory: winzerNavigationActiveCategory,
headerBlockIconId: headerBlockIconId,
headerBlockCssClass: headerBlockCssClass
} %}
{% endif %}
{% block base_main %}
<main>
{% block base_main_inner %}
{% block base_main_container %}
<div class="container-main">
{# {% block base_breadcrumb %}
{% if breadcrumbList %}
<div class="breadcrumb-block">
<div class="container-fluid limited">
<div class="row">
<div class="col-12">
<div id="breadcrumb">
{% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' %}
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endblock %} #}
{% block base_flashbags %}
<div class="container-fluid limited">
<div class="row justify-content-center">
<div class="{% apply spaceless %}
{% if activeRoute and ('frontend.account' in activeRoute or 'nextag.account' in activeRoute) and activeRoute != 'frontend.account.login.page' and activeRoute != 'frontend.account.recover.page' %}
col-12 account-flashbags
{% elseif activeRoute == 'frontend.home.page' or page.cmsPage.type == 'page' or activeRoute == 'frontend.account.login.page' or activeRoute == 'frontend.account.recover.page' %}
col-12 col-lg-10
{% else %}
col-12
{% endif %}{% endapply %}">
<div class="flashbags">
{% for type, messages in app.flashes %}
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
{% endfor %}
</div>
</div>
</div>
</div>
{% endblock %}
<div class="container-fluid limited">
{% block base_content %}{% endblock %}
</div>
</div>
{% endblock %}
{% endblock %}
</main>
{% endblock %}
{% block base_footer %}
{% block base_newsletter_form %}
{% sw_include '@Storefront/storefront/layout/footer/footer-newsletter-form.html.twig' %}
{% endblock %}
{% block base_footer_inner %}
{% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
{% endblock %}
{% endblock %}
</div>
{% sw_include "@Storefront/storefront/layout/navigation/mobile-menu.html.twig" %}
{% endblock %}
{% block base_scroll_up %}
{% sw_include '@Storefront/storefront/layout/scroll-up.html.twig' %}
{% endblock %}
{% block base_cookie_permission %}
{# {% sw_include '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %} #}
{% endblock %}
{% block base_pseudo_modal %}
{% sw_include '@Storefront/storefront/component/pseudo-modal.html.twig' %}
{% endblock %}
{# {% block base_promo_popup %}
{% sw_include '@Storefront/storefront/layout/footer/footer-popup.html.twig' %}
{% endblock %} #}
{% block base_login_modal %}
{% if "LP-Vorlage B2B-Aktion mit Login" in page.cmsPage.translated.name or "LP-Vorlage MEX mit Login" in page.cmsPage.translated.name %}
{% if not context.customer or context.customer is not defined or context.customer.guest == true %}
{% sw_include '@Storefront/storefront/component/login-modal.html.twig' %}
{% endif %}
{% if page.header.navigation.active.id %}
<div id="custom-js-seo-redirect" content="{{ seoUrl('frontend.navigation.page', { navigationId: page.header.navigation.active.id }) }}">
{% endif %}
<script>
document.addEventListener('DOMContentLoaded', function () {
const seoUrlMeta = document.getElementById('custom-js-seo-redirect');
const currentPath = window.location.pathname;
const isRawNavigationUrl = currentPath.startsWith('/navigation/');
if (seoUrlMeta && isRawNavigationUrl) {
const seoUrl = seoUrlMeta.getAttribute('content');
if (seoUrl && seoUrl !== currentPath) {
setTimeout(function() {
window.history.replaceState(null, '', seoUrl); // đ replace the URL
}, 4000);
}
}
});
</script>
{% endif %}
{% endblock %}
{% block base_body_script %}
{% block base_script_token %}
{# <script>
@deprecated tag:v6.4.0 apiAccessUrl will be removed
window.apiAccessUrl = "{{ url('frontend.api-access') }}";
</script> #}
{% endblock %}
{% block base_script_router %}
{# Register all routes that will be needed in JavaScript to the window.router object #}
<script>
window.activeNavigationId = '{{ page.header.navigation.active.id }}';
window.router = {
'frontend.cart.offcanvas': '{{ path('frontend.cart.offcanvas') }}',
'frontend.cookie.offcanvas': '{{ path('frontend.cookie.offcanvas') }}',
'frontend.checkout.finish.page': '{{ path('frontend.checkout.finish.page') }}',
'frontend.checkout.info': '{{ path('frontend.checkout.info') }}',
'frontend.menu.offcanvas': '{{ path('frontend.menu.offcanvas') }}',
'frontend.cms.page': '{{ path('frontend.cms.page') }}',
'frontend.cms.navigation.page': '{{ path('frontend.cms.navigation.page') }}',
'frontend.account.addressbook': '{{ path('frontend.account.addressbook') }}',
'frontend.csrf.generateToken': '{{ path('frontend.csrf.generateToken') }}',
'frontend.country.country-data': '{{ path('frontend.country.country.data') }}',
'frontend.store-api.proxy': '{{ path('frontend.store-api.proxy') }}',
};
window.storeApiProxyToken = '{{ sw_csrf("frontend.store-api.proxy", {"mode": "token"}) }}';
window.salesChannelId = '{{ app.request.attributes.get('sw-sales-channel-id') }}';
</script>
{% endblock %}
{% block base_script_breakpoints %}
{# Register the available viewport breakpoints the window.breakpoints object #}
<script>
{% set breakpoint = {
'xs': theme_config('breakpoint-sm'),
'sm': theme_config('breakpoint-md'),
'md': theme_config('breakpoint-lg'),
'lg': theme_config('breakpoint-xl')
} %}
window.breakpoints = {{ breakpoint|json_encode()|raw }};
</script>
{% endblock %}
{% block base_script_csrf %}
<script>
window.csrf = {
'enabled': '{{ shopware.csrfEnabled }}',
'mode': '{{ shopware.csrfMode }}'
}
</script>
{% endblock %}
{% if config("core").cart.wishlistEnabled %}
{% block base_script_wishlist_state %}
<script>
window.customerLoggedInState = {{ context.customer is not null and not context.customer.guest ? 1 : 0 }};
window.wishlistEnabled = {{ config("core").cart.wishlistEnabled }};
</script>
{% endblock %}
{% endif %}
{% block base_script_hmr_mode %}
{% if isHMRMode %}
<script type="text/javascript" src="/_webpack_hot_proxy_/js/vendor-node.js"></script>
<script type="text/javascript" src="/_webpack_hot_proxy_/js/vendor-shared.js"></script>
<script type="text/javascript" src="/_webpack_hot_proxy_/js/runtime.js"></script>
<script type="text/javascript" src="/_webpack_hot_proxy_/js/app.js"></script>
{# The storefront entry is a combined entry point which contains all plugins & themes #}
<script type="text/javascript" src="/_webpack_hot_proxy_/js/storefront.js"></script>
{% else %}
{% for file in theme_config('assets.js') %}
<script defer="defer" type="text/javascript" src="{{ asset(file, 'theme') }}"></script>
{% endfor %}
{# <script>
const loadScriptsTimer = setTimeout(loadScripts, 5000);
const userInteractionEvents = ["mouseover","keydown","touchmove","touchstart"];
var loadScriptsDone = false;
userInteractionEvents.forEach(function (event) {
window.addEventListener(event, triggerScriptLoader, {
passive: true
});
});
function triggerScriptLoader() {
if(loadScriptsDone == false) {
loadScripts();
clearTimeout(loadScriptsTimer);
userInteractionEvents.forEach(function (event) {
window.removeEventListener(event, triggerScriptLoader, {
passive: true
});
});
}
}
function loadScripts() {
{% for file in theme_config('assets.js') %}
var d = window.document,
b = d.body, /* appends at end of body, but you could use other methods to put where you want */
e = d.createElement("script");
e.async = true;
e.src = "{{ asset(file, 'theme') }}";
b.appendChild(e);
{% endfor %}
loadScriptsDone = true;
}
</script> #}
{% endif %}
{% endblock %}
{% endblock %}
{% block base_ld_json %}
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Organization",
"name": "{{ "general.longNameSG"|trans }}",
"url": "{{ absolute_url(path('frontend.home.page')) }}",
"logo": "{{ theme_config('sw-logo-desktop') }}",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "{{ "general.phoneContact"|trans }}",
"email": "{{ "general.emailContact"|trans }}",
"availableLanguage" : "de",
"contactType": "{{ "general.contactTypeSales"|trans }}"
}
]
}
</script>
{% endblock %}
{# {% block base_cookie_consent %}
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#F6F6F6",
"text": "#000000"
},
"button": {
"background": "#A6063A",
"text": "#ffffff"
}
},
"content": {
"message": "Diese Website verwendet Cookies, um die Bedienfreundlichkeit zu erhöhen.",
"dismiss": "OK",
"link": "DatenschutzerklÀrung",
"href": "/datenschutz/"
}
});
</script>
{% endblock %} #}
</body>
{% endblock %}