<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Layout/default.html.twig */
class __TwigTemplate_5ca2b16de84efd715c934fe7dc979838 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'header' => [$this, 'block_header'],
'navigation' => [$this, 'block_navigation'],
'mainContainerStyling' => [$this, 'block_mainContainerStyling'],
'regionSlide' => [$this, 'block_regionSlide'],
'usageGuidlines' => [$this, 'block_usageGuidlines'],
'modal' => [$this, 'block_modal'],
'layout_head_meta' => [$this, 'block_layout_head_meta'],
'javascripts' => [$this, 'block_javascripts'],
];
$this->deferred = $this->env->getExtension('Twig\DeferredExtension\DeferredExtension');
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Layout/default.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Layout/default.html.twig"));
// line 1
echo "<!doctype html>
<html lang=\"";
// line 2
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "html", null, true);
echo "\">
<head>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta charset=\"UTF-8\">
";
// line 7
$this->displayBlock('header', $context, $blocks);
// line 25
echo "
";
// line 26
$this->loadTemplate("Layout/includes/js.html.twig", "Layout/default.html.twig", 26)->display($context);
// line 27
echo "
";
// line 28
if ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 28, $this->source); })()), "property", [0 => "enquiry_type"], "method", false, false, false, 28) && (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 28, $this->source); })()), "property", [0 => "enquiry_type"], "method", false, false, false, 28) == "saving-request"))) {
// line 29
echo " ";
// line 30
echo " <script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({'event': 'individual-enquiry-form-sent'});
</script>
";
}
// line 35
echo "
";
// line 36
if ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 36, $this->source); })()), "property", [0 => "enquiry_type"], "method", false, false, false, 36) && (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 36, $this->source); })()), "property", [0 => "enquiry_type"], "method", false, false, false, 36) == "direct"))) {
// line 37
echo " ";
// line 38
echo " <script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({'event': 'enquiry-form-sent'});
</script>
";
}
// line 43
echo "
";
// line 44
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 44, $this->source); })()), "session", [], "any", false, false, false, 44), "flashBag", [], "any", false, false, false, 44), "has", [0 => "trackingData"], "method", false, false, false, 44)) {
// line 45
echo " <script data-cookieconsent=\"ignore\">
window.dataLayer = window.dataLayer || [];
";
// line 47
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 47, $this->source); })()), "session", [], "any", false, false, false, 47), "flashBag", [], "any", false, false, false, 47), "get", [0 => "trackingData"], "method", false, false, false, 47));
foreach ($context['_seq'] as $context["_key"] => $context["code"]) {
// line 48
echo " window.dataLayer.push(";
echo json_encode($context["code"]);
echo ");
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['code'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 50
echo " </script>
";
}
// line 52
echo "
";
// line 53
echo twig_include($this->env, $context, "Layout/includes/codeHead.html.twig");
echo "
</head>
";
// line 56
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 56, $this->source); })()), "property", [0 => "region"], "method", false, false, false, 56), "parentId", [], "any", false, false, false, 56) == "324083")) {
// line 57
echo " ";
$context["isSubRegion"] = true;
} else {
// line 59
echo " ";
$context["isSubRegion"] = false;
}
// line 61
echo "
<body class=\"";
// line 63
echo ((twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "hero"), "empty", [], "any", false, false, false, 63)) ? ("no-hero") : (""));
echo " ";
echo (((isset($context["isSubRegion"]) || array_key_exists("isSubRegion", $context) ? $context["isSubRegion"] : (function () { throw new RuntimeError('Variable "isSubRegion" does not exist.', 63, $this->source); })())) ? ("") : ("is-no-subregion"));
echo "\">
<div class=\"skip-links\">
<button data-href=\"#main-content\" accesskey=\"1\" class=\"js-skip-links skip-links__link sr-only sr-only-focusable\" data-nosnippet><div class=\"bg-primary p-2\">";
// line 66
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sr.skip-to.main-content"), "html", null, true);
echo "</div></button>
<button data-href=\"#table-of-content\" accesskey=\"2\" class=\"js-skip-links skip-links__link sr-only sr-only-focusable\" data-nosnippet><div class=\"bg-primary p-2\">";
// line 67
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sr.skip-to.table-of-contents"), "html", null, true);
echo "</div></button>
<button data-href=\"#main-nav\" accesskey=\"3\" class=\"js-skip-links skip-links__link sr-only sr-only-focusable\" data-nosnippet><div class=\"bg-primary p-2\">";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sr.skip-to.main-navigation"), "html", null, true);
echo "</div></button>
</div>
";
// line 71
echo twig_include($this->env, $context, "Layout/includes/table_of_content.html.twig");
echo "
";
// line 74
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 74, $this->source); })())) {
// line 75
echo " ";
$this->displayBlock('navigation', $context, $blocks);
}
// line 87
echo "
<main id=\"main-content\" role=\"main\" class=\"content-block ";
// line 88
$this->displayBlock('mainContainerStyling', $context, $blocks);
echo "\">
";
// line 89
$this->displayBlock("content", $context, $blocks);
echo "
";
// line 91
if (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 91, $this->source); })()), "property", [0 => "enableCookieList"], "method", false, false, false, 91)) {
// line 92
echo " <div class=\"mt-5 pt-5 container container-sm\">
<script id=\"CookieDeclaration\" src=\"https://consent.cookiebot.com/1ade52b6-e8d9-4dc2-92e0-3c43c1fd8cd4/cd.js\" type=\"text/javascript\" async></script>
</div>
";
}
// line 96
echo "
";
// line 97
if ($this->env->getTest('instanceof')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 97, $this->source); })()), "property", [0 => "recommendations"], "method", false, false, false, 97), "\\Pimcore\\Model\\Document\\Snippet")) {
// line 98
echo " ";
echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 98, $this->source); })()), "property", [0 => "recommendations"], "method", false, false, false, 98));
echo "
";
}
// line 100
echo "</main>
";
// line 102
if ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 102, $this->source); })()), "property", [0 => "sharing"], "method", false, false, false, 102) && $this->env->getTest('instanceof')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 102, $this->source); })()), "property", [0 => "sharing"], "method", false, false, false, 102), "\\Pimcore\\Model\\Document\\Snippet"))) {
// line 103
echo " <aside class=\"content-block container text-center\">
";
// line 104
echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 104, $this->source); })()), "property", [0 => "sharing"], "method", false, false, false, 104));
echo "
</aside>
";
}
// line 107
echo "
";
// line 108
if (($this->env->getTest('instanceof')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 108, $this->source); })()), "property", [0 => "weatherSlide"], "method", false, false, false, 108), "\\Pimcore\\Model\\Document\\Snippet") && !twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_placeholder')->getCallable()("disableWeatherSlide"), "value", [], "any", false, false, false, 108))) {
// line 109
echo " <aside class=\"content-block\">
";
// line 110
echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 110, $this->source); })()), "property", [0 => "weatherSlide"], "method", false, false, false, 110));
echo "
</aside>
";
}
// line 113
echo "
";
// line 114
$this->displayBlock('regionSlide', $context, $blocks);
// line 121
echo "
";
// line 122
if ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 122, $this->source); })()), "property", [0 => "hideRegionSlide"], "method", false, false, false, 122) && !twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 122, $this->source); })()), "property", [0 => "hideRegionSlideContentBlock"], "method", false, false, false, 122))) {
// line 123
echo " <div class=\"content-block\">
";
}
// line 125
if ($this->env->getTest('instanceof')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 125, $this->source); })()), "property", [0 => "footer"], "method", false, false, false, 125), "\\Pimcore\\Model\\Document\\Snippet")) {
// line 126
echo " ";
echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 126, $this->source); })()), "property", [0 => "footer"], "method", false, false, false, 126), ["smallerPadding" => twig_get_attribute($this->env, $this->source, // line 127
(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 127, $this->source); })()), "property", [0 => "footer-smaller-padding"], "method", false, false, false, 127)]);
// line 128
echo "
";
}
// line 130
echo "
";
// line 131
if (( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 131, $this->source); })()) && $this->env->getTest('instanceof')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 131, $this->source); })()), "property", [0 => "modal_center"], "method", false, false, false, 131), "\\Pimcore\\Model\\Document\\Snippet"))) {
// line 132
echo " ";
echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 132, $this->source); })()), "property", [0 => "modal_center"], "method", false, false, false, 132));
echo "
";
}
// line 134
if (( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 134, $this->source); })()) && $this->env->getTest('instanceof')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 134, $this->source); })()), "property", [0 => "modal_info"], "method", false, false, false, 134), "\\Pimcore\\Model\\Document\\Snippet"))) {
// line 135
echo " ";
echo $this->env->getFunction('pimcore_inc')->getCallable()(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 135, $this->source); })()), "property", [0 => "modal_info"], "method", false, false, false, 135));
echo "
";
}
// line 137
echo "
";
// line 138
$this->displayBlock('usageGuidlines', $context, $blocks);
// line 140
echo "
";
// line 142
if ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 142, $this->source); })()), "property", [0 => "hideRegionSlide"], "method", false, false, false, 142) && !twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 142, $this->source); })()), "property", [0 => "hideRegionSlideContentBlock"], "method", false, false, false, 142))) {
// line 143
echo " </div>
";
}
// line 145
echo "
";
// line 146
$this->displayBlock('modal', $context, $blocks);
// line 149
echo "
";
// line 151
$this->displayBlock('layout_head_meta', $context, $blocks);
// line 154
echo "
";
// line 156
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 164
echo "
";
// line 177
echo "
";
// line 180
echo twig_include($this->env, $context, "Layout/includes/sab.html.twig");
echo "
";
// line 181
if (($this->extensions['Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension']->inDebugMode() && twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 181, $this->source); })()), "request", [], "any", false, false, false, 181), "get", [0 => "liveCss"], "method", false, false, false, 181)))) {
// line 182
echo " ";
$context["message"] = $this->extensions['Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension']->returnDebugMessage("/entrypoints.json");
// line 183
echo " ";
if ( !twig_test_empty((isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 183, $this->source); })()))) {
// line 184
echo " <script type=\"text/javascript\">
(function () {
var debugError = window.setInterval(function () {
if (document.body) {
clearInterval(debugError);
var div = '<div id=\"warning-static-release\">";
// line 189
echo (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 189, $this->source); })());
echo "</div>';
document.body.insertAdjacentHTML('beforeend', div);
}
}, 100);
})();
</script>
<style type=\"text/css\">
#warning-static-release{
position: fixed;
bottom: calc(10rem/16);
right: calc(10rem/16);
padding: calc(5rem/16) calc(20rem/16);
background: #cd231c;
color: #ffffff;
z-index: 1000;
border-radius: calc(4rem/16);
opacity: .5;
pointer-events: none;
}
#warning-static-release:hover{
opacity: .1;
}
#warning-static-release div{
text-align: right;
font-size: calc(12rem/16);
}
</style>
";
}
}
// line 218
echo "
<div class=\"custom-cursor js-custom-cursor\"></div>
";
// line 221
echo $this->extensions['Elements\Bundle\JsonLdBundle\Twig\Extension\JsonLdExtension']->jsonLd();
echo "
";
// line 222
if (( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 222, $this->source); })()) && $this->env->getTest('instanceof')->getCallable()((isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 222, $this->source); })()), "\\Pimcore\\Model\\Document\\Page"))) {
// line 223
echo " ";
echo $this->extensions['Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension']->jsonLdReloadedRootDocument((isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 223, $this->source); })()));
echo "
";
}
// line 225
echo "
</body>
</html>
";
$this->deferred->resolve($this, $context, $blocks);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function block_header($context, array $blocks = [])
{
$this->deferred->defer($this, 'header');
}
// line 7
public function block_header_deferred($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
// line 8
echo " ";
if ($this->extensions['App\Twig\LayoutExtension']->hasGetParams([0 => "community", 1 => "page", 2 => "category", 3 => "keyword", 4 => "q", 5 => "nav-search", 6 => "tourRegion", 7 => "pimcore_preview"])) {
// line 9
echo " ";
twig_get_attribute($this->env, $this->source, $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsRobots(), "setNoIndex", [0 => true], "method", false, false, false, 9);
// line 10
echo " ";
}
// line 11
echo " ";
if ($this->extensions['App\Twig\LayoutExtension']->hasGetParams([0 => "pimcore_preview"])) {
// line 12
echo " ";
twig_get_attribute($this->env, $this->source, $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsRobots(), "setNoFollow", [0 => true], "method", false, false, false, 12);
// line 13
echo " ";
}
// line 14
echo " ";
if (( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 14, $this->source); })()) && $this->env->getTest('instanceof')->getCallable()((isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 14, $this->source); })()), "\\Pimcore\\Model\\Document\\Page"))) {
// line 15
echo " ";
echo $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsHeadTitle();
echo "
";
// line 16
echo $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsHeadMeta();
echo "
";
// line 17
echo $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsCanonical();
echo "
";
// line 18
echo $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsHreflang([], false, false, "de");
echo "
";
// line 19
echo $this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsOpenGraph();
echo "
";
}
// line 21
echo "
";
// line 22
$this->loadTemplate("Layout/includes/head.html.twig", "Layout/default.html.twig", 22)->display($context);
// line 23
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
// line 75
public function block_navigation($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navigation"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navigation"));
// line 76
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 76, $this->source); })()), "property", [0 => "useConventionHeader"], "method", false, false, false, 76)) {
// line 77
echo " ";
echo twig_include($this->env, $context, "Convention/Includes/header.html.twig");
echo "
";
} elseif (twig_get_attribute($this->env, $this->source, // line 78
(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 78, $this->source); })()), "property", [0 => "usePressHeader"], "method", false, false, false, 78)) {
// line 79
echo " ";
echo twig_include($this->env, $context, "Press/Includes/pressHeader.html.twig");
echo "
";
} elseif (twig_get_attribute($this->env, $this->source, // line 80
(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 80, $this->source); })()), "property", [0 => "useCinestyriaHeader"], "method", false, false, false, 80)) {
// line 81
echo " ";
echo twig_include($this->env, $context, "Cinestyria/Includes/navbar.html.twig");
echo "
";
} else {
// line 83
echo " ";
echo twig_include($this->env, $context, "Navigation/navbar.html.twig");
echo "
";
}
// line 85
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 88
public function block_mainContainerStyling($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainContainerStyling"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainContainerStyling"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function block_regionSlide($context, array $blocks = [])
{
$this->deferred->defer($this, 'regionSlide');
}
// line 114
public function block_regionSlide_deferred($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "regionSlide"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "regionSlide"));
// line 115
echo " ";
if ( !twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 115, $this->source); })()), "property", [0 => "hideRegionSlide"], "method", false, false, false, 115)) {
// line 116
echo " <aside class=\"content-block\">
";
// line 117
echo twig_include($this->env, $context, "Includes/regionSlide.html.twig");
echo "
</aside>
";
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
// line 138
public function block_usageGuidlines($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "usageGuidlines"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "usageGuidlines"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 146
public function block_modal($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modal"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modal"));
// line 147
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function block_layout_head_meta($context, array $blocks = [])
{
$this->deferred->defer($this, 'layout_head_meta');
}
// line 151
public function block_layout_head_meta_deferred($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta"));
// line 152
echo $this->extensions['Elements\Bundle\JsConfigBundle\Twig\Extension\JsConfigExtension']->jsConfig();
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
// line 156
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 157
echo " ";
if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 157, $this->source); })()), "request", [], "any", false, false, false, 157), "get", [0 => "onlyInlineCss"], "method", false, false, false, 157)) {
// line 158
echo " ";
echo twig_include($this->env, $context, "Layout/includes/encore.html.twig", ["staticDebugMode" => // line 159
(isset($context["staticDebugMode"]) || array_key_exists("staticDebugMode", $context) ? $context["staticDebugMode"] : (function () { throw new RuntimeError('Variable "staticDebugMode" does not exist.', 159, $this->source); })()), "file" => "js/content"]);
// line 161
echo "
";
}
// line 163
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Layout/default.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 671 => 163, 667 => 161, 665 => 159, 663 => 158, 660 => 157, 650 => 156, 637 => 152, 627 => 151, 611 => 147, 601 => 146, 583 => 138, 568 => 117, 565 => 116, 562 => 115, 552 => 114, 529 => 88, 519 => 85, 513 => 83, 507 => 81, 505 => 80, 500 => 79, 498 => 78, 493 => 77, 490 => 76, 480 => 75, 468 => 23, 466 => 22, 463 => 21, 458 => 19, 454 => 18, 450 => 17, 446 => 16, 441 => 15, 438 => 14, 435 => 13, 432 => 12, 429 => 11, 426 => 10, 423 => 9, 420 => 8, 410 => 7, 391 => 225, 385 => 223, 383 => 222, 379 => 221, 374 => 218, 342 => 189, 335 => 184, 332 => 183, 329 => 182, 327 => 181, 323 => 180, 319 => 177, 314 => 164, 311 => 156, 308 => 154, 306 => 151, 303 => 149, 301 => 146, 298 => 145, 294 => 143, 292 => 142, 288 => 140, 286 => 138, 283 => 137, 277 => 135, 275 => 134, 269 => 132, 267 => 131, 264 => 130, 260 => 128, 258 => 127, 256 => 126, 254 => 125, 250 => 123, 248 => 122, 245 => 121, 243 => 114, 240 => 113, 234 => 110, 231 => 109, 229 => 108, 226 => 107, 220 => 104, 217 => 103, 215 => 102, 211 => 100, 205 => 98, 203 => 97, 200 => 96, 194 => 92, 192 => 91, 187 => 89, 183 => 88, 180 => 87, 176 => 75, 174 => 74, 169 => 71, 163 => 68, 159 => 67, 155 => 66, 147 => 63, 143 => 61, 139 => 59, 135 => 57, 133 => 56, 127 => 53, 124 => 52, 120 => 50, 111 => 48, 107 => 47, 103 => 45, 101 => 44, 98 => 43, 91 => 38, 89 => 37, 87 => 36, 84 => 35, 77 => 30, 75 => 29, 73 => 28, 70 => 27, 68 => 26, 65 => 25, 63 => 7, 55 => 2, 52 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html lang=\"{{ app.request.locale }}\">
<head>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta charset=\"UTF-8\">
{% block header deferred %}
{% if hasGetParams(['community', 'page', 'category', 'keyword', 'q', 'nav-search', 'tourRegion', 'pimcore_preview']) %}
{% do elements_robots().setNoIndex(true) %}
{% endif %}
{% if hasGetParams(['pimcore_preview']) %}
{% do elements_robots().setNoFollow(true) %}
{% endif %}
{% if not editmode and document is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
{{ elements_head_title() }}
{{ elements_head_meta() }}
{{ elements_canonical() }}
{{ elements_hreflang([], false, false, 'de') }}
{{ elements_opengraph() }}
{% endif %}
{% include 'Layout/includes/head.html.twig' %}
{% endblock %}
{% include 'Layout/includes/js.html.twig' %}
{% if document.property('enquiry_type') and document.property('enquiry_type') == 'saving-request' %}
{# DEMI Tracking of enquiry form WF_790634 #}
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({'event': 'individual-enquiry-form-sent'});
</script>
{% endif %}
{% if document.property('enquiry_type') and document.property('enquiry_type') == 'direct' %}
{# DEMI Tracking of enquiry form WF_790634 #}
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({'event': 'enquiry-form-sent'});
</script>
{% endif %}
{% if app.session.flashBag.has('trackingData') %}
<script data-cookieconsent=\"ignore\">
window.dataLayer = window.dataLayer || [];
{% for code in app.session.flashBag.get('trackingData') %}
window.dataLayer.push({{ code|json_encode|raw }});
{% endfor %}
</script>
{% endif %}
{{ include('Layout/includes/codeHead.html.twig') }}
</head>
{% if document.property('region').parentId == '324083' %}
{% set isSubRegion = true %}
{% else %}
{% set isSubRegion = false %}
{% endif %}
<body class=\"{{ pimcore_image('hero').empty ? 'no-hero' : '' }} {{ isSubRegion ? '' : 'is-no-subregion' }}\">
<div class=\"skip-links\">
<button data-href=\"#main-content\" accesskey=\"1\" class=\"js-skip-links skip-links__link sr-only sr-only-focusable\" data-nosnippet><div class=\"bg-primary p-2\">{{ \"sr.skip-to.main-content\"|trans }}</div></button>
<button data-href=\"#table-of-content\" accesskey=\"2\" class=\"js-skip-links skip-links__link sr-only sr-only-focusable\" data-nosnippet><div class=\"bg-primary p-2\">{{ \"sr.skip-to.table-of-contents\"|trans }}</div></button>
<button data-href=\"#main-nav\" accesskey=\"3\" class=\"js-skip-links skip-links__link sr-only sr-only-focusable\" data-nosnippet><div class=\"bg-primary p-2\">{{ \"sr.skip-to.main-navigation\"|trans }}</div></button>
</div>
{{ include('Layout/includes/table_of_content.html.twig') }}
{# Content #}
{% if not editmode %}
{% block navigation %}
{% if document.property('useConventionHeader') %}
{{ include('Convention/Includes/header.html.twig') }}
{% elseif document.property('usePressHeader') %}
{{ include('Press/Includes/pressHeader.html.twig') }}
{% elseif document.property('useCinestyriaHeader') %}
{{ include(\"Cinestyria/Includes/navbar.html.twig\") }}
{% else %}
{{ include('Navigation/navbar.html.twig') }}
{% endif %}
{% endblock %}
{% endif %}
<main id=\"main-content\" role=\"main\" class=\"content-block {% block mainContainerStyling %}{% endblock %}\">
{{ block('content') }}
{% if document.property('enableCookieList') %}
<div class=\"mt-5 pt-5 container container-sm\">
<script id=\"CookieDeclaration\" src=\"https://consent.cookiebot.com/1ade52b6-e8d9-4dc2-92e0-3c43c1fd8cd4/cd.js\" type=\"text/javascript\" async></script>
</div>
{% endif %}
{% if document.property('recommendations') is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Snippet') %}
{{ pimcore_inc(document.property('recommendations')) }}
{% endif %}
</main>
{% if document.property('sharing') and document.property('sharing') is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Snippet') %}
<aside class=\"content-block container text-center\">
{{ pimcore_inc(document.property('sharing')) }}
</aside>
{% endif %}
{% if document.property('weatherSlide') is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Snippet') and not pimcore_placeholder('disableWeatherSlide').value %}
<aside class=\"content-block\">
{{ pimcore_inc(document.property('weatherSlide')) }}
</aside>
{% endif %}
{% block regionSlide deferred %}
{% if not document.property('hideRegionSlide') %}
<aside class=\"content-block\">
{{ include('Includes/regionSlide.html.twig') }}
</aside>
{% endif %}
{% endblock %}
{% if document.property('hideRegionSlide') and not document.property('hideRegionSlideContentBlock') %}
<div class=\"content-block\">
{% endif %}
{% if document.property('footer') is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Snippet') %}
{{ pimcore_inc(document.property('footer'), {
smallerPadding: document.property('footer-smaller-padding'),
}) }}
{% endif %}
{% if not editmode and document.property('modal_center') is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Snippet') %}
{{ pimcore_inc(document.property('modal_center')) }}
{% endif %}
{% if not editmode and document.property('modal_info') is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Snippet') %}
{{ pimcore_inc(document.property('modal_info')) }}
{% endif %}
{% block usageGuidlines %}
{% endblock %}
{% if document.property('hideRegionSlide') and not document.property('hideRegionSlideContentBlock') %}
</div>
{% endif %}
{% block modal %}
{% endblock %}
{# JS Config ausgeben #}
{% block layout_head_meta deferred %}
{{ jsConfig() }}
{% endblock %}
{# INFO: different JS for different sitetypes must be embedded #}
{% block javascripts %}
{% if not app.request.get('onlyInlineCss') %}
{{ include('Layout/includes/encore.html.twig', {
'staticDebugMode': staticDebugMode,
'file': 'js/content'
}) }}
{% endif %}
{% endblock %}
{# wenn parameter onlyInlineCss nicht gesetzt wurde #}
{#{% if app.request.get('onlyInlineCss') is empty %}#}
{# {% block javascripts %}#}
{# {% spaceless %}#}
{# {% for file in encore_entry_js_files('js/script', staticDebugMode ? 'debug' : 'build' ) %}#}
{# <script src=\"{{ asset(file) }}\" async></script>#}
{# {% endfor %}#}
{# {% endspaceless %}#}
{# {% endblock %}#}
{#{% endif %}#}
{# Debug Mode #}
{{ include('Layout/includes/sab.html.twig') }}
{% if elements_debug_mode() and app.request.get('liveCss') is empty %}
{% set message = elements_debug_message('/entrypoints.json') %}
{% if message is not empty %}
<script type=\"text/javascript\">
(function () {
var debugError = window.setInterval(function () {
if (document.body) {
clearInterval(debugError);
var div = '<div id=\"warning-static-release\">{{ message | raw }}</div>';
document.body.insertAdjacentHTML('beforeend', div);
}
}, 100);
})();
</script>
<style type=\"text/css\">
#warning-static-release{
position: fixed;
bottom: calc(10rem/16);
right: calc(10rem/16);
padding: calc(5rem/16) calc(20rem/16);
background: #cd231c;
color: #ffffff;
z-index: 1000;
border-radius: calc(4rem/16);
opacity: .5;
pointer-events: none;
}
#warning-static-release:hover{
opacity: .1;
}
#warning-static-release div{
text-align: right;
font-size: calc(12rem/16);
}
</style>
{% endif %}
{% endif %}
<div class=\"custom-cursor js-custom-cursor\"></div>
{{ jsonLd()|raw }}
{% if not editmode and document is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
{{ jld_document(document) }}
{% endif %}
</body>
</html>
", "Layout/default.html.twig", "/home/steiermark/www/templates/Layout/default.html.twig");
}
}