var/cache/dev/twig/b1/b15c6f5ccb59539ca72b8bfc7be42f0a.php line 33
<?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;
/* header.html.twig */
class __TwigTemplate_ae029d6eead677499554bcbb34b87005 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", "header.html.twig"));
// line 1
echo "<!-- Header -->
<header class=\"fixed left-0 top-[30px] w-full z-[100] text-right bg-white opacity-100 visible\">
<div class=\"head-top px-[65px] pt-[30px] pb-[15px]\">
<a href=\"#\" class=\"menu-btn\"><span></span></a>
<div class=\"top-menu\">
";
// line 6
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("menu", ["_route" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 8
($context["app"] ?? null), "request", [], "any", false, false, false, 8), "get", [0 => "_route"], "method", false, false, false, 8)]));
// line 9
echo "
</div>
</div>
</header>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "header.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 9, 48 => 8, 47 => 6, 40 => 1,);
}
public function getSourceContext()
{
return new Source("", "header.html.twig", "/srv/app/templates/header.html.twig");
}
}