<?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;
/* document.html.twig */
class __TwigTemplate_661bbe93458e906d28f081e210a2aeba extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "document.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "document.html.twig"));
// line 1
echo "
";
// line 3
echo "
";
// line 4
if (( !array_key_exists("document", $context) || !(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 4, $this->source); })()))) {
// line 5
echo " ";
$context["document"] = Pimcore\Model\Document::getById(1);
}
// line 7
echo "
";
// line 9
echo "
";
// line 10
if (((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 10, $this->source); })()) == "de")) {
// line 11
echo " ";
$context["navStartNode"] = Pimcore\Model\Document::getById(twig_constant("SITE_ROOT_ID_DE"));
} elseif (( // line 12
(isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 12, $this->source); })()) == "en")) {
// line 13
echo " ";
$context["navStartNode"] = Pimcore\Model\Document::getById(twig_constant("SITE_ROOT_ID_EN"));
} else {
// line 15
echo " ";
$context["navStartNode"] = 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.', 15, $this->source); })()), "getProperty", [0 => "navigationRoot"], "method", false, false, false, 15);
}
// line 17
echo "
";
// line 23
echo "
";
// line 24
$context["mainNavigation"] = call_user_func_array($this->env->getFunction('pimcore_build_nav')->getCallable(), [["active" => // line 25
(isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 25, $this->source); })()), "root" => // line 26
(isset($context["navStartNode"]) || array_key_exists("navStartNode", $context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.', 26, $this->source); })())]]);
// line 28
echo "
";
// line 29
if ((array_key_exists("document", $context) && (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.', 29, $this->source); })()), "type", [], "any", false, false, false, 29) == "page"))) {
// line 30
echo " ";
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setDescription", [0 => 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.', 30, $this->source); })()), "getDescription", [], "any", false, false, false, 30)], "method", false, false, false, 30);
}
// line 32
echo "
";
// line 33
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "og:locale", 1 => (isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 33, $this->source); })())], "method", false, false, false, 33);
// line 34
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "og:url", 1 => 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.', 34, $this->source); })()), "request", [], "any", false, false, false, 34), "uri", [], "any", false, false, false, 34)], "method", false, false, false, 34);
// line 35
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "og:site_name", 1 => twig_constant("SITE_NAME")], "method", false, false, false, 35);
// line 36
if (array_key_exists("newsarticle", $context)) {
// line 37
echo " ";
if (call_user_func_array($this->env->getTest('instanceof')->getCallable(), [(isset($context["newsarticle"]) || array_key_exists("newsarticle", $context) ? $context["newsarticle"] : (function () { throw new RuntimeError('Variable "newsarticle" does not exist.', 37, $this->source); })()), "\\PimcoreModelDataObjectNewsblog"])) {
// line 38
echo " ";
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "og:type", 1 => "article"], "method", false, false, false, 38);
// line 39
echo " ";
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "og:title", 1 => twig_get_attribute($this->env, $this->source, (isset($context["newsarticle"]) || array_key_exists("newsarticle", $context) ? $context["newsarticle"] : (function () { throw new RuntimeError('Variable "newsarticle" does not exist.', 39, $this->source); })()), "headline", [], "any", false, false, false, 39)], "method", false, false, false, 39);
// line 40
echo " ";
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "og:description", 1 => twig_get_attribute($this->env, $this->source, (isset($context["newsarticle"]) || array_key_exists("newsarticle", $context) ? $context["newsarticle"] : (function () { throw new RuntimeError('Variable "newsarticle" does not exist.', 40, $this->source); })()), "teaser", [], "any", false, false, false, 40)], "method", false, false, false, 40);
// line 41
echo " ";
twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []), "setProperty", [0 => "article:modified_time", 1 => twig_get_attribute($this->env, $this->source, twig_date_converter($this->env, (isset($context["timestamp"]) || array_key_exists("timestamp", $context) ? $context["timestamp"] : (function () { throw new RuntimeError('Variable "timestamp" does not exist.', 41, $this->source); })())), "format", [0 => "c"], "method", false, false, false, 41)], "method", false, false, false, 41);
// line 42
echo " ";
}
}
// line 44
echo "
";
// line 45
$context["user"] = 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.', 45, $this->source); })()), "user", [], "any", false, false, false, 45);
// line 46
echo "
<!DOCTYPE html>
<html lang=\"";
// line 48
echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 48, $this->source); })()), "html", null, true);
echo "\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>";
// line 53
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.', 53, $this->source); })()), "type", [], "any", false, false, false, 53) == "page") && !twig_test_empty(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.', 53, $this->source); })()), "getTitle", [], "method", false, false, false, 53)))) {
echo twig_escape_filter($this->env, 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.', 53, $this->source); })()), "getTitle", [], "method", false, false, false, 53), "html", null, true);
}
echo "</title>
";
// line 54
echo call_user_func_array($this->env->getFunction('pimcore_head_meta')->getCallable(), []);
echo "
<link rel=\"canonical\" href=\"";
// line 55
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.', 55, $this->source); })()), "request", [], "any", false, false, false, 55), "uri", [], "any", false, false, false, 55), "html", null, true);
echo "\" />
<meta name=\"author\" content=\"";
// line 56
echo twig_escape_filter($this->env, twig_constant("SITE_NAME"), "html", null, true);
echo "\">
<meta name=\"generator\" content=\"78media solutions\">
<link rel=\"icon\" href=\"";
// line 58
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/favicon-192x192.png\" sizes=\"192x192\" type=\"image/png\">
<link rel=\"apple-touch-icon\" href=\"";
// line 59
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/apple-touch-icon.png\" sizes=\"180x180\">
<link rel=\"icon\" href=\"";
// line 60
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/favicon-32x32.png\" sizes=\"32x32\" type=\"image/png\">
<link rel=\"icon\" href=\"";
// line 61
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/favicon-16x16.png\" sizes=\"16x16\" type=\"image/png\">
<link rel=\"manifest\" href=\"";
// line 62
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/manifest.json\">
<link rel=\"mask-icon\" href=\"";
// line 63
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/safari-pinned-tab.svg\" color=\"#563d7c\">
<link rel=\"icon\" href=\"";
// line 64
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/favicons/favicon.ico\">
<!-- base -->
<link href=\"";
// line 66
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/css/bootstrap.min.css\" rel=\"stylesheet\">
<link href=\"";
// line 67
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/css/animate.min.css\" rel=\"stylesheet\" />
<link href=\"";
// line 68
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/css/jquery.fancybox.min.css\" rel=\"stylesheet\">
<link href=\"";
// line 69
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/plugins/slick/slick.css\" rel=\"stylesheet\">
<link href=\"";
// line 70
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/plugins/slick/slick-theme.css\" rel=\"stylesheet\">
<!-- theme -->
<link href=\"";
// line 72
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/css/screen.less?v=";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "U"), "html", null, true);
echo "\" rel=\"stylesheet/less\" type=\"text/css\">
<script src=\"";
// line 73
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/js/less.min.js\" language=\"javascript\"></script>
";
// 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 " <link href=\"";
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/css/editmode.css?v=";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "U"), "html", null, true);
echo "\" rel=\"stylesheet\">
";
}
// line 77
echo "
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-927743781\">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-927743781');
</script>
</head>
<body id=\"body\">
<header>
<!-- div wrapper needed !!! -->
<div class=\"header-options\">
<a class=\"navbar-toggler d-block\" data-toggle=\"navbar-header\">
<div id=\"nav-icon\">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</a>
<a class=\"language-switch\" data-toggle=\"language-selection\" href=\"/";
// line 103
echo ((((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 103, $this->source); })()) == "en")) ? ("de") : ("en"));
echo "/\">
<img class=\"language ";
// line 104
echo ((((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 104, $this->source); })()) == "en")) ? ("active-en") : ("active-de"));
echo "\" src=\"";
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/flags/de-en.png\" />
</a>
</div>
<!-- end div wrapper !!! -->
<div class=\"header-logo\">
<a href=\"/";
// line 109
echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 109, $this->source); })()), "html", null, true);
echo "\">
<img src=\"";
// line 110
echo twig_escape_filter($this->env, twig_constant("SITE_TEMPLATE_PATH"), "html", null, true);
echo "/img/logo_7schwaben.png\" alt=\"7SCHWABEN\" title=\"7SCHWABEN Ferienwohnungen Apartments in Bad Urach\" />
</a>
</div>
</header>
";
// line 116
echo " ";
$context["menuRenderer"] = call_user_func_array($this->env->getFunction('pimcore_nav_renderer')->getCallable(), ["menu"]);
// line 117
echo " ";
echo twig_get_attribute($this->env, $this->source, (isset($context["menuRenderer"]) || array_key_exists("menuRenderer", $context) ? $context["menuRenderer"] : (function () { throw new RuntimeError('Variable "menuRenderer" does not exist.', 117, $this->source); })()), "renderPartial", [0 => (isset($context["mainNavigation"]) || array_key_exists("mainNavigation", $context) ? $context["mainNavigation"] : (function () { throw new RuntimeError('Variable "mainNavigation" does not exist.', 117, $this->source); })()), 1 => "_includes/7schwaben_navigation.html.twig"], "method", false, false, false, 117);
echo "
<main style=\"padding-top:3rem;\">
<!-- document block content -->
";
// line 122
$this->displayBlock("main_content", $context, $blocks);
echo "
<div id=\"footer-switch\" style=\"height:1px; background:transparent;\">
</div>
";
// line 127
echo twig_include($this->env, $context, "_includes/contactForm.html.twig");
echo "
</main>
";
// line 131
echo twig_include($this->env, $context, "_includes/footer.html.twig");
echo "
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "document.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 312 => 131, 305 => 127, 297 => 122, 288 => 117, 285 => 116, 277 => 110, 273 => 109, 263 => 104, 259 => 103, 231 => 77, 223 => 75, 221 => 74, 217 => 73, 211 => 72, 206 => 70, 202 => 69, 198 => 68, 194 => 67, 190 => 66, 185 => 64, 181 => 63, 177 => 62, 173 => 61, 169 => 60, 165 => 59, 161 => 58, 156 => 56, 152 => 55, 148 => 54, 142 => 53, 134 => 48, 130 => 46, 128 => 45, 125 => 44, 121 => 42, 118 => 41, 115 => 40, 112 => 39, 109 => 38, 106 => 37, 104 => 36, 102 => 35, 100 => 34, 98 => 33, 95 => 32, 91 => 30, 89 => 29, 86 => 28, 84 => 26, 83 => 25, 82 => 24, 79 => 23, 76 => 17, 72 => 15, 68 => 13, 66 => 12, 63 => 11, 61 => 10, 58 => 9, 55 => 7, 51 => 5, 49 => 4, 46 => 3, 43 => 1,);
}
public function getSourceContext()
{
return new Source("
{# get root node if there is no document defined (for pages which are routed directly through static route) #}
{% if not document is defined or not document %}
{% set document = pimcore_document(1) %}
{% endif %}
{# get the document which should be used to start in navigation | default home #}
{% if locale == 'de' %}
{% set navStartNode = pimcore_document( constant('SITE_ROOT_ID_DE') ) %}
{% elseif locale == 'en' %}
{% set navStartNode = pimcore_document( constant('SITE_ROOT_ID_EN') ) %}
{% else %}
{% set navStartNode = document.getProperty('navigationRoot') %}
{% endif %}
{# Pimcore default -> deactivated
{% if not navStartNode is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
{% set navStartNode = pimcore_document(1) %}
{% endif %}
#}
{% set mainNavigation = pimcore_build_nav({
active: document,
root: navStartNode
}) %}
{% if document is defined and document.type == 'page' %}
{% do pimcore_head_meta().setDescription(document.getDescription) %}
{% endif %}
{% do pimcore_head_meta().setProperty('og:locale', locale) %}
{% do pimcore_head_meta().setProperty('og:url', app.request.uri ) %}
{% do pimcore_head_meta().setProperty('og:site_name', constant('SITE_NAME') ) %}
{% if newsarticle is defined %}
{% if newsarticle is instanceof('\\\\Pimcore\\Model\\DataObject\\Newsblog') %}
{% do pimcore_head_meta().setProperty('og:type', 'article') %}
{% do pimcore_head_meta().setProperty('og:title', newsarticle.headline ) %}
{% do pimcore_head_meta().setProperty('og:description', newsarticle.teaser | raw ) %}
{% do pimcore_head_meta().setProperty('article:modified_time', date( timestamp ).format('c') ) %}
{% endif %}
{% endif %}
{% set user = app.user %}
<!DOCTYPE html>
<html lang=\"{{ locale }}\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>{% if document.type == 'page' and document.getTitle() is not empty %}{{ document.getTitle() }}{% endif %}</title>
{{ pimcore_head_meta() }}
<link rel=\"canonical\" href=\"{{ app.request.uri }}\" />
<meta name=\"author\" content=\"{{ constant('SITE_NAME') }}\">
<meta name=\"generator\" content=\"78media solutions\">
<link rel=\"icon\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/favicon-192x192.png\" sizes=\"192x192\" type=\"image/png\">
<link rel=\"apple-touch-icon\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/apple-touch-icon.png\" sizes=\"180x180\">
<link rel=\"icon\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/favicon-32x32.png\" sizes=\"32x32\" type=\"image/png\">
<link rel=\"icon\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/favicon-16x16.png\" sizes=\"16x16\" type=\"image/png\">
<link rel=\"manifest\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/manifest.json\">
<link rel=\"mask-icon\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/safari-pinned-tab.svg\" color=\"#563d7c\">
<link rel=\"icon\" href=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/favicons/favicon.ico\">
<!-- base -->
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/css/bootstrap.min.css\" rel=\"stylesheet\">
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/css/animate.min.css\" rel=\"stylesheet\" />
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/css/jquery.fancybox.min.css\" rel=\"stylesheet\">
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/plugins/slick/slick.css\" rel=\"stylesheet\">
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/plugins/slick/slick-theme.css\" rel=\"stylesheet\">
<!-- theme -->
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/css/screen.less?v={{ 'now'|date('U') }}\" rel=\"stylesheet/less\" type=\"text/css\">
<script src=\"{{ constant('SITE_TEMPLATE_PATH') }}/js/less.min.js\" language=\"javascript\"></script>
{% if editmode %}
<link href=\"{{ constant('SITE_TEMPLATE_PATH') }}/css/editmode.css?v={{ 'now'|date('U') }}\" rel=\"stylesheet\">
{% endif %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-927743781\">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-927743781');
</script>
</head>
<body id=\"body\">
<header>
<!-- div wrapper needed !!! -->
<div class=\"header-options\">
<a class=\"navbar-toggler d-block\" data-toggle=\"navbar-header\">
<div id=\"nav-icon\">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</a>
<a class=\"language-switch\" data-toggle=\"language-selection\" href=\"/{{ (locale=='en' ? 'de' : 'en') }}/\">
<img class=\"language {{ (locale=='en') ? 'active-en' : 'active-de' }}\" src=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/flags/de-en.png\" />
</a>
</div>
<!-- end div wrapper !!! -->
<div class=\"header-logo\">
<a href=\"/{{ locale }}\">
<img src=\"{{ constant('SITE_TEMPLATE_PATH') }}/img/logo_7schwaben.png\" alt=\"7SCHWABEN\" title=\"7SCHWABEN Ferienwohnungen Apartments in Bad Urach\" />
</a>
</div>
</header>
{# \\Pimcore\\Navigation\\Renderer\\Menu #}
{% set menuRenderer = pimcore_nav_renderer('menu') %}
{{ menuRenderer.renderPartial( mainNavigation, '_includes/7schwaben_navigation.html.twig' ) | raw }}
<main style=\"padding-top:3rem;\">
<!-- document block content -->
{{ block('main_content') }}
<div id=\"footer-switch\" style=\"height:1px; background:transparent;\">
</div>
{{ include('_includes/contactForm.html.twig') }}
</main>
{{ include('_includes/footer.html.twig') }}
</body>
</html>
", "document.html.twig", "/var/www/vhosts/das7schwaben.de/httpdocs/pimcore_x/templates/document.html.twig");
}
}