var/cache/website/dev/twig/fe/fed49a3b18406e7473e8d458f1e8eb21.php line 223

  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. /* base.html.twig */
  14. class __TwigTemplate_f197581bd708ffc8ddfff8de1d9936d4 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.             'meta' => [$this'block_meta'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'style' => [$this'block_style'],
  27.             'header' => [$this'block_header'],
  28.             'header_secondary' => [$this'block_header_secondary'],
  29.             'content' => [$this'block_content'],
  30.             'footer' => [$this'block_footer'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.         ];
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  41.         // line 1
  42.         echo "<!DOCTYPE html>
  43. <html lang=\"";
  44.         // line 2
  45.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_split_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), "_"), 0, [], "array"falsefalsefalse2), "html"nulltrue);
  46.         echo "\">
  47. \t<head>
  48. \t\t<meta charset=\"utf-8\">
  49. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  50. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  51. \t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  52. \t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  53. \t\t<link href=\"https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap\" rel=\"stylesheet\">
  54. \t\t";
  55.         // line 11
  56.         $this->displayBlock('meta'$context$blocks);
  57.         // line 19
  58.         echo "
  59. \t\t";
  60.         // line 20
  61.         $this->displayBlock('stylesheets'$context$blocks);
  62.         // line 23
  63.         echo "
  64. \t\t";
  65.         // line 24
  66.         $this->displayBlock('style'$context$blocks);
  67.         // line 25
  68.         echo "\t</head>
  69. \t<body class=\"flex flex-col min-h-screen bg-gray-100\">
  70. \t\t<header>
  71. \t\t\t";
  72.         // line 28
  73.         $this->displayBlock('header'$context$blocks);
  74.         // line 67
  75.         echo "\t\t\t\t</header>
  76. \t\t\t\t<main>
  77. \t\t\t\t\t<div class=\"md:container md:mx-auto content\"> ";
  78.         // line 69
  79.         $this->displayBlock('content'$context$blocks);
  80.         // line 70
  81.         echo "\t\t\t\t\t\t</div>
  82. \t\t\t\t\t</main>
  83. \t\t\t\t\t<footer class=\"bg-gray-200 text-center lg:text-left mt-auto\">
  84. \t\t\t\t\t\t<div class=\"text-gray-700 text-center p-4\" style=\"background-color: rgba(0, 0, 0, 0.2);\">
  85. \t\t\t\t\t\t\t";
  86.         // line 75
  87.         $this->displayBlock('footer'$context$blocks);
  88.         // line 81
  89.         echo "\t\t\t\t\t\t</div>
  90. \t\t\t\t\t</footer>
  91. \t\t\t\t\t";
  92.         // line 84
  93.         $this->displayBlock('javascripts'$context$blocks);
  94.         // line 87
  95.         echo "\t\t\t\t</body>
  96. \t\t\t</html>
  97. \t\t</body>
  98. \t</html>
  99. ";
  100.         
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.     }
  105.     // line 11
  106.     public function block_meta($context, array $blocks = [])
  107.     {
  108.         $macros $this->macros;
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  113.         // line 12
  114.         echo "\t\t\t";
  115.         $this->loadTemplate("@SuluWebsite/Extension/seo.html.twig""base.html.twig"12)->display(twig_array_merge($context, ["seo" => ((twig_get_attribute($this->env$this->source,         // line 13
  116. ($context["extension"] ?? null), "seo", [], "any"truetruefalse13)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["extension"] ?? null), "seo", [], "any"falsefalsefalse13), [])) : ([])), "content" => ((        // line 14
  117. array_key_exists("content"$context)) ? (_twig_default_filter((isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'14$this->source); })()), [])) : ([])), "localizations" => ((        // line 15
  118. array_key_exists("localizations"$context)) ? (_twig_default_filter((isset($context["localizations"]) || array_key_exists("localizations"$context) ? $context["localizations"] : (function () { throw new RuntimeError('Variable "localizations" does not exist.'15$this->source); })()), [])) : ([])), "shadowBaseLocale" => ((        // line 16
  119. array_key_exists("shadowBaseLocale"$context)) ? (_twig_default_filter((isset($context["shadowBaseLocale"]) || array_key_exists("shadowBaseLocale"$context) ? $context["shadowBaseLocale"] : (function () { throw new RuntimeError('Variable "shadowBaseLocale" does not exist.'16$this->source); })()))) : (""))]));
  120.         // line 18
  121.         echo "\t\t";
  122.         
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  124.         
  125.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  126.     }
  127.     // line 20
  128.     public function block_stylesheets($context, array $blocks = [])
  129.     {
  130.         $macros $this->macros;
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  132.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  133.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  134.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  135.         // line 21
  136.         echo "\t\t\t";
  137.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  138.         echo "
  139. \t\t";
  140.         
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  142.         
  143.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  144.     }
  145.     // line 24
  146.     public function block_style($context, array $blocks = [])
  147.     {
  148.         $macros $this->macros;
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  150.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  152.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  153.         
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155.         
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  157.     }
  158.     // line 28
  159.     public function block_header($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  166.         // line 29
  167.         echo "\t\t\t\t<nav class=\"relative w-full py-4 px-6 bg-[#4A9FCD] text-white hover:text-gray-700 focus:text-gray-700 shadow-lg navbar navbar-expand-md navbar-light\">
  168. \t\t\t\t\t<div class=\"container flex items-center justify-between flex-wrap mx-auto\">
  169. \t\t\t\t\t\t<a href=\"";
  170.         // line 31
  171.         echo twig_escape_filter($this->env$this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath(), "html"nulltrue);
  172.         echo "\" class=\"flex items-center flex-shrink-0 mr-6\">
  173. \t\t\t\t\t\t\t<img class=\"object-cover h-22 w-60\" src=\"https://www.lerepere.ch/img/logo.png\"/>
  174. \t\t\t\t\t\t</a>
  175. \t\t\t\t\t\t<div>
  176. \t\t\t\t\t\t\t";
  177.         // line 35
  178.         $this->displayBlock('header_secondary'$context$blocks);
  179.         // line 36
  180.         echo "\t\t\t\t\t\t</div>
  181. \t\t\t\t\t\t<button class=\"flex items-center px-3 py-2 navbar-toggler border rounded text-white border-teal-400 hover:text-white hover:border-white\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  182. \t\t\t\t\t\t\t<svg class=\"fill-current h-3 w-3\" viewbox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\">
  183. \t\t\t\t\t\t\t\t<title>Menu</title><path d=\"M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z\"/></svg>
  184. \t\t\t\t\t\t</button>
  185. \t\t\t\t\t\t";
  186.         // line 43
  187.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("Sulu\\Bundle\\CommunityBundle\\Controller\\LoginController::embedAction", ["_portal" => ((twig_get_attribute($this->env$this->source,         // line 44
  188. ($context["request"] ?? null), "portalKey", [], "any"truetruefalse44)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["request"] ?? null), "portalKey", [], "any"falsefalsefalse44), "default_portal_key")) : ("default_portal_key")), "_locale" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 45
  189. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'45$this->source); })()), "request", [], "any"falsefalsefalse45), "locale", [], "any"falsefalsefalse45)]));
  190.         // line 46
  191.         echo "
  192. \t\t\t\t\t</div>
  193. \t\t\t\t\t<div class=\"container collapse navbar-collapse flex-grow items-center mx-auto\" id=\"navbarSupportedContent\">
  194. \t\t\t\t\t\t<ul class=\"navbar-nav flex flex-col pl-0 list-style-none mr-auto\">
  195. \t\t\t\t\t\t\t<li class=\"nav-item p-2\">
  196. \t\t\t\t\t\t\t\t<a href=\"/\" class=\"block mt-4 font-bold lg:inline-block lg:mt-0 text-white hover:text-neutral-400 mr-4 ";
  197.         // line 52
  198.         echo (((twig_get_attribute($this->env$this->sourcetwig_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.'52$this->source); })()), "request", [], "any"falsefalsefalse52), "pathInfo", [], "any"falsefalsefalse52) == "/")) ? ("underline underline-offset-8") : (""));
  199.         echo "\" title=\"Accueil\">
  200. \t\t\t\t\t\t\t\t\tAccueil
  201. \t\t\t\t\t\t\t\t</a>
  202. \t\t\t\t\t\t\t</li>
  203. \t\t\t\t\t\t\t";
  204.         // line 56
  205.         $context['_parent'] = $context;
  206.         $context['_seq'] = twig_ensure_traversable($this->env->getFunction('sulu_navigation_root_tree')->getCallable()("main"));
  207.         foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  208.             // line 57
  209.             echo "\t\t\t\t\t\t\t\t";
  210.             $context["itemUrl"] = $this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentPath(twig_get_attribute($this->env$this->source$context["item"], "url", [], "any"falsefalsefalse57), twig_get_attribute($this->env$this->source$context["item"], "webspaceKey", [], "any"falsefalsefalse57));
  211.             // line 58
  212.             echo "\t\t\t\t\t\t\t\t<li class=\"nav-item p-2\">
  213. \t\t\t\t\t\t\t\t\t<a href=\"";
  214.             // line 59
  215.             echo twig_escape_filter($this->env, (isset($context["itemUrl"]) || array_key_exists("itemUrl"$context) ? $context["itemUrl"] : (function () { throw new RuntimeError('Variable "itemUrl" does not exist.'59$this->source); })()), "html"nulltrue);
  216.             echo "\" class=\"block mt-4 font-bold lg:inline-block lg:mt-0 text-white hover:text-neutral-400 mr-4 ";
  217.             echo (((is_string($__internal_compile_0 twig_get_attribute($this->env$this->sourcetwig_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.'59$this->source); })()), "request", [], "any"falsefalsefalse59), "uri", [], "any"falsefalsefalse59)) && is_string($__internal_compile_1 = (isset($context["itemUrl"]) || array_key_exists("itemUrl"$context) ? $context["itemUrl"] : (function () { throw new RuntimeError('Variable "itemUrl" does not exist.'59$this->source); })())) && ('' === $__internal_compile_1 || === strpos($__internal_compile_0$__internal_compile_1)))) ? ("underline underline-offset-8") : (""));
  218.             echo "\" title=\"";
  219.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsefalse59), "html"nulltrue);
  220.             echo "\">
  221. \t\t\t\t\t\t\t\t\t\t";
  222.             // line 60
  223.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["item"], "title", [], "any"falsefalsefalse60), "html"nulltrue);
  224.             echo "
  225. \t\t\t\t\t\t\t\t\t</a>
  226. \t\t\t\t\t\t\t\t</li>
  227. \t\t\t\t\t\t\t";
  228.         }
  229.         $_parent $context['_parent'];
  230.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  231.         $context array_intersect_key($context$_parent) + $_parent;
  232.         // line 64
  233.         echo "\t\t\t\t\t\t</ul>
  234. \t\t\t\t\t\t<div></nav>
  235. \t\t\t\t\t";
  236.         
  237.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  238.         
  239.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  240.     }
  241.     // line 35
  242.     public function block_header_secondary($context, array $blocks = [])
  243.     {
  244.         $macros $this->macros;
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_secondary"));
  247.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_secondary"));
  249.         
  250.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  251.         
  252.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  253.     }
  254.     // line 69
  255.     public function block_content($context, array $blocks = [])
  256.     {
  257.         $macros $this->macros;
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  260.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  262.         
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  264.         
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  266.     }
  267.     // line 75
  268.     public function block_footer($context, array $blocks = [])
  269.     {
  270.         $macros $this->macros;
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  272.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  274.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  275.         // line 76
  276.         echo "\t\t\t\t\t\t\t\t©
  277. \t\t\t\t\t\t\t\t";
  278.         // line 77
  279.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  280.         echo "
  281. \t\t\t\t\t\t\t\tCopyright:
  282. \t\t\t\t\t\t\t\t<a class=\"text-gray-800\" href=\"https://lerepere.ch/\">Association Repère</a>
  283. \t\t\t\t\t\t\t";
  284.         
  285.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  286.         
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  288.     }
  289.     // line 84
  290.     public function block_javascripts($context, array $blocks = [])
  291.     {
  292.         $macros $this->macros;
  293.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  294.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  297.         // line 85
  298.         echo "\t\t\t\t\t\t";
  299.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  300.         echo "
  301. \t\t\t\t\t";
  302.         
  303.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  304.         
  305.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  306.     }
  307.     public function getTemplateName()
  308.     {
  309.         return "base.html.twig";
  310.     }
  311.     public function isTraitable()
  312.     {
  313.         return false;
  314.     }
  315.     public function getDebugInfo()
  316.     {
  317.         return array (  353 => 85,  343 => 84,  329 => 77,  326 => 76,  316 => 75,  298 => 69,  280 => 35,  268 => 64,  258 => 60,  250 => 59,  247 => 58,  244 => 57,  240 => 56,  233 => 52,  225 => 46,  223 => 45,  222 => 44,  221 => 43,  212 => 36,  210 => 35,  203 => 31,  199 => 29,  189 => 28,  171 => 24,  158 => 21,  148 => 20,  138 => 18,  136 => 16,  135 => 15,  134 => 14,  133 => 13,  131 => 12,  121 => 11,  107 => 87,  105 => 84,  100 => 81,  98 => 75,  91 => 70,  89 => 69,  85 => 67,  83 => 28,  78 => 25,  76 => 24,  73 => 23,  71 => 20,  68 => 19,  66 => 11,  54 => 2,  51 => 1,);
  318.     }
  319.     public function getSourceContext()
  320.     {
  321.         return new Source("<!DOCTYPE html>
  322. <html lang=\"{{ app.request.locale|split('_')[0] }}\">
  323. \t<head>
  324. \t\t<meta charset=\"utf-8\">
  325. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  326. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  327. \t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  328. \t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  329. \t\t<link href=\"https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap\" rel=\"stylesheet\">
  330. \t\t{% block meta %}
  331. \t\t\t{% include \"@SuluWebsite/Extension/seo.html.twig\" with {
  332.             \"seo\": extension.seo|default([]),
  333.             \"content\": content|default([]),
  334.             \"localizations\": localizations|default([]),
  335.             \"shadowBaseLocale\": shadowBaseLocale|default(),
  336.         } %}
  337. \t\t{% endblock %}
  338. \t\t{% block stylesheets %}
  339. \t\t\t{{ encore_entry_link_tags('app') }}
  340. \t\t{% endblock %}
  341. \t\t{% block style %}{% endblock %}
  342. \t</head>
  343. \t<body class=\"flex flex-col min-h-screen bg-gray-100\">
  344. \t\t<header>
  345. \t\t\t{% block header %}
  346. \t\t\t\t<nav class=\"relative w-full py-4 px-6 bg-[#4A9FCD] text-white hover:text-gray-700 focus:text-gray-700 shadow-lg navbar navbar-expand-md navbar-light\">
  347. \t\t\t\t\t<div class=\"container flex items-center justify-between flex-wrap mx-auto\">
  348. \t\t\t\t\t\t<a href=\"{{ sulu_content_root_path() }}\" class=\"flex items-center flex-shrink-0 mr-6\">
  349. \t\t\t\t\t\t\t<img class=\"object-cover h-22 w-60\" src=\"https://www.lerepere.ch/img/logo.png\"/>
  350. \t\t\t\t\t\t</a>
  351. \t\t\t\t\t\t<div>
  352. \t\t\t\t\t\t\t{% block header_secondary %}{% endblock %}
  353. \t\t\t\t\t\t</div>
  354. \t\t\t\t\t\t<button class=\"flex items-center px-3 py-2 navbar-toggler border rounded text-white border-teal-400 hover:text-white hover:border-white\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  355. \t\t\t\t\t\t\t<svg class=\"fill-current h-3 w-3\" viewbox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\">
  356. \t\t\t\t\t\t\t\t<title>Menu</title><path d=\"M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z\"/></svg>
  357. \t\t\t\t\t\t</button>
  358. \t\t\t\t\t\t{{ render_esi(controller('Sulu\\\\Bundle\\\\CommunityBundle\\\\Controller\\\\LoginController::embedAction', {
  359. \t\t\t\t\t\t\t'_portal' : request.portalKey|default('default_portal_key'),
  360. \t\t\t\t\t\t\t'_locale' : app.request.locale
  361. \t\t\t\t\t\t})) }}
  362. \t\t\t\t\t</div>
  363. \t\t\t\t\t<div class=\"container collapse navbar-collapse flex-grow items-center mx-auto\" id=\"navbarSupportedContent\">
  364. \t\t\t\t\t\t<ul class=\"navbar-nav flex flex-col pl-0 list-style-none mr-auto\">
  365. \t\t\t\t\t\t\t<li class=\"nav-item p-2\">
  366. \t\t\t\t\t\t\t\t<a href=\"/\" class=\"block mt-4 font-bold lg:inline-block lg:mt-0 text-white hover:text-neutral-400 mr-4 {{ app.request.pathInfo == '/'  ? 'underline underline-offset-8' : '' }}\" title=\"Accueil\">
  367. \t\t\t\t\t\t\t\t\tAccueil
  368. \t\t\t\t\t\t\t\t</a>
  369. \t\t\t\t\t\t\t</li>
  370. \t\t\t\t\t\t\t{% for item in sulu_navigation_root_tree('main') %}
  371. \t\t\t\t\t\t\t\t{% set itemUrl = sulu_content_path(item.url, item.webspaceKey) %}
  372. \t\t\t\t\t\t\t\t<li class=\"nav-item p-2\">
  373. \t\t\t\t\t\t\t\t\t<a href=\"{{ itemUrl }}\" class=\"block mt-4 font-bold lg:inline-block lg:mt-0 text-white hover:text-neutral-400 mr-4 {{ app.request.uri starts with itemUrl ? 'underline underline-offset-8' : '' }}\" title=\"{{ item.title }}\">
  374. \t\t\t\t\t\t\t\t\t\t{{ item.title }}
  375. \t\t\t\t\t\t\t\t\t</a>
  376. \t\t\t\t\t\t\t\t</li>
  377. \t\t\t\t\t\t\t{% endfor %}
  378. \t\t\t\t\t\t</ul>
  379. \t\t\t\t\t\t<div></nav>
  380. \t\t\t\t\t{% endblock %}
  381. \t\t\t\t</header>
  382. \t\t\t\t<main>
  383. \t\t\t\t\t<div class=\"md:container md:mx-auto content\"> {% block content %}{% endblock %}
  384. \t\t\t\t\t\t</div>
  385. \t\t\t\t\t</main>
  386. \t\t\t\t\t<footer class=\"bg-gray-200 text-center lg:text-left mt-auto\">
  387. \t\t\t\t\t\t<div class=\"text-gray-700 text-center p-4\" style=\"background-color: rgba(0, 0, 0, 0.2);\">
  388. \t\t\t\t\t\t\t{% block footer %}
  389. \t\t\t\t\t\t\t\t©
  390. \t\t\t\t\t\t\t\t{{ 'now'|date('Y') }}
  391. \t\t\t\t\t\t\t\tCopyright:
  392. \t\t\t\t\t\t\t\t<a class=\"text-gray-800\" href=\"https://lerepere.ch/\">Association Repère</a>
  393. \t\t\t\t\t\t\t{% endblock %}
  394. \t\t\t\t\t\t</div>
  395. \t\t\t\t\t</footer>
  396. \t\t\t\t\t{% block javascripts %}
  397. \t\t\t\t\t\t{{ encore_entry_script_tags('app') }}
  398. \t\t\t\t\t{% endblock %}
  399. \t\t\t\t</body>
  400. \t\t\t</html>
  401. \t\t</body>
  402. \t</html>
  403. ""base.html.twig""/home/clients/9fb54196d452b0565fe72264e749e2a9/sites/lerepere-website/templates/base.html.twig");
  404.     }
  405. }