var/cache/dev/twig/b1/b15c6f5ccb59539ca72b8bfc7be42f0a.php line 33

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* header.html.twig */
  14. class __TwigTemplate_ae029d6eead677499554bcbb34b87005 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""header.html.twig"));
  31.         // line 1
  32.         echo "<!-- Header -->
  33. <header class=\"fixed left-0 top-[30px] w-full z-[100] text-right bg-white opacity-100 visible\">
  34.     <div class=\"head-top px-[65px] pt-[30px] pb-[15px]\">
  35.         <a href=\"#\" class=\"menu-btn\"><span></span></a>
  36.         <div class=\"top-menu\">
  37.             ";
  38.         // line 6
  39.         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->sourcetwig_get_attribute($this->env$this->source,         // line 8
  40. ($context["app"] ?? null), "request", [], "any"falsefalsefalse8), "get", [=> "_route"], "method"falsefalsefalse8)]));
  41.         // line 9
  42.         echo "
  43.         </div>
  44.     </div>
  45. </header>
  46. ";
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.     }
  50.     public function getTemplateName()
  51.     {
  52.         return "header.html.twig";
  53.     }
  54.     public function isTraitable()
  55.     {
  56.         return false;
  57.     }
  58.     public function getDebugInfo()
  59.     {
  60.         return array (  50 => 9,  48 => 8,  47 => 6,  40 => 1,);
  61.     }
  62.     public function getSourceContext()
  63.     {
  64.         return new Source("""header.html.twig""/srv/app/templates/header.html.twig");
  65.     }
  66. }