var/cache/dev/twig/e4/e4a8a26c57d6ee6b21c9fb1667610f6e.php line 37

Open in your IDE?
  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_08729341ed587e60579f21bad55cc802 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.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'body' => [$this'block_body'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         // line 1
  38.         $context["mainContainerFluid"] = false;
  39.         // line 2
  40.         if ((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.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "get", ["_route"], "method"falsefalsefalse2) == "home")) {
  41.             // line 3
  42.             echo "    ";
  43.             $context["mainContainerFluid"] = true;
  44.         }
  45.         // line 5
  46.         echo "
  47. <!DOCTYPE html>
  48. <html>
  49.     <head>
  50.         <meta charset=\"UTF-8\">
  51.         <title>";
  52.         // line 10
  53.         $this->displayBlock('title'$context$blocks);
  54.         echo "</title>
  55.         ";
  56.         // line 14
  57.         echo "        ";
  58.         // line 15
  59.         echo "\t\t";
  60.         // line 16
  61.         echo "
  62.         ";
  63.         // line 24
  64.         echo "        <link rel=\"icon\" type=\"image/jpg\" href=\"";
  65.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/medias/favicon.png"), "html"nulltrue);
  66.         echo "\" />
  67.         
  68. \t\t";
  69.         // line 26
  70.         $this->displayBlock('stylesheets'$context$blocks);
  71.         // line 33
  72.         echo "    </head>
  73.     <body class=\"";
  74.         // line 35
  75.         if (array_key_exists("bodyClass"$context)) {
  76.             echo twig_escape_filter($this->env, (isset($context["bodyClass"]) || array_key_exists("bodyClass"$context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.'35$this->source); })()), "html"nulltrue);
  77.             echo " ";
  78.         }
  79.         echo twig_escape_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.'35$this->source); })()), "request", [], "any"falsefalsefalse35), "get", ["_route"], "method"falsefalsefalse35), "html"nulltrue);
  80.         echo "\">
  81.         <div class=\"green-bg\"></div>
  82.         <div class=\"white-bg\"></div>
  83. \t\t<div class=\"main-container\">
  84. \t\t\t<header class=\"container-fluid\">
  85. \t\t\t\t<div class=\"banner\" role=\"banner\">
  86. \t\t\t\t\t<a class=\"logo\" href=\"";
  87.         // line 41
  88.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  89.         echo "\">
  90. \t\t\t\t\t\t";
  91.         // line 43
  92.         echo "\t\t\t\t\t\t<img class=\"logo\" src=\"";
  93.         echo twig_escape_filter($this->env$this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/medias/logo.png"), "vignette"), "html"nulltrue);
  94.         echo "\" alt=\"Logo\">
  95. \t\t\t\t\t</a>
  96. \t\t\t\t\t";
  97.         // line 46
  98.         echo "\t\t\t\t\t<div class=\"frise\">
  99. \t\t\t\t\t</div>
  100. \t\t\t\t</div>
  101. \t\t\t\t<div class=\"top-spacer\"></div>
  102. \t\t\t\t";
  103.         // line 50
  104.         if ( !array_key_exists("activeMenu"$context)) {
  105.             $context["activeMenu"] = "";
  106.         }
  107.         // line 51
  108.         echo "\t\t\t\t";
  109.         $this->loadTemplate("common/mainNav.html.twig""base.html.twig"51)->display(twig_array_merge($context, ["activeMenu" => (isset($context["activeMenu"]) || array_key_exists("activeMenu"$context) ? $context["activeMenu"] : (function () { throw new RuntimeError('Variable "activeMenu" does not exist.'51$this->source); })())]));
  110.         // line 52
  111.         echo "\t\t\t</header>
  112. \t\t\t<main role=\"main\" class=\"";
  113.         // line 53
  114.         if ((array_key_exists("mainContainerFluid"$context) && ((isset($context["mainContainerFluid"]) || array_key_exists("mainContainerFluid"$context) ? $context["mainContainerFluid"] : (function () { throw new RuntimeError('Variable "mainContainerFluid" does not exist.'53$this->source); })()) == false))) {
  115.             echo "container";
  116.         } else {
  117.             echo "container-fluid";
  118.         }
  119.         echo "\">
  120. \t\t\t\t";
  121.         // line 54
  122.         $this->loadTemplate("common/flashes.html.twig""base.html.twig"54)->display(twig_array_merge($context, ["app" => (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'54$this->source); })())]));
  123.         // line 55
  124.         echo "
  125. \t\t\t\t";
  126.         // line 56
  127.         $this->displayBlock('body'$context$blocks);
  128.         // line 57
  129.         echo " <!-- end Body -->
  130. \t\t\t\t";
  131.         // line 59
  132.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_SUPER_ADMIN")) {
  133.             echo "<p><a href=\"";
  134.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("testFromController");
  135.             echo "\">test from controller ...</a></p>";
  136.         }
  137.         // line 60
  138.         echo "\t\t\t\t
  139. \t\t\t</main>
  140. \t\t</div> <!-- end .container -->
  141.         ";
  142.         // line 64
  143.         $this->loadTemplate("common/footer.html.twig""base.html.twig"64)->display(twig_array_merge($context, ["activeMenu" => (isset($context["activeMenu"]) || array_key_exists("activeMenu"$context) ? $context["activeMenu"] : (function () { throw new RuntimeError('Variable "activeMenu" does not exist.'64$this->source); })())]));
  144.         // line 65
  145.         echo "
  146.         ";
  147.         // line 66
  148.         $this->displayBlock('javascripts'$context$blocks);
  149.         // line 95
  150.         echo "    </body>
  151. </html>
  152. ";
  153.         
  154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  155.         
  156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  157.     }
  158.     // line 10
  159.     public function block_title($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""title"));
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  166.         
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  168.         
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  170.     }
  171.     // line 26
  172.     public function block_stylesheets($context, array $blocks = [])
  173.     {
  174.         $macros $this->macros;
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  176.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  178.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  179.         // line 27
  180.         echo "\t\t\t";
  181.         // line 28
  182.         echo "            ";
  183.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  184.         echo "
  185.             <!-- Renders a link tag (if your module requires any -fluidCSS)
  186.                 <link rel=\"stylesheet\" href=\"/build/app.css\"> -->
  187. \t\t";
  188.         
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  190.         
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  192.     }
  193.     // line 56
  194.     public function block_body($context, array $blocks = [])
  195.     {
  196.         $macros $this->macros;
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  198.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  200.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  201.         echo " <!-- Content Body -->
  202. \t\t\t\t";
  203.         
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  205.         
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  207.     }
  208.     // line 66
  209.     public function block_javascripts($context, array $blocks = [])
  210.     {
  211.         $macros $this->macros;
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  215.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  216.         // line 67
  217.         echo "            <script>
  218.                 let searchRoute = \"";
  219.         // line 68
  220.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("recherche", ["term" => "term"]);
  221.         echo "\";
  222.             </script>
  223. \t\t\t";
  224.         // line 70
  225.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  226.         echo "
  227. \t\t\t
  228. \t\t\t<!-- Renders app.js & a webpack runtime.js file
  229. \t\t\t\t<script src=\"/build/runtime.js\"></script>
  230. \t\t\t\t<script src=\"/build/app.js\"></script> -->
  231.             ";
  232.         // line 76
  233.         if (((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.'76$this->source); })()), "environment", [], "any"falsefalsefalse76) != "dev") &&  !$this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN"))) {
  234.             // line 77
  235.             echo "                <!-- Matomo -->
  236.                 <script type=\"text/javascript\">
  237.                 var _paq = window._paq = window._paq || [];
  238.                 /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
  239.                 _paq.push(['trackPageView']);
  240.                 _paq.push(['enableLinkTracking']);
  241.                 (function() {
  242.                     var u=\"//matomo.ici-grenoble.org/\";
  243.                     _paq.push(['setTrackerUrl', u+'matomo.php']);
  244.                     _paq.push(['setSiteId', '1']);
  245.                     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  246.                     g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  247.                 })();
  248.                 </script>
  249.                 <!-- End Matomo Code -->
  250.             ";
  251.         }
  252.         // line 93
  253.         echo "            
  254.         ";
  255.         
  256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  257.         
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  259.     }
  260.     public function getTemplateName()
  261.     {
  262.         return "base.html.twig";
  263.     }
  264.     public function isTraitable()
  265.     {
  266.         return false;
  267.     }
  268.     public function getDebugInfo()
  269.     {
  270.         return array (  287 => 93,  269 => 77,  267 => 76,  258 => 70,  253 => 68,  250 => 67,  240 => 66,  220 => 56,  204 => 28,  202 => 27,  192 => 26,  174 => 10,  162 => 95,  160 => 66,  157 => 65,  155 => 64,  149 => 60,  143 => 59,  139 => 57,  137 => 56,  134 => 55,  132 => 54,  124 => 53,  121 => 52,  118 => 51,  114 => 50,  108 => 46,  102 => 43,  98 => 41,  85 => 35,  81 => 33,  79 => 26,  73 => 24,  70 => 16,  68 => 15,  66 => 14,  62 => 10,  55 => 5,  51 => 3,  49 => 2,  47 => 1,);
  271.     }
  272.     public function getSourceContext()
  273.     {
  274.         return new Source("{% set mainContainerFluid = false %}
  275. {% if app.request.get('_route') == \"home\" %}
  276.     {% set mainContainerFluid = true %}
  277. {% endif %}
  278. <!DOCTYPE html>
  279. <html>
  280.     <head>
  281.         <meta charset=\"UTF-8\">
  282.         <title>{% block title %}{% endblock %}</title>
  283.         {# <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css\"
  284.                                integrity=\"sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh\" crossorigin=\"anonymous\">
  285. \t\t\tadded with encore and yarn : cf. https://symfony.com/doc/current/frontend/encore/bootstrap.html #}
  286.         {# <link href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" rel=\"stylesheet\"> importé dans app.js #}
  287. \t\t{# <link rel=\"stylesheet\" href=\"{{ preload('/css/main.css', { as: 'style' }) }}\"> -> j'utilise webpack et sass #}
  288.         {# <script src=\"https://code.jquery.com/jquery-3.4.1.slim.min.js\"
  289.         integrity=\"sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n\" crossorigin=\"anonymous\"></script>
  290.         <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js\"
  291.         integrity=\"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo\" crossorigin=\"anonymous\"></script>
  292.         <script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js\"
  293.         integrity=\"sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6\" crossorigin=\"anonymous\"></script>
  294. \t\t -> added with encore and yarn #}
  295.         <link rel=\"icon\" type=\"image/jpg\" href=\"{{ asset('build/medias/favicon.png') }}\" />
  296.         
  297. \t\t{% block stylesheets %}
  298. \t\t\t{# 'app' must match the first argument to addEntry() in webpack.config.js #}
  299.             {{ encore_entry_link_tags('app') }}
  300.             <!-- Renders a link tag (if your module requires any -fluidCSS)
  301.                 <link rel=\"stylesheet\" href=\"/build/app.css\"> -->
  302. \t\t{% endblock %}
  303.     </head>
  304.     <body class=\"{% if bodyClass is defined %}{{ bodyClass }} {% endif %}{{ app.request.get('_route') }}\">
  305.         <div class=\"green-bg\"></div>
  306.         <div class=\"white-bg\"></div>
  307. \t\t<div class=\"main-container\">
  308. \t\t\t<header class=\"container-fluid\">
  309. \t\t\t\t<div class=\"banner\" role=\"banner\">
  310. \t\t\t\t\t<a class=\"logo\" href=\"{{ path('home') }}\">
  311. \t\t\t\t\t\t{# <span class=\"ici-grenoble\"></span> #}
  312. \t\t\t\t\t\t<img class=\"logo\" src=\"{{ asset('build/medias/logo.png')|imagine_filter('vignette') }}\" alt=\"Logo\">
  313. \t\t\t\t\t</a>
  314. \t\t\t\t\t{# <p class=\"slogan\">S'informer autrement sur Grenoble et ses environs</p> #}
  315. \t\t\t\t\t<div class=\"frise\">
  316. \t\t\t\t\t</div>
  317. \t\t\t\t</div>
  318. \t\t\t\t<div class=\"top-spacer\"></div>
  319. \t\t\t\t{% if activeMenu is not defined %}{% set activeMenu = \"\" %}{% endif %}
  320. \t\t\t\t{% include 'common/mainNav.html.twig' with {'activeMenu': activeMenu } %}
  321. \t\t\t</header>
  322. \t\t\t<main role=\"main\" class=\"{% if mainContainerFluid is defined and mainContainerFluid == false %}container{% else %}container-fluid{% endif %}\">
  323. \t\t\t\t{% include 'common/flashes.html.twig' with {'app': app } %}
  324. \t\t\t\t{% block body %} <!-- Content Body -->
  325. \t\t\t\t{% endblock %} <!-- end Body -->
  326. \t\t\t\t{% if is_granted('ROLE_SUPER_ADMIN') %}<p><a href=\"{{path('testFromController')}}\">test from controller ...</a></p>{% endif %}
  327. \t\t\t\t
  328. \t\t\t</main>
  329. \t\t</div> <!-- end .container -->
  330.         {% include 'common/footer.html.twig' with {'activeMenu': activeMenu } %}
  331.         {% block javascripts %}
  332.             <script>
  333.                 let searchRoute = \"{{ path('recherche', { term: 'term' }) }}\";
  334.             </script>
  335. \t\t\t{{ encore_entry_script_tags('app') }}
  336. \t\t\t
  337. \t\t\t<!-- Renders app.js & a webpack runtime.js file
  338. \t\t\t\t<script src=\"/build/runtime.js\"></script>
  339. \t\t\t\t<script src=\"/build/app.js\"></script> -->
  340.             {% if app.environment != 'dev' and not is_granted('ROLE_ADMIN') %}
  341.                 <!-- Matomo -->
  342.                 <script type=\"text/javascript\">
  343.                 var _paq = window._paq = window._paq || [];
  344.                 /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */
  345.                 _paq.push(['trackPageView']);
  346.                 _paq.push(['enableLinkTracking']);
  347.                 (function() {
  348.                     var u=\"//matomo.ici-grenoble.org/\";
  349.                     _paq.push(['setTrackerUrl', u+'matomo.php']);
  350.                     _paq.push(['setSiteId', '1']);
  351.                     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  352.                     g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  353.                 })();
  354.                 </script>
  355.                 <!-- End Matomo Code -->
  356.             {% endif %}
  357.             
  358.         {% endblock %}
  359.     </body>
  360. </html>
  361. ""base.html.twig""/home/ovow2306/public_html/ici-grenoble/ici-gre-back-dev/templates/base.html.twig");
  362.     }
  363. }