var/cache/dev/twig/65/651ba55b833320f61bb9228d510d8895.php line 176

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* front/base.html.twig */
  16. class __TwigTemplate_ac48ee8644af777631a6f5ca97799b56 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'stylesheets' => [$this'block_stylesheets'],
  30.             'javascripts' => [$this'block_javascripts'],
  31.             'schemaDatas' => [$this'block_schemaDatas'],
  32.             'body' => [$this'block_body'],
  33.         ];
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = []): iterable
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/base.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/base.html.twig"));
  42.         // line 1
  43.         yield "<!DOCTYPE html>
  44. <html lang=\"fr\">
  45.     <head>
  46.         ";
  47.         // line 5
  48.         yield "        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  49.                         new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  50.                     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  51.                     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  52.             })(window,document,'script','dataLayer','GTM-KTRZ2TJ');</script>
  53.         ";
  54.         // line 11
  55.         yield "
  56.         <meta charset=\"UTF-8\">
  57.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  58.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  59.         <meta name=\"author\" content=\"Maxime Benard & Nicolas Planchet\">
  60.         <meta name=\"robots\" content=\"";
  61.         // line 16
  62.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["index"]) || array_key_exists("index"$context) ? $context["index"] : (function () { throw new RuntimeError('Variable "index" does not exist.'16$this->source); })()), "html"nulltrue);
  63.         yield "\">
  64.         <title>";
  65.         // line 18
  66.         if (array_key_exists("title"$context)) {
  67.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'18$this->source); })()), "html"nulltrue);
  68.         }
  69.         yield "</title>
  70.         <meta property=\"og:title\" content=\"";
  71.         // line 19
  72.         if (array_key_exists("title"$context)) {
  73.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'19$this->source); })()), "html"nulltrue);
  74.         }
  75.         yield "\">
  76.         <meta property=\"og:site_name\" content=\"Reprise matériel photo & vidéo en ligne | BACK ipln\">
  77.         <meta name=\"description\" content=\"";
  78.         // line 22
  79.         if (array_key_exists("metadescription"$context)) {
  80.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["metadescription"]) || array_key_exists("metadescription"$context) ? $context["metadescription"] : (function () { throw new RuntimeError('Variable "metadescription" does not exist.'22$this->source); })()), "html"nulltrue);
  81.         } else {
  82.             yield "Reprise matériel photo & vidéo en ligne | BACK ipln.";
  83.         }
  84.         yield "\">
  85.         <meta property=\"og:description\" content=\"";
  86.         // line 23
  87.         if (array_key_exists("metadescription"$context)) {
  88.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["metadescription"]) || array_key_exists("metadescription"$context) ? $context["metadescription"] : (function () { throw new RuntimeError('Variable "metadescription" does not exist.'23$this->source); })()), "html"nulltrue);
  89.         } else {
  90.             yield "Reprise matériel photo & vidéo en ligne | BACK ipln.";
  91.         }
  92.         yield "\">
  93.     ";
  94.         // line 25
  95.         yield "        <meta property=\"og:url\" content=\"";
  96.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'25$this->source); })()), "request", [], "any"falsefalsefalse25), "getSchemeAndHttpHost", [], "method"falsefalsefalse25) . "") . $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'25$this->source); })()), "request", [], "any"falsefalsefalse25), "attributes", [], "any"falsefalsefalse25), "get", ["_route"], "method"falsefalsefalse25), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'25$this->source); })()), "request", [], "any"falsefalsefalse25), "attributes", [], "any"falsefalsefalse25), "get", ["_route_params"], "method"falsefalsefalse25))), "html"nulltrue);
  97.         yield "\">
  98.         <meta property=\"og:site\" content=\"";
  99.         // line 26
  100.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'26$this->source); })()), "request", [], "any"falsefalsefalse26), "getSchemeAndHttpHost", [], "method"falsefalsefalse26), "html"nulltrue);
  101.         yield "\">
  102.         <meta property=\"og:type\" content=\"website\">
  103.         <meta property=\"og:locale\" content=\"fr_FR\">
  104.         ";
  105.         // line 30
  106.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  107.         yield "
  108.         <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  109.         // line 32
  110.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/img/favicon/apple-touch-icon.png"), "html"nulltrue);
  111.         yield "\">
  112.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  113.         // line 33
  114.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/img/favicon/favicon-32x32.png"), "html"nulltrue);
  115.         yield "\">
  116.         <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  117.         // line 34
  118.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/img/favicon/favicon-16x16.png"), "html"nulltrue);
  119.         yield "\">
  120.         <link rel=\"manifest\" href=\"";
  121.         // line 35
  122.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/img/favicon/site.webmanifest"), "html"nulltrue);
  123.         yield "\">
  124.         <link rel=\"mask-icon\" href=\"";
  125.         // line 36
  126.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/img/favicon/safari-pinned-tab.svg"), "html"nulltrue);
  127.         yield "\" color=\"#0f00a2\">
  128.         <link rel=\"shortcut icon\" href=\"";
  129.         // line 37
  130.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/img/favicon/favicon.ico"), "html"nulltrue);
  131.         yield "\">
  132.         <meta name=\"msapplication-TileColor\" content=\"#e1f6fd\">
  133.         <meta name=\"msapplication-config\" content=\"/build/img/favicon/browserconfig.xml\">
  134.         <meta name=\"theme-color\" content=\"#0F00A2\">
  135.         ";
  136.         // line 42
  137.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  138.         yield "
  139.         ";
  140.         // line 43
  141.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  142.         // line 45
  143.         yield "
  144.         ";
  145.         // line 46
  146.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  147.         // line 48
  148.         yield "
  149.         ";
  150.         // line 49
  151.         yield from $this->unwrap()->yieldBlock('schemaDatas'$context$blocks);
  152.         // line 51
  153.         yield "    </head>
  154.     <body itemscope=\"\" itemtype=\"https://schema.org/WebPage\">
  155.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KTRZ2TJ\"
  156.   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  157.         ";
  158.         // line 55
  159.         yield from $this->loadTemplate("front/elements/menu.html.twig""front/base.html.twig"55)->unwrap()->yield($context);
  160.         // line 56
  161.         yield "        ";
  162.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  163.         // line 59
  164.         yield "        ";
  165.         yield from $this->loadTemplate("front/elements/footer.html.twig""front/base.html.twig"59)->unwrap()->yield($context);
  166.         // line 60
  167.         yield "    </body>
  168. </html>
  169. ";
  170.         
  171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  172.         
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  174.         yield from [];
  175.     }
  176.     // line 43
  177.     /**
  178.      * @return iterable<null|scalar|\Stringable>
  179.      */
  180.     public function block_stylesheets(array $context, array $blocks = []): iterable
  181.     {
  182.         $macros $this->macros;
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  184.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  185.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  186.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  187.         // line 44
  188.         yield "        ";
  189.         
  190.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  191.         
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  193.         yield from [];
  194.     }
  195.     // line 46
  196.     /**
  197.      * @return iterable<null|scalar|\Stringable>
  198.      */
  199.     public function block_javascripts(array $context, array $blocks = []): iterable
  200.     {
  201.         $macros $this->macros;
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  206.         // line 47
  207.         yield "        ";
  208.         
  209.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  210.         
  211.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  212.         yield from [];
  213.     }
  214.     // line 49
  215.     /**
  216.      * @return iterable<null|scalar|\Stringable>
  217.      */
  218.     public function block_schemaDatas(array $context, array $blocks = []): iterable
  219.     {
  220.         $macros $this->macros;
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  222.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""schemaDatas"));
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  224.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""schemaDatas"));
  225.         // line 50
  226.         yield "        ";
  227.         
  228.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  229.         
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  231.         yield from [];
  232.     }
  233.     // line 56
  234.     /**
  235.      * @return iterable<null|scalar|\Stringable>
  236.      */
  237.     public function block_body(array $context, array $blocks = []): iterable
  238.     {
  239.         $macros $this->macros;
  240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  241.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  242.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  244.         // line 57
  245.         yield "
  246.         ";
  247.         
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  249.         
  250.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  251.         yield from [];
  252.     }
  253.     /**
  254.      * @codeCoverageIgnore
  255.      */
  256.     public function getTemplateName(): string
  257.     {
  258.         return "front/base.html.twig";
  259.     }
  260.     /**
  261.      * @codeCoverageIgnore
  262.      */
  263.     public function isTraitable(): bool
  264.     {
  265.         return false;
  266.     }
  267.     /**
  268.      * @codeCoverageIgnore
  269.      */
  270.     public function getDebugInfo(): array
  271.     {
  272.         return array (  279 => 57,  266 => 56,  255 => 50,  242 => 49,  231 => 47,  218 => 46,  207 => 44,  194 => 43,  181 => 60,  178 => 59,  175 => 56,  173 => 55,  167 => 51,  165 => 49,  162 => 48,  160 => 46,  157 => 45,  155 => 43,  151 => 42,  143 => 37,  139 => 36,  135 => 35,  131 => 34,  127 => 33,  123 => 32,  118 => 30,  111 => 26,  106 => 25,  98 => 23,  90 => 22,  82 => 19,  76 => 18,  71 => 16,  64 => 11,  57 => 5,  52 => 1,);
  273.     }
  274.     public function getSourceContext(): Source
  275.     {
  276.         return new Source("<!DOCTYPE html>
  277. <html lang=\"fr\">
  278.     <head>
  279.         {#Google Tag Manager#}
  280.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  281.                         new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  282.                     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  283.                     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  284.             })(window,document,'script','dataLayer','GTM-KTRZ2TJ');</script>
  285.         {#End Google Tag Manager#}
  286.         <meta charset=\"UTF-8\">
  287.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  288.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  289.         <meta name=\"author\" content=\"Maxime Benard & Nicolas Planchet\">
  290.         <meta name=\"robots\" content=\"{{ index }}\">
  291.         <title>{% if title is defined %}{{ title }}{% endif%}</title>
  292.         <meta property=\"og:title\" content=\"{% if title is defined %}{{ title }}{% endif%}\">
  293.         <meta property=\"og:site_name\" content=\"Reprise matériel photo & vidéo en ligne | BACK ipln\">
  294.         <meta name=\"description\" content=\"{% if metadescription is defined %}{{ metadescription }}{% else %}Reprise matériel photo & vidéo en ligne | BACK ipln.{% endif %}\">
  295.         <meta property=\"og:description\" content=\"{% if metadescription is defined %}{{ metadescription }}{% else %}Reprise matériel photo & vidéo en ligne | BACK ipln.{% endif %}\">
  296.     {#    <meta property=\"og:image\" content=\"{{ image is defined ? image : app.request.getSchemeAndHttpHost()~''~ asset('build/img/preview-banner.jpg') }}\">#}
  297.         <meta property=\"og:url\" content=\"{{ app.request.getSchemeAndHttpHost()~''~path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}\">
  298.         <meta property=\"og:site\" content=\"{{ app.request.getSchemeAndHttpHost() }}\">
  299.         <meta property=\"og:type\" content=\"website\">
  300.         <meta property=\"og:locale\" content=\"fr_FR\">
  301.         {{ encore_entry_link_tags('app') }}
  302.         <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('/build/img/favicon/apple-touch-icon.png') }}\">
  303.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('/build/img/favicon/favicon-32x32.png') }}\">
  304.         <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('/build/img/favicon/favicon-16x16.png') }}\">
  305.         <link rel=\"manifest\" href=\"{{ asset('/build/img/favicon/site.webmanifest') }}\">
  306.         <link rel=\"mask-icon\" href=\"{{ asset('/build/img/favicon/safari-pinned-tab.svg') }}\" color=\"#0f00a2\">
  307.         <link rel=\"shortcut icon\" href=\"{{ asset('/build/img/favicon/favicon.ico') }}\">
  308.         <meta name=\"msapplication-TileColor\" content=\"#e1f6fd\">
  309.         <meta name=\"msapplication-config\" content=\"/build/img/favicon/browserconfig.xml\">
  310.         <meta name=\"theme-color\" content=\"#0F00A2\">
  311.         {{ encore_entry_script_tags('app') }}
  312.         {% block stylesheets %}
  313.         {% endblock %}
  314.         {% block javascripts %}
  315.         {% endblock %}
  316.         {% block schemaDatas %}
  317.         {% endblock %}
  318.     </head>
  319.     <body itemscope=\"\" itemtype=\"https://schema.org/WebPage\">
  320.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KTRZ2TJ\"
  321.   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  322.         {% include 'front/elements/menu.html.twig' %}
  323.         {% block body %}
  324.         {% endblock %}
  325.         {% include \"front/elements/footer.html.twig\"%}
  326.     </body>
  327. </html>
  328. ""front/base.html.twig""/app/templates/front/base.html.twig");
  329.     }
  330. }