var/cache/dev/twig/b3/b33a477b7569e6b5cc24bbf9c8f18c0b.php line 585

  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_9dcca2d91f0bba6b5a12eb258df373e3 extends \Twig\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_group' => [$this'block_meta_group'],
  25.             'meta_canonical' => [$this'block_meta_canonical'],
  26.             'meta_alternate' => [$this'block_meta_alternate'],
  27.             'meta_robots' => [$this'block_meta_robots'],
  28.             'stylesheets' => [$this'block_stylesheets'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.             'bodyClass' => [$this'block_bodyClass'],
  31.             'bodyStyle' => [$this'block_bodyStyle'],
  32.             'body' => [$this'block_body'],
  33.             'header' => [$this'block_header'],
  34.             'content' => [$this'block_content'],
  35.             'extraContent' => [$this'block_extraContent'],
  36.             'footer' => [$this'block_footer'],
  37.             'modals' => [$this'block_modals'],
  38.             'javascripts_body' => [$this'block_javascripts_body'],
  39.         ];
  40.     }
  41.     protected function doDisplay(array $context, array $blocks = [])
  42.     {
  43.         $macros $this->macros;
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  46.         // line 1
  47.         echo "<!DOCTYPE html>
  48. <html xmlns=\"https://www.w3.org/1999/xhtml\" xmlns:fb=\"http://ogp.me/ns/fb#\" prefix=\"og: http://ogp.me/ns#\" lang=\"";
  49.         // line 2
  50.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse2), "getLocale", [], "method"falsefalsefalse2), "html"nulltrue);
  51.         echo "\">
  52.     ";
  53.         // line 3
  54.         $context["busters"] = $this->extensions['App\Twig\AppExtension']->getBustersValues();
  55.         // line 4
  56.         echo "    ";
  57.         $context["webpEnabled"] = $this->extensions['App\Twig\AppExtension']->isWebpEnabled();
  58.         // line 5
  59.         echo "    ";
  60.         $context["iubendaCookie"] = $this->extensions['App\Twig\AppExtension']->getIubendaCookie(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse5), "locale", [], "any"falsefalsefalse5));
  61.         // line 6
  62.         echo "    <head>
  63.         ";
  64.         // line 7
  65.         ob_start(function () { return ''; });
  66.         // line 8
  67.         echo "            <meta charset=\"utf-8\">
  68.             <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  69.             <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  70.             ";
  71.         // line 12
  72.         $this->displayBlock('meta_group'$context$blocks);
  73.         // line 21
  74.         echo "
  75.             ";
  76.         // line 22
  77.         $this->displayBlock('meta_canonical'$context$blocks);
  78.         // line 27
  79.         echo "
  80.             ";
  81.         // line 28
  82.         $this->displayBlock('meta_alternate'$context$blocks);
  83.         // line 39
  84.         echo "
  85.             ";
  86.         // line 40
  87.         $this->displayBlock('meta_robots'$context$blocks);
  88.         // line 49
  89.         echo "
  90.             <link rel=\"icon\" href=\"";
  91.         // line 50
  92.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/frontend/favicon.ico"), "html"nulltrue);
  93.         echo "\" sizes=\"any\">
  94.             ";
  95.         // line 52
  96.         $context["icons"] = [=> 32=> 76=> 120=> 152=> 167=> 180=> 192=> 196];
  97.         // line 53
  98.         echo "            ";
  99.         $context['_parent'] = $context;
  100.         $context['_seq'] = twig_ensure_traversable(($context["icons"] ?? null));
  101.         foreach ($context['_seq'] as $context["_key"] => $context["icon"]) {
  102.             // line 54
  103.             echo "                <link rel=\"apple-touch-icon\" sizes=\"";
  104.             echo twig_escape_filter($this->env$context["icon"], "html"nulltrue);
  105.             echo "x";
  106.             echo twig_escape_filter($this->env$context["icon"], "html"nulltrue);
  107.             echo "\" href=\"";
  108.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((((("assets/images/frontend/webpage-icons/icon-" $context["icon"]) . "x") . $context["icon"]) . ".png")), "html"nulltrue);
  109.             echo "\">
  110.             ";
  111.         }
  112.         $_parent $context['_parent'];
  113.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['icon'], $context['_parent'], $context['loop']);
  114.         $context array_intersect_key($context$_parent) + $_parent;
  115.         // line 56
  116.         echo "
  117.             <meta name=\"apple-mobile-web-app-title\" content=\"Kioene\">
  118.             <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\">
  119.             <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
  120.             <meta name=\"theme-color\" content=\"#166938\">
  121.             <meta name=\"msapplication-navbutton-color\" content=\"#166938\">
  122.             <meta name=\"geo.region\" content=\"IT\">
  123.             <meta name=\"geo.placename\" content=\"Villanova di Camposampiero\">
  124.             <meta name=\"geo.position\" content=\"45.491379;11.96371\">
  125.             <meta name=\"ICBM\" content=\"45.491379, 11.96371\">
  126.             <meta name=\"msapplication-config\" content=\"none\">
  127.             ";
  128.         // line 70
  129.         $this->displayBlock('stylesheets'$context$blocks);
  130.         // line 88
  131.         echo "
  132.             <script type=\"application/ld+json\">
  133.                 {
  134.                     \"@context\": \"https://schema.org\",
  135.                     \"@type\": \"Organization\",
  136.                     \"url\": \"https://www.kioene.com\",
  137.                     \"logo\": \"";
  138.         // line 94
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/svg/logo-kioene.svg"), "html"nulltrue);
  140.         echo "\"
  141.                 }
  142.             </script>
  143.             ";
  144.         // line 98
  145.         $this->displayBlock('javascripts'$context$blocks);
  146.         // line 99
  147.         echo "
  148.         ";
  149.         $___internal_parse_0_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  150.         // line 7
  151.         echo twig_spaceless($___internal_parse_0_);
  152.         // line 101
  153.         echo "
  154.         <script type=\"text/javascript\">
  155.             var pixel_PageView__now = Math.floor(Date.now() / 1000);
  156.             var pixel_PageView__eventID = pixel_PageView__now + '_' + Math.random().toString(36).substr(2, 9);
  157.             var pixel_em = '';
  158.             var pixel_ph = '';
  159.         </script>
  160.         <script type=\"text/javascript\">
  161.             var iubendaIds = [];
  162.             var locale = '";
  163.         // line 111
  164.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse111), "locale", [], "any"falsefalsefalse111), "html"nulltrue);
  165.         echo "';
  166.             iubendaIds[locale] = {
  167.                 'siteId' : '";
  168.         // line 113
  169.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (($__internal_compile_0 = ($context["iubenda"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse113), "locale", [], "any"falsefalsefalse113)] ?? null) : null), "siteId", [], "any"falsefalsefalse113), "html"nulltrue);
  170.         echo "',
  171.                 'cookiePolicyId' : '";
  172.         // line 114
  173.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (($__internal_compile_1 = ($context["iubenda"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse114), "locale", [], "any"falsefalsefalse114)] ?? null) : null), "cookiePolicyId", [], "any"falsefalsefalse114), "html"nulltrue);
  174.         echo "',
  175.                 'locale': '";
  176.         // line 115
  177.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (($__internal_compile_2 = ($context["iubenda"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse115), "locale", [], "any"falsefalsefalse115)] ?? null) : null), "locale", [], "any"falsefalsefalse115), "html"nulltrue);
  178.         echo "'
  179.             };
  180.         </script>
  181.         <script>
  182.             var url__tracking_pixel=\"/api/tracking-pixel-api-conversion/ajax.php\";
  183.             var url__tracking_pinterest=\"/api/tracking-pinterest-api-conversion/ajax.php\";
  184.             var tracking__locale = '";
  185.         // line 122
  186.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse122), "locale", [], "any"falsefalsefalse122), "html"nulltrue);
  187.         echo "';
  188.             var tracking__viewcontent__title = '';
  189.             var tracking__viewcontent__ids = [];
  190.             var tracking__viewcontent__type = 'page';
  191.         </script>
  192.         <!-- Google Tag Manager -->
  193.         <script type=\"text/javascript\">
  194.             window.dataLayer = window.dataLayer || [];
  195.             function gtag(){dataLayer.push(arguments);console.log(arguments);}
  196.         </script>
  197.         <script type=\"text/javascript\">dataLayer.push({locale: '";
  198.         // line 133
  199.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse133), "locale", [], "any"falsefalsefalse133), "html"nulltrue);
  200.         echo "'});</script>
  201.         <script type=\"application/javascript\">
  202.             var checkPixelCallback = false;
  203.             var consent_analytics_storage = 'denied';
  204.             var consent_ad_storage = 'denied';
  205.             var consent_personalization_storage = 'denied';
  206.             var consent_functionality_storage = 'denied';
  207.             var consent_security_storage = 'denied';
  208.             var iubendaCookie = null;
  209.             var cookieName = '_iub_cs-'+iubendaIds[locale]['cookiePolicyId'] + \"=\";
  210.             var ca = document.cookie.split(';');
  211.             for(var i=0; i<ca.length; i++) {
  212.                 var c = ca[i];
  213.                 while (c.charAt(0)==' ') c = c.substring(1);
  214.                 if (c.indexOf(cookieName) == 0) {
  215.                     iubendaCookie = c.substring(cookieName.length,c.length)
  216.                 }
  217.             }
  218.             if (iubendaCookie) {
  219.                 iubendaCookie = decodeURIComponent(iubendaCookie);
  220.                 iubendaCookie = JSON.parse(iubendaCookie);
  221.                 if (iubendaCookie.purposes[5]) {
  222.                     consent_ad_storage = 'granted';
  223.                     var checkPixelCallback = true;
  224.                     dataLayer.push({
  225.                         consense_marketing: true
  226.                     });
  227.                 }
  228.                 if (iubendaCookie.purposes[4]) {
  229.                     consent_analytics_storage = 'granted';
  230.                     dataLayer.push({
  231.                         anonymizeIp: false,
  232.                     });
  233.                 }
  234.                 if (iubendaCookie.purposes[3]) {
  235.                     consent_personalization_storage = 'granted';
  236.                 }
  237.                 if (iubendaCookie.purposes[2]) {
  238.                     consent_functionality_storage = 'granted';
  239.                 }
  240.             } else {
  241.                 dataLayer.push({
  242.                     anonymizeIp: true,
  243.                     consense_marketing: false
  244.                 });
  245.             }
  246.             gtag('consent', 'default', {
  247.                 'ad_storage': consent_ad_storage,
  248.                 'ad_user_data': consent_ad_storage,
  249.                 'ad_personalization': consent_ad_storage,
  250.                 'analytics_storage': consent_analytics_storage,
  251.                 'wait_for_update': 500,
  252.                 // 'personalization_storage': consent_personalization_storage,
  253.                 // 'functionality_storage': consent_functionality_storage,
  254.                 // 'security_storage': consent_security_storage,
  255.             });
  256.         </script>
  257.         <script type=\"text/javascript\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  258.                     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  259.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  260.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  261.             })(window,document,'script','dataLayer','GTM-MM2BS55');</script>
  262.         <!-- End Google Tag Manager -->
  263.     </head>
  264.     <body class=\"body body_";
  265.         // line 202
  266.         echo twig_escape_filter($this->envtwig_replace_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse202), "attributes", [], "any"falsefalsefalse202), "get", [=> "_route"], "method"falsefalsefalse202), ["_" => "-"]), "html"nulltrue);
  267.         echo " ";
  268.         ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse202), "attributes", [], "any"falsefalsefalse202), "get", [=> "category_slug"], "method"falsefalsefalse202)) ? (print (twig_escape_filter($this->env, ("body_" twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse202), "attributes", [], "any"falsefalsefalse202), "get", [=> "category_slug"], "method"falsefalsefalse202)), "html"nulltrue))) : (print ("")));
  269.         echo " ";
  270.         echo ((($context["webpEnabled"] ?? null)) ? ("webp") : (""));
  271.         echo " w-100 ";
  272.         $this->displayBlock('bodyClass'$context$blocks);
  273.         echo "\" ";
  274.         $this->displayBlock('bodyStyle'$context$blocks);
  275.         echo ">
  276.     <!-- Google Tag Manager (noscript) -->
  277.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-MM2BS55\"
  278.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  279.     <!-- End Google Tag Manager (noscript) -->
  280.         ";
  281.         // line 207
  282.         $this->displayBlock('body'$context$blocks);
  283.         // line 243
  284.         echo "        ";
  285.         $this->displayBlock('javascripts_body'$context$blocks);
  286.         // line 287
  287.         echo "    </body>
  288. </html>
  289. ";
  290.         
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  292.     }
  293.     // line 12
  294.     public function block_meta_group($context, array $blocks = [])
  295.     {
  296.         $macros $this->macros;
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_group"));
  299.         // line 13
  300.         echo "
  301.                 ";
  302.         // line 14
  303.         if ((array_key_exists("metatags"$context) && ($context["metatags"] ?? null))) {
  304.             // line 15
  305.             echo "                    ";
  306.             $this->loadTemplate("partials/metatags/_custom.html.twig""base.html.twig"15)->display($context);
  307.             // line 16
  308.             echo "                ";
  309.         } else {
  310.             // line 17
  311.             echo "                    ";
  312.             $this->loadTemplate("partials/metatags/_default.html.twig""base.html.twig"17)->display($context);
  313.             // line 18
  314.             echo "                ";
  315.         }
  316.         // line 19
  317.         echo "
  318.             ";
  319.         
  320.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  321.     }
  322.     // line 22
  323.     public function block_meta_canonical($context, array $blocks = [])
  324.     {
  325.         $macros $this->macros;
  326.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  327.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_canonical"));
  328.         // line 23
  329.         echo "                ";
  330.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse23), "attributes", [], "any"falsefalsefalse23), "get", [=> "_route"], "method"falsefalsefalse23)) {
  331.             // line 24
  332.             echo "                    <link rel=\"canonical\" href=\"";
  333.             echo twig_escape_filter($this->envtwig_lower_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse24), "attributes", [], "any"falsefalsefalse24), "get", [=> "_route"], "method"falsefalsefalse24), ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse24), "attributes", [], "any"falsetruefalse24), "get", [=> "_route_params"], "method"truetruefalse24)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse24), "attributes", [], "any"falsetruefalse24), "get", [=> "_route_params"], "method"falsefalsefalse24), [])) : ([])))), "html"nulltrue);
  334.             echo "\" />
  335.                 ";
  336.         }
  337.         // line 26
  338.         echo "            ";
  339.         
  340.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  341.     }
  342.     // line 28
  343.     public function block_meta_alternate($context, array $blocks = [])
  344.     {
  345.         $macros $this->macros;
  346.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  347.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_alternate"));
  348.         // line 29
  349.         echo "                ";
  350.         if ((array_key_exists("hreflangs"$context) && ($context["hreflangs"] ?? null))) {
  351.             // line 30
  352.             echo "                    ";
  353.             $context['_parent'] = $context;
  354.             $context['_seq'] = twig_ensure_traversable(($context["hreflangs"] ?? null));
  355.             foreach ($context['_seq'] as $context["_key"] => $context["hreflang"]) {
  356.                 // line 31
  357.                 echo "                        <link rel=\"alternate\" hreflang=\"";
  358.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["hreflang"], "locale", [], "any"falsefalsefalse31), "html"nulltrue);
  359.                 echo "\" href=\"";
  360.                 echo twig_escape_filter($this->envtwig_lower_filter($this->envtwig_get_attribute($this->env$this->source$context["hreflang"], "href", [], "any"falsefalsefalse31)), "html"nulltrue);
  361.                 echo "\" />
  362.                     ";
  363.             }
  364.             $_parent $context['_parent'];
  365.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['hreflang'], $context['_parent'], $context['loop']);
  366.             $context array_intersect_key($context$_parent) + $_parent;
  367.             // line 33
  368.             echo "                ";
  369.         } else {
  370.             // line 34
  371.             echo "                    ";
  372.             $context['_parent'] = $context;
  373.             $context['_seq'] = twig_ensure_traversable(($context["locales"] ?? null));
  374.             foreach ($context['_seq'] as $context["_key"] => $context["locale"]) {
  375.                 // line 35
  376.                 echo "                        <link rel=\"alternate\" hreflang=\"";
  377.                 echo twig_escape_filter($this->env$context["locale"], "html"nulltrue);
  378.                 echo "\" href=\"";
  379.                 echo twig_escape_filter($this->envtwig_lower_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse35), "attributes", [], "any"falsefalsefalse35), "get", [=> "_route"], "method"falsefalsefalse35), twig_array_merge(((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse35), "attributes", [], "any"falsetruefalse35), "get", [=> "_route_params"], "method"truetruefalse35)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse35), "attributes", [], "any"falsetruefalse35), "get", [=> "_route_params"], "method"falsefalsefalse35), [])) : ([])), ["_locale" => $context["locale"]]))), "html"nulltrue);
  380.                 echo "\" />
  381.                     ";
  382.             }
  383.             $_parent $context['_parent'];
  384.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locale'], $context['_parent'], $context['loop']);
  385.             $context array_intersect_key($context$_parent) + $_parent;
  386.             // line 37
  387.             echo "                ";
  388.         }
  389.         // line 38
  390.         echo "            ";
  391.         
  392.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  393.     }
  394.     // line 40
  395.     public function block_meta_robots($context, array $blocks = [])
  396.     {
  397.         $macros $this->macros;
  398.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  399.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robots"));
  400.         // line 41
  401.         echo "                ";
  402.         if (((twig_get_attribute($this->env$this->source, ($context["app"] ?? null), "environment", [], "any"falsefalsefalse41) == "dev") || (twig_get_attribute($this->env$this->source, ($context["app"] ?? null), "environment", [], "any"falsefalsefalse41) == "test"))) {
  403.             // line 42
  404.             echo "                    <meta name=\"robots\" content=\"noindex,nofollow\">
  405.                     <meta name=\"googlebot\" content=\"noindex,nofollow\">
  406.                 ";
  407.         } else {
  408.             // line 45
  409.             echo "                    <meta name=\"robots\" content=\"index,follow\">
  410.                     <meta name=\"googlebot\" content=\"index,follow\">
  411.                 ";
  412.         }
  413.         // line 48
  414.         echo "            ";
  415.         
  416.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  417.     }
  418.     // line 70
  419.     public function block_stylesheets($context, array $blocks = [])
  420.     {
  421.         $macros $this->macros;
  422.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  423.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  424.         // line 71
  425.         echo "                <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  426.                 <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  427.                 <link href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap\" rel=\"stylesheet\">
  428.                 <!-- Preload the LCP image with a high fetchpriority so it starts loading with the stylesheet. -->
  429.                 ";
  430.         // line 77
  431.         echo "                <link rel=\"preload\" as=\"image\" href=\"";
  432.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/webp/frontend/bg-land-large-mobile.webp"), "html"nulltrue);
  433.         echo "\" type=\"image/webp\">
  434.                 <link rel=\"preload\" href=\"";
  435.         // line 78
  436.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/fonts/market-fresh/market-fresh-bold.woff2"), "html"nulltrue);
  437.         echo "\" as=\"font\" type=\"font/woff2\" crossorigin>
  438.                 <link rel=\"preload\" fetchpriority=\"high\" href=\"";
  439.         // line 79
  440.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/frontend/fonts.css"), "html"nulltrue);
  441.         echo "?v=";
  442.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "css/frontend/fonts.css", [], "array"truetruefalse79)) ? (print (twig_escape_filter($this->env, (($__internal_compile_3 = ($context["busters"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["css/frontend/fonts.css"] ?? null) : null), "html"nulltrue))) : (print ("")));
  443.         echo "\" as=\"style\">
  444.                 <link rel=\"stylesheet\" href=\"";
  445.         // line 80
  446.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/frontend/fonts.css"), "html"nulltrue);
  447.         echo "?v=";
  448.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "css/frontend/fonts.css", [], "array"truetruefalse80)) ? (print (twig_escape_filter($this->env, (($__internal_compile_4 = ($context["busters"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["css/frontend/fonts.css"] ?? null) : null), "html"nulltrue))) : (print ("")));
  449.         echo "\">
  450.                 <link rel=\"preload\" href=\"";
  451.         // line 81
  452.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/frontend/pofo.css"), "html"nulltrue);
  453.         echo "?v=";
  454.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "css/frontend/pofo.css", [], "array"truetruefalse81)) ? (print (twig_escape_filter($this->env, (($__internal_compile_5 = ($context["busters"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["css/frontend/pofo.css"] ?? null) : null), "html"nulltrue))) : (print ("")));
  455.         echo "\" as=\"style\">
  456.                 <link rel=\"stylesheet\" href=\"";
  457.         // line 82
  458.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/frontend/pofo.css"), "html"nulltrue);
  459.         echo "?v=";
  460.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "css/frontend/pofo.css", [], "array"truetruefalse82)) ? (print (twig_escape_filter($this->env, (($__internal_compile_6 = ($context["busters"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["css/frontend/pofo.css"] ?? null) : null), "html"nulltrue))) : (print ("")));
  461.         echo "\">
  462.                 <link rel=\"preload\" href=\"";
  463.         // line 83
  464.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/frontend/main.css"), "html"nulltrue);
  465.         echo "?v=";
  466.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "css/frontend/main.css", [], "array"truetruefalse83)) ? (print (twig_escape_filter($this->env, (($__internal_compile_7 = ($context["busters"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["css/frontend/main.css"] ?? null) : null), "html"nulltrue))) : (print ("")));
  467.         echo "\" as=\"style\">
  468.                 <link rel=\"stylesheet\" href=\"";
  469.         // line 84
  470.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/frontend/main.css"), "html"nulltrue);
  471.         echo "?v=";
  472.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "css/frontend/main.css", [], "array"truetruefalse84)) ? (print (twig_escape_filter($this->env, (($__internal_compile_8 = ($context["busters"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["css/frontend/main.css"] ?? null) : null), "html"nulltrue))) : (print ("")));
  473.         echo "\">
  474.             ";
  475.         
  476.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  477.     }
  478.     // line 98
  479.     public function block_javascripts($context, array $blocks = [])
  480.     {
  481.         $macros $this->macros;
  482.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  483.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  484.         echo "";
  485.         
  486.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  487.     }
  488.     // line 202
  489.     public function block_bodyClass($context, array $blocks = [])
  490.     {
  491.         $macros $this->macros;
  492.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  493.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  494.         echo "";
  495.         
  496.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  497.     }
  498.     public function block_bodyStyle($context, array $blocks = [])
  499.     {
  500.         $macros $this->macros;
  501.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  502.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyStyle"));
  503.         echo "";
  504.         
  505.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  506.     }
  507.     // line 207
  508.     public function block_body($context, array $blocks = [])
  509.     {
  510.         $macros $this->macros;
  511.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  512.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  513.         // line 208
  514.         echo "            <div class=\"body__layer-transition body__layer-transition_bg-color_jewel\" data-js=\"layer-transition-2\"></div>
  515.             <div class=\"body__layer-transition body__layer-transition_bg-color_la-riojia\" data-js=\"layer-transition-1\"></div>
  516.             <div class=\"body__layer-transition\" data-js=\"layer-loading\">
  517.                 <img src=\"";
  518.         // line 211
  519.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/svg/spin-1.1s-100px.svg"), "html"nulltrue);
  520.         echo "\" alt=\"loading\">
  521.             </div>
  522.             ";
  523.         // line 213
  524.         $this->displayBlock('header'$context$blocks);
  525.         // line 219
  526.         echo "
  527.             <div class=\"page overflow-hidden\">
  528.                 <div class=\"page__bg\"></div>
  529.                 <div class=\"page__bg-top\" data-transition=\"element-pre-enter\"></div>
  530.                 <div class=\"page__content margin-lr-auto\">
  531.                     ";
  532.         // line 224
  533.         $this->displayBlock('content'$context$blocks);
  534.         // line 225
  535.         echo "                </div>
  536.                 ";
  537.         // line 226
  538.         $this->displayBlock('extraContent'$context$blocks);
  539.         // line 227
  540.         echo "            </div>
  541.             ";
  542.         // line 229
  543.         $this->displayBlock('footer'$context$blocks);
  544.         // line 240
  545.         echo "
  546.             ";
  547.         // line 241
  548.         $this->displayBlock('modals'$context$blocks);
  549.         // line 242
  550.         echo "        ";
  551.         
  552.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  553.     }
  554.     // line 213
  555.     public function block_header($context, array $blocks = [])
  556.     {
  557.         $macros $this->macros;
  558.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  559.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  560.         // line 214
  561.         echo "                ";
  562.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::headerAction", ["route" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 216
  563. ($context["app"] ?? null), "request", [], "any"falsefalsefalse216), "attributes", [], "any"falsefalsefalse216), "get", [=> "_route"], "method"falsefalsefalse216)]));
  564.         // line 217
  565.         echo "
  566.             ";
  567.         
  568.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  569.     }
  570.     // line 224
  571.     public function block_content($context, array $blocks = [])
  572.     {
  573.         $macros $this->macros;
  574.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  575.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  576.         echo "";
  577.         
  578.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  579.     }
  580.     // line 226
  581.     public function block_extraContent($context, array $blocks = [])
  582.     {
  583.         $macros $this->macros;
  584.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  585.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""extraContent"));
  586.         echo "";
  587.         
  588.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  589.     }
  590.     // line 229
  591.     public function block_footer($context, array $blocks = [])
  592.     {
  593.         $macros $this->macros;
  594.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  595.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  596.         // line 230
  597.         echo "                ";
  598.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse230), "locale", [], "any"falsefalsefalse230) == "it")) {
  599.             // line 231
  600.             echo "                    ";
  601.             $this->loadTemplate("wheretobuy/_banner.html.twig""base.html.twig"231)->display(twig_array_merge($context, ["padding" => true]));
  602.             // line 232
  603.             echo "                ";
  604.         } else {
  605.             // line 233
  606.             echo "                    <div class=\"footer-top position-relative z-index-2\"></div>
  607.                 ";
  608.         }
  609.         // line 235
  610.         echo "
  611.                 ";
  612.         // line 236
  613.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\DefaultController::footerAction", ["banner" => true"color" => "white""currentPath" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 237
  614. ($context["app"] ?? null), "request", [], "any"falsefalsefalse237), "get", [=> "_route"], "method"falsefalsefalse237)]));
  615.         // line 238
  616.         echo "
  617.             ";
  618.         
  619.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  620.     }
  621.     // line 241
  622.     public function block_modals($context, array $blocks = [])
  623.     {
  624.         $macros $this->macros;
  625.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  626.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  627.         echo "";
  628.         
  629.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  630.     }
  631.     // line 243
  632.     public function block_javascripts_body($context, array $blocks = [])
  633.     {
  634.         $macros $this->macros;
  635.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  636.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_body"));
  637.         // line 244
  638.         echo "            <script type=\"text/javascript\" src=\"";
  639.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/gsap/gsap.js"), "html"nulltrue);
  640.         echo "?v=";
  641.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "js/gsap/gsap.js", [], "array"truetruefalse244)) ? (print (twig_escape_filter($this->env, (($__internal_compile_9 = ($context["busters"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["js/gsap/gsap.js"] ?? null) : null), "html"nulltrue))) : (print ("")));
  642.         echo "\"></script>
  643.             <script type=\"text/javascript\" src=\"";
  644.         // line 245
  645.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/gsap/ScrollTrigger.js"), "html"nulltrue);
  646.         echo "?v=";
  647.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "js/gsap/ScrollTrigger.js", [], "array"truetruefalse245)) ? (print (twig_escape_filter($this->env, (($__internal_compile_10 = ($context["busters"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["js/gsap/ScrollTrigger.js"] ?? null) : null), "html"nulltrue))) : (print ("")));
  648.         echo "\"></script>
  649.             <script type=\"text/javascript\" src=\"";
  650.         // line 246
  651.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/frontend/main.js"), "html"nulltrue);
  652.         echo "?v=";
  653.         ((twig_get_attribute($this->env$this->source, ($context["busters"] ?? null), "js/frontend/main.js", [], "array"truetruefalse246)) ? (print (twig_escape_filter($this->env, (($__internal_compile_11 = ($context["busters"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["js/frontend/main.js"] ?? null) : null), "html"nulltrue))) : (print ("")));
  654.         echo "\"></script>
  655.             <script>
  656.                 var _iub = _iub || [];
  657.                 _iub.csConfiguration = {
  658.                     \"invalidateConsentWithoutLog\": true,
  659.                     \"consentOnContinuedBrowsing\": false,
  660.                     \"perPurposeConsent\": true,
  661.                     \"whitelabel\": false,
  662.                     \"lang\": iubendaIds[locale].locale,
  663.                     \"siteId\": iubendaIds[locale].siteId,
  664.                     \"floatingPreferencesButtonDisplay\": \"bottom-left\",
  665.                     \"cookiePolicyId\": iubendaIds[locale].cookiePolicyId,
  666.                     \"callback\": {
  667.                         \"onPreferenceFirstExpressed\": function(event) {
  668.                             onConsent(event);
  669.                         }
  670.                     },
  671.                     \"banner\": {
  672.                         \"closeButtonRejects\": true,
  673.                         \"rejectButtonDisplay\": true,
  674.                         \"rejectButtonColor\": \"#A2A2A2\",
  675.                         \"rejectButtonCaptionColor\": \"white\",
  676.                         \"explicitWithdrawal\": true,
  677.                         \"position\": \"float-center\",
  678.                         \"textColor\": \"black\",
  679.                         \"backgroundColor\": \"white\",
  680.                         \"listPurposes\": true,
  681.                         \"acceptButtonDisplay\": true,
  682.                         \"acceptButtonColor\": \"#046A38\",
  683.                         \"acceptButtonCaptionColor\": \"white\",
  684.                         \"customizeButtonDisplay\": true,
  685.                         \"customizeButtonColor\": \"#A3A3A3\",
  686.                         \"customizeButtonCaptionColor\": \"white\"
  687.                     }
  688.                 };
  689.             </script>
  690.             <script type=\"text/javascript\" src=\"//cdn.iubenda.com/cs/gpp/stub.js\"></script>
  691.             <script type=\"text/javascript\" src=\"//cdn.iubenda.com/cs/iubenda_cs.js\" charset=\"UTF-8\" async></script>
  692.         ";
  693.         
  694.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  695.     }
  696.     public function getTemplateName()
  697.     {
  698.         return "base.html.twig";
  699.     }
  700.     public function isTraitable()
  701.     {
  702.         return false;
  703.     }
  704.     public function getDebugInfo()
  705.     {
  706.         return array (  722 => 246,  716 => 245,  709 => 244,  702 => 243,  689 => 241,  681 => 238,  679 => 237,  678 => 236,  675 => 235,  671 => 233,  668 => 232,  665 => 231,  662 => 230,  655 => 229,  642 => 226,  629 => 224,  621 => 217,  619 => 216,  617 => 214,  610 => 213,  603 => 242,  601 => 241,  598 => 240,  596 => 229,  592 => 227,  590 => 226,  587 => 225,  585 => 224,  578 => 219,  576 => 213,  571 => 211,  566 => 208,  559 => 207,  534 => 202,  521 => 98,  508 => 84,  502 => 83,  496 => 82,  490 => 81,  484 => 80,  478 => 79,  474 => 78,  469 => 77,  462 => 71,  455 => 70,  448 => 48,  443 => 45,  438 => 42,  435 => 41,  428 => 40,  421 => 38,  418 => 37,  407 => 35,  402 => 34,  399 => 33,  388 => 31,  383 => 30,  380 => 29,  373 => 28,  366 => 26,  360 => 24,  357 => 23,  350 => 22,  342 => 19,  339 => 18,  336 => 17,  333 => 16,  330 => 15,  328 => 14,  325 => 13,  318 => 12,  309 => 287,  306 => 243,  304 => 207,  288 => 202,  216 => 133,  202 => 122,  192 => 115,  188 => 114,  184 => 113,  179 => 111,  167 => 101,  165 => 7,  161 => 99,  159 => 98,  152 => 94,  144 => 88,  142 => 70,  126 => 56,  113 => 54,  108 => 53,  106 => 52,  101 => 50,  98 => 49,  96 => 40,  93 => 39,  91 => 28,  88 => 27,  86 => 22,  83 => 21,  81 => 12,  75 => 8,  73 => 7,  70 => 6,  67 => 5,  64 => 4,  62 => 3,  58 => 2,  55 => 1,);
  707.     }
  708.     public function getSourceContext()
  709.     {
  710.         return new Source("""base.html.twig""/var/www/releases/13/templates/base.html.twig");
  711.     }
  712. }