<!DOCTYPE html><html lang="{{ app.request.locale|split('_')[0] }}"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><script src="https://consent.cookiefirst.com/sites/theatertotal.de-944f7496-632a-4ede-a931-0fc19ec69bbb/consent.js"></script><title>TheaterTotal</title><link rel="icon" href="favicon.ico" type="image/x-icon">{% block meta %}{% include "@SuluWebsite/Extension/seo.html.twig" with {"seo": extension.seo|default([]),"content": content|default([]),"localizations": localizations|default([]),"shadowBaseLocale": shadowBaseLocale|default(),} %}{% endblock %}<!-- Favicons -->{% block style %}{{ encore_entry_link_tags('app') }}{% endblock %}</head><body>{% block header %}{% include "partials/header.html.twig" %}{% endblock %}{% block hero %}{% include "partials/hero.html.twig" %}{% endblock %}<main>{% block content %}{% endblock %}</main>{#{% if previewContentReplacer is not defined %}{{ render_esi(path('ch_cookie_consent.show_if_cookie_consent_not_set')) }}{% endif %}#}{#{{ render_esi(path('ch_cookie_consent.show_if_cookie_consent_not_set')) }}#}{% block footer %}{% include "partials/footer.html.twig" %}{% endblock %}{% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}</body></html>