var/cache/dev/twig/fb/fbcaac2ae9208307cb2c8a90fba6c8ea.php line 127

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. /* frontend/base.html.twig */
  14. class __TwigTemplate_35858ad86f12f22c9f0fc23f90b71976 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.             'metaTitle' => [$this'block_metaTitle'],
  25.             'metaDescription' => [$this'block_metaDescription'],
  26.             'metaTags' => [$this'block_metaTags'],
  27.             'stylesheets' => [$this'block_stylesheets'],
  28.             'bodyAttributes' => [$this'block_bodyAttributes'],
  29.             'header' => [$this'block_header'],
  30.             'body' => [$this'block_body'],
  31.             'footer' => [$this'block_footer'],
  32.             'javascripts' => [$this'block_javascripts'],
  33.         ];
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  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""frontend/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""frontend/base.html.twig"));
  42.         // line 1
  43.         echo "<!DOCTYPE html>
  44. <html lang=\"";
  45.         // line 2
  46.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_split_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), "_"), 0, [], "array"falsefalsefalse2), "html"nulltrue);
  47.         echo "\">
  48. <head>
  49.     <meta charset=\"utf-8\">
  50.     <title>";
  51.         // line 5
  52.         $this->displayBlock('metaTitle'$context$blocks);
  53.         echo "</title>
  54.     <meta name=\"description\" content=\"";
  55.         // line 7
  56.         $this->displayBlock('metaDescription'$context$blocks);
  57.         echo "\">
  58.     <meta name=\"keywords\" content=\"\">
  59.     <meta name=\"author\" content=\"One AM\">
  60.     <meta name=\"content-language\" content=\"it\" />
  61.     <meta name=\"format-detection\" content=\"telephone=no\">
  62.     ";
  63.         // line 12
  64.         $this->displayBlock('metaTags'$context$blocks);
  65.         // line 13
  66.         echo "    <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">
  67.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  68.         // line 14
  69.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("media/icon-primary.png"), "html"nulltrue);
  70.         echo "\">
  71.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  72.         // line 15
  73.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("media/icon-primary.png"), "html"nulltrue);
  74.         echo "\">
  75.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  76.         // line 16
  77.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("media/icon-primary.png"), "html"nulltrue);
  78.         echo "\">
  79.     <meta property=\"og:image\" content=\"";
  80.         // line 17
  81.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("media/icon-primary.png"), "html"nulltrue);
  82.         echo "\" />
  83.     <link rel=\"mask-icon\" color=\"#276EF1\" href=\"";
  84.         // line 18
  85.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("media/icon-primary.png"), "html"nulltrue);
  86.         echo "\">
  87.     <meta name=\"msapplication-TileColor\" content=\"276EF1\">
  88.     <meta name=\"theme-color\" content=\"#fff\" id=\"theme-color\">
  89.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  90.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  91.     <link href=\"https://fonts.googleapis.com/css2?family=News+Cycle:wght@700&display=swap\" rel=\"stylesheet\">
  92.     ";
  93.         // line 25
  94.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("frontend_base");
  95.         echo "
  96.     ";
  97.         // line 26
  98.         echo $this->extensions['OneAM\Libraries\Cookies\Twig\CookieExtension']->renderCookieHead($this->env);
  99.         echo "
  100.     ";
  101.         // line 27
  102.         $this->displayBlock('stylesheets'$context$blocks);
  103.         // line 28
  104.         echo "</head>
  105. <body ";
  106.         // line 30
  107.         $this->displayBlock('bodyAttributes'$context$blocks);
  108.         echo ">
  109. ";
  110.         // line 31
  111.         echo $this->extensions['OneAM\Libraries\Cookies\Twig\CookieExtension']->renderCookieBody($this->env);
  112.         echo "
  113. ";
  114.         // line 32
  115.         $this->displayBlock('header'$context$blocks);
  116.         // line 35
  117.         echo "
  118. ";
  119.         // line 36
  120.         $this->displayBlock('body'$context$blocks);
  121.         // line 37
  122.         echo "
  123. ";
  124.         // line 38
  125.         $this->displayBlock('footer'$context$blocks);
  126.         // line 41
  127.         $this->loadTemplate("frontend/partials/menu/_products.html.twig""frontend/base.html.twig"41)->display($context);
  128.         // line 42
  129.         $this->loadTemplate("frontend/partials/menu/_components.html.twig""frontend/base.html.twig"42)->display($context);
  130.         // line 43
  131.         $this->loadTemplate("frontend/partials/menu/_mobile.html.twig""frontend/base.html.twig"43)->display($context);
  132.         // line 44
  133.         echo "
  134. <div id=\"website-config\" data-is-homepage=\"";
  135.         // line 45
  136.         echo (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'45$this->source); })()), "request", [], "any"falsefalsefalse45), "get", [=> "_route"], "method"falsefalsefalse45) == "frontend_index")) ? ("true") : ("false"));
  137.         echo "\"></div>
  138. <script>
  139.     window.googleMapsApiKey = '";
  140.         // line 48
  141.         echo twig_escape_filter($this->env, (isset($context["google_maps_client_api_key"]) || array_key_exists("google_maps_client_api_key"$context) ? $context["google_maps_client_api_key"] : (function () { throw new RuntimeError('Variable "google_maps_client_api_key" does not exist.'48$this->source); })()), "html"nulltrue);
  142.         echo "'
  143. </script>
  144. ";
  145.         // line 50
  146.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("frontend_base");
  147.         echo "
  148. <script src=\"";
  149.         // line 51
  150.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("bazinga_jstranslation_js");
  151.         echo "\"></script>
  152. ";
  153.         // line 52
  154.         $this->displayBlock('javascripts'$context$blocks);
  155.         // line 54
  156.         echo "
  157. ";
  158.         // line 55
  159.         echo twig_include($this->env$context"_includes/modal.bs5.html.twig");
  160.         echo "
  161. <script src=\"";
  162.         // line 56
  163.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/cookies/cookies.bs5.js"), "html"nulltrue);
  164.         echo "\"></script>
  165. </body>
  166. </html>
  167. ";
  168.         
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  170.         
  171.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  172.     }
  173.     // line 5
  174.     public function block_metaTitle($context, array $blocks = [])
  175.     {
  176.         $macros $this->macros;
  177.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  178.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaTitle"));
  179.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaTitle"));
  181.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['Keen\Twig\TwigExtension']->pageTitle()), "html"nulltrue);
  182.         echo " | Astralpool";
  183.         
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  185.         
  186.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  187.     }
  188.     // line 7
  189.     public function block_metaDescription($context, array $blocks = [])
  190.     {
  191.         $macros $this->macros;
  192.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  196.         echo "La piscina a 360°. Tutto per piscine pubbliche, private, spa e wellness, parchi acquatici, fontane, centri benessere.";
  197.         
  198.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  199.         
  200.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  201.     }
  202.     // line 12
  203.     public function block_metaTags($context, array $blocks = [])
  204.     {
  205.         $macros $this->macros;
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  207.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaTags"));
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  209.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaTags"));
  210.         
  211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  212.         
  213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  214.     }
  215.     // line 27
  216.     public function block_stylesheets($context, array $blocks = [])
  217.     {
  218.         $macros $this->macros;
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  223.         
  224.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  225.         
  226.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  227.     }
  228.     // line 30
  229.     public function block_bodyAttributes($context, array $blocks = [])
  230.     {
  231.         $macros $this->macros;
  232.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  233.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyAttributes"));
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  235.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyAttributes"));
  236.         echo "style=\"margin-top: 85px\"";
  237.         
  238.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  239.         
  240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  241.     }
  242.     // line 32
  243.     public function block_header($context, array $blocks = [])
  244.     {
  245.         $macros $this->macros;
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  249.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  250.         // line 33
  251.         echo "    ";
  252.         $this->loadTemplate("frontend/partials/_header.html.twig""frontend/base.html.twig"33)->display($context);
  253.         
  254.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  255.         
  256.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  257.     }
  258.     // line 36
  259.     public function block_body($context, array $blocks = [])
  260.     {
  261.         $macros $this->macros;
  262.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  263.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  264.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  265.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  266.         
  267.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  268.         
  269.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  270.     }
  271.     // line 38
  272.     public function block_footer($context, array $blocks = [])
  273.     {
  274.         $macros $this->macros;
  275.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  276.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  277.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  278.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  279.         // line 39
  280.         echo "    ";
  281.         $this->loadTemplate("frontend/partials/_footer.html.twig""frontend/base.html.twig"39)->display($context);
  282.         
  283.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  284.         
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  286.     }
  287.     // line 52
  288.     public function block_javascripts($context, array $blocks = [])
  289.     {
  290.         $macros $this->macros;
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  292.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  293.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  294.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  295.         
  296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  297.         
  298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  299.     }
  300.     public function getTemplateName()
  301.     {
  302.         return "frontend/base.html.twig";
  303.     }
  304.     public function isTraitable()
  305.     {
  306.         return false;
  307.     }
  308.     public function getDebugInfo()
  309.     {
  310.         return array (  344 => 52,  333 => 39,  323 => 38,  305 => 36,  294 => 33,  284 => 32,  265 => 30,  247 => 27,  229 => 12,  210 => 7,  190 => 5,  176 => 56,  172 => 55,  169 => 54,  167 => 52,  163 => 51,  159 => 50,  154 => 48,  148 => 45,  145 => 44,  143 => 43,  141 => 42,  139 => 41,  137 => 38,  134 => 37,  132 => 36,  129 => 35,  127 => 32,  123 => 31,  119 => 30,  115 => 28,  113 => 27,  109 => 26,  105 => 25,  95 => 18,  91 => 17,  87 => 16,  83 => 15,  79 => 14,  76 => 13,  74 => 12,  66 => 7,  61 => 5,  55 => 2,  52 => 1,);
  311.     }
  312.     public function getSourceContext()
  313.     {
  314.         return new Source("<!DOCTYPE html>
  315. <html lang=\"{{ app.request.locale|split('_')[0] }}\">
  316. <head>
  317.     <meta charset=\"utf-8\">
  318.     <title>{% block metaTitle %}{{ pageTitle()|trans }} | Astralpool{% endblock %}</title>
  319.     <meta name=\"description\" content=\"{% block metaDescription %}La piscina a 360°. Tutto per piscine pubbliche, private, spa e wellness, parchi acquatici, fontane, centri benessere.{% endblock %}\">
  320.     <meta name=\"keywords\" content=\"\">
  321.     <meta name=\"author\" content=\"One AM\">
  322.     <meta name=\"content-language\" content=\"it\" />
  323.     <meta name=\"format-detection\" content=\"telephone=no\">
  324.     {% block metaTags %}{% endblock %}
  325.     <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">
  326.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('media/icon-primary.png') }}\">
  327.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('media/icon-primary.png') }}\">
  328.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('media/icon-primary.png') }}\">
  329.     <meta property=\"og:image\" content=\"{{ asset('media/icon-primary.png') }}\" />
  330.     <link rel=\"mask-icon\" color=\"#276EF1\" href=\"{{ asset('media/icon-primary.png') }}\">
  331.     <meta name=\"msapplication-TileColor\" content=\"276EF1\">
  332.     <meta name=\"theme-color\" content=\"#fff\" id=\"theme-color\">
  333.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  334.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  335.     <link href=\"https://fonts.googleapis.com/css2?family=News+Cycle:wght@700&display=swap\" rel=\"stylesheet\">
  336.     {{ encore_entry_link_tags('frontend_base') }}
  337.     {{ render_cookie_head() }}
  338.     {% block stylesheets %}{% endblock %}
  339. </head>
  340. <body {% block bodyAttributes %}style=\"margin-top: 85px\"{% endblock %}>
  341. {{ render_cookie_body() }}
  342. {% block header %}
  343.     {% include 'frontend/partials/_header.html.twig' %}
  344. {% endblock %}
  345. {% block body %}{% endblock %}
  346. {% block footer %}
  347.     {% include 'frontend/partials/_footer.html.twig' %}
  348. {% endblock %}
  349. {% include 'frontend/partials/menu/_products.html.twig' %}
  350. {% include 'frontend/partials/menu/_components.html.twig' %}
  351. {% include 'frontend/partials/menu/_mobile.html.twig' %}
  352. <div id=\"website-config\" data-is-homepage=\"{{ app.request.get('_route') == 'frontend_index' ? 'true' : 'false' }}\"></div>
  353. <script>
  354.     window.googleMapsApiKey = '{{ google_maps_client_api_key }}'
  355. </script>
  356. {{ encore_entry_script_tags('frontend_base') }}
  357. <script src=\"{{ url('bazinga_jstranslation_js') }}\"></script>
  358. {% block javascripts %}
  359. {% endblock %}
  360. {{ include('_includes/modal.bs5.html.twig') }}
  361. <script src=\"{{ asset('bundles/cookies/cookies.bs5.js') }}\"></script>
  362. </body>
  363. </html>
  364. ""frontend/base.html.twig""/var/www/vhosts/dev.oneam.it/astralpool.dev.oneam.it/templates/frontend/base.html.twig");
  365.     }
  366. }