{% block page_head %} {% include '@ibexadesign/page_head.html.twig' %} {% endblock %} {% block stylesheets %} {% include '@ibexadesign/page_head_style.html.twig' %} {% endblock %} {# Consent-Banner (Usercentrics) auf Impressum und Datenschutz nicht anzeigen #} {% set suppressConsentBanner = location is defined and location.id in [ ibexa.configResolver.parameter('imprint_location_id', 'donbosco'), ibexa.configResolver.parameter('security_location_id', 'donbosco') ] %} {% include '@ibexadesign/page_head_script.html.twig' %} {% if app.environment == 'prod' %} {% endif %} {% if location is defined and not location.isDraft %} {% set currentLocation=location %} {% endif %}
{% block header %} {{ render( controller( "App\\Controller\\HeaderController::index",{ 'locationId': currentLocation.id is defined ? currentLocation.id : null, 'routeRef': ibexa_route(), 'contentTypeId': currentLocation.id is defined ? currentLocation.contentInfo.contentTypeId : 0} ) ) }} {% endblock %}
{#if location is not landingpage#}
{% block content %}
{% block fullcontent %}{% endblock %}
{% endblock %}
{% block footer %} {{ render( controller( "App\\Controller\\FooterController::index" ) ) }} {% endblock %}