<?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/components/header.html.twig */
class __TwigTemplate_0b2b78952a7a4c2a2608212978c19565 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", "layout/components/header.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/components/header.html.twig"));
// line 1
$context["mainNavStartNode"] = 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.', 1, $this->source); })()), "getProperty", [0 => "mainNavStartNode"], "method", false, false, false, 1);
// line 2
echo "
<header class=\"header\">
<div class=\"container-1420\">
<div class=\"nav\">
";
// line 9
echo " <div class=\"mobile-nav-open\" id=\"mobileNavOpen\">
";
// line 10
echo twig_include($this->env, $context, "svg/header/mobile/menu-open.html.twig");
echo "
</div>
";
// line 14
echo " <div class=\"mobile-nav-close-container\">
<div class=\"mobile-nav-close hidden\" id=\"mobileNavClose\">
";
// line 16
echo twig_include($this->env, $context, "svg/header/mobile/menu-close.html.twig");
echo "
</div>
</div>
";
// line 21
echo " <div class=\"mobile-nav\" id=\"mobileNav\">
<div class=\"nav-container\">
<div class=\"scrollable\">
<div class=\"mobile-main-nav\">
<ul>
";
// line 28
echo twig_include($this->env, $context, "layout/nav/main-mobile.html.twig");
echo "
</ul>
</div>
<div class=\"mobile-special-nav\">
<ul>
";
// line 34
echo twig_include($this->env, $context, "layout/nav/mobile-special.html.twig");
echo "
</ul>
</div>
";
// line 47
echo " ";
// line 52
echo "
</div>
</div>
<div class=\"mobile-footer-nav\">
";
// line 58
echo " ";
// line 61
echo "
";
// line 63
echo " <div class=\"footer-nav\">
<ul class=\"nav-list\">
";
// line 66
echo twig_include($this->env, $context, "layout/nav/footer.html.twig");
echo "
";
// line 71
echo "
</ul>
</div>
</div>
</div>
";
// line 78
echo " ";
echo twig_include($this->env, $context, "layout/nav/main-mobile-subnav.html.twig");
echo "
";
// line 81
echo " ";
// line 90
echo "
";
// line 92
echo " <div class=\"logo\" id=\"headerLogo\">
<a href=\"";
// line 93
echo twig_escape_filter($this->env, (isset($context["mainNavStartNode"]) || array_key_exists("mainNavStartNode", $context) ? $context["mainNavStartNode"] : (function () { throw new RuntimeError('Variable "mainNavStartNode" does not exist.', 93, $this->source); })()), "html", null, true);
echo "\" aria-label=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("aria.homepage"), "html", null, true);
echo "\">
";
// line 94
echo twig_include($this->env, $context, "svg/logo/logo-lutisbach.html.twig");
echo "
</a>
</div>
";
// line 99
echo " <div class=\"main-nav\">
<ul>
";
// line 101
echo twig_include($this->env, $context, "layout/nav/main.html.twig");
echo "
</ul>
</div>
</div>
</div>
";
// line 109
echo " <div class=\"container-2500 no-padding\">
<div class=\"wave\">
";
// line 111
echo twig_include($this->env, $context, "svg/header/header-wave.html.twig");
echo "
</div>
</div>
</header>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "layout/components/header.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 175 => 111, 171 => 109, 161 => 101, 157 => 99, 150 => 94, 144 => 93, 141 => 92, 138 => 90, 136 => 81, 130 => 78, 122 => 71, 117 => 66, 112 => 63, 109 => 61, 107 => 58, 100 => 52, 98 => 47, 91 => 34, 82 => 28, 73 => 21, 66 => 16, 62 => 14, 56 => 10, 53 => 9, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% set mainNavStartNode = document.getProperty(\"mainNavStartNode\") %}
<header class=\"header\">
<div class=\"container-1420\">
<div class=\"nav\">
{# mobile #}
<div class=\"mobile-nav-open\" id=\"mobileNavOpen\">
{{ include(\"svg/header/mobile/menu-open.html.twig\") }}
</div>
{# mobile #}
<div class=\"mobile-nav-close-container\">
<div class=\"mobile-nav-close hidden\" id=\"mobileNavClose\">
{{ include(\"svg/header/mobile/menu-close.html.twig\") }}
</div>
</div>
{# mobile #}
<div class=\"mobile-nav\" id=\"mobileNav\">
<div class=\"nav-container\">
<div class=\"scrollable\">
<div class=\"mobile-main-nav\">
<ul>
{{ include(\"layout/nav/main-mobile.html.twig\") }}
</ul>
</div>
<div class=\"mobile-special-nav\">
<ul>
{{ include(\"layout/nav/mobile-special.html.twig\") }}
</ul>
</div>
{# <div class=\"mobile-service-nav\">
<ul>
{{ include(\"layout/nav/service.html.twig\") }}
{{ include(\"layout/nav/language.html.twig\") }}
{{ include(\"layout/nav/search.html.twig\") }}
</ul>
</div> #}
{# <div class=\"mobile-search-nav\">
<ul>
{{ include(\"layout/nav/search.html.twig\") }}
</ul>
</div> #}
</div>
</div>
<div class=\"mobile-footer-nav\">
{# copyright #}
{# <div class=\"copyright\">
<span>© {{ 'footer.copyright'|trans }} {{ 'now' | date('Y') }}</span>
</div> #}
{# footer nav #}
<div class=\"footer-nav\">
<ul class=\"nav-list\">
{{ include('layout/nav/footer.html.twig') }}
{# <li>
<span class=\"cookies-eu-revoke\" id=\"cookies-eu-revoke\">{{ 'cookies-eu-revoke'|trans }}</span>
</li> #}
</ul>
</div>
</div>
</div>
{# mobile subnav #}
{{ include(\"layout/nav/main-mobile-subnav.html.twig\") }}
{# desktop #}
{# <div class=\"service-nav\">
<ul>
{{ include(\"layout/nav/service.html.twig\") }}
{{ include(\"layout/nav/language.html.twig\") }}
{{ include(\"layout/nav/search.html.twig\") }}
</ul>
</div> #}
{# mobile and desktop #}
<div class=\"logo\" id=\"headerLogo\">
<a href=\"{{ mainNavStartNode }}\" aria-label=\"{{ 'aria.homepage'|trans }}\">
{{ include('svg/logo/logo-lutisbach.html.twig') }}
</a>
</div>
{# desktop #}
<div class=\"main-nav\">
<ul>
{{ include(\"layout/nav/main.html.twig\") }}
</ul>
</div>
</div>
</div>
{# wave #}
<div class=\"container-2500 no-padding\">
<div class=\"wave\">
{{ include('svg/header/header-wave.html.twig') }}
</div>
</div>
</header>", "layout/components/header.html.twig", "/home/httpd/vhosts/a4interactive.ch/httpdocs/lutisbach.a4interactive.ch/templates/layout/components/header.html.twig");
}
}