var/cache/dev_h4ff618508373c27d1785d8a4ae5b58dc/twig/2d/2d73955b1d82b6e0feca3e765411f1171fc6f4fe2b43e12a3e50599f0824b989.php line 1039

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @EmovaWbTheme/storefront/layout/meta.html.twig */
  16. class __TwigTemplate_22a6f6ec2534a58b2aae91e0e8aec5ce extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->parent false;
  25.         $this->blocks = [
  26.             'layout_head_inner' => [$this'block_layout_head_inner'],
  27.             'layout_head_meta_tags' => [$this'block_layout_head_meta_tags'],
  28.             'layout_head_meta_tags_charset' => [$this'block_layout_head_meta_tags_charset'],
  29.             'layout_head_meta_tags_viewport' => [$this'block_layout_head_meta_tags_viewport'],
  30.             'layout_head_meta_tags_general' => [$this'block_layout_head_meta_tags_general'],
  31.             'layout_head_meta_tags_general_author' => [$this'block_layout_head_meta_tags_general_author'],
  32.             'layout_head_meta_tags_robots' => [$this'block_layout_head_meta_tags_robots'],
  33.             'layout_head_meta_tags_general_revisit' => [$this'block_layout_head_meta_tags_general_revisit'],
  34.             'layout_head_meta_tags_keywords' => [$this'block_layout_head_meta_tags_keywords'],
  35.             'layout_head_meta_tags_description' => [$this'block_layout_head_meta_tags_description'],
  36.             'layout_head_meta_tags_opengraph' => [$this'block_layout_head_meta_tags_opengraph'],
  37.             'layout_head_meta_tags_url_og' => [$this'block_layout_head_meta_tags_url_og'],
  38.             'layout_head_meta_tags_type_og' => [$this'block_layout_head_meta_tags_type_og'],
  39.             'layout_head_meta_tags_sitename_og' => [$this'block_layout_head_meta_tags_sitename_og'],
  40.             'layout_head_meta_tags_title_og' => [$this'block_layout_head_meta_tags_title_og'],
  41.             'layout_head_meta_tags_description_og' => [$this'block_layout_head_meta_tags_description_og'],
  42.             'layout_head_meta_tags_image_og' => [$this'block_layout_head_meta_tags_image_og'],
  43.             'layout_head_meta_tags_card_twitter' => [$this'block_layout_head_meta_tags_card_twitter'],
  44.             'layout_head_meta_tags_sitename_twitter' => [$this'block_layout_head_meta_tags_sitename_twitter'],
  45.             'layout_head_meta_tags_title_twitter' => [$this'block_layout_head_meta_tags_title_twitter'],
  46.             'layout_head_meta_tags_description_twitter' => [$this'block_layout_head_meta_tags_description_twitter'],
  47.             'layout_head_meta_tags_image_twitter' => [$this'block_layout_head_meta_tags_image_twitter'],
  48.             'layout_head_meta_tags_schema_webpage' => [$this'block_layout_head_meta_tags_schema_webpage'],
  49.             'layout_head_meta_tags_copyright_holder' => [$this'block_layout_head_meta_tags_copyright_holder'],
  50.             'layout_head_meta_tags_copyright_year' => [$this'block_layout_head_meta_tags_copyright_year'],
  51.             'layout_head_meta_tags_family_friendly' => [$this'block_layout_head_meta_tags_family_friendly'],
  52.             'layout_head_meta_tags_image_meta' => [$this'block_layout_head_meta_tags_image_meta'],
  53.             'layout_head_meta_tags_hreflangs' => [$this'block_layout_head_meta_tags_hreflangs'],
  54.             'layout_head_favicon' => [$this'block_layout_head_favicon'],
  55.             'layout_head_apple' => [$this'block_layout_head_apple'],
  56.             'layout_head_android' => [$this'block_layout_head_android'],
  57.             'layout_head_canonical' => [$this'block_layout_head_canonical'],
  58.             'layout_head_title' => [$this'block_layout_head_title'],
  59.             'layout_head_title_inner' => [$this'block_layout_head_title_inner'],
  60.             'layout_head_stylesheet' => [$this'block_layout_head_stylesheet'],
  61.             'layout_head_javascript_feature' => [$this'block_layout_head_javascript_feature'],
  62.             'layout_head_javascript_tracking' => [$this'block_layout_head_javascript_tracking'],
  63.             'layout_head_javascript_recaptcha' => [$this'block_layout_head_javascript_recaptcha'],
  64.             'layout_head_javascript_token' => [$this'block_layout_head_javascript_token'],
  65.             'layout_head_javascript_cookie_state' => [$this'block_layout_head_javascript_cookie_state'],
  66.             'layout_head_javascript_router' => [$this'block_layout_head_javascript_router'],
  67.             'layout_head_javascript_breakpoints' => [$this'block_layout_head_javascript_breakpoints'],
  68.             'layout_head_javascript_csrf' => [$this'block_layout_head_javascript_csrf'],
  69.             'layout_head_javascript_wishlist_state' => [$this'block_layout_head_javascript_wishlist_state'],
  70.             'layout_head_javascript_jquery' => [$this'block_layout_head_javascript_jquery'],
  71.             'layout_head_javascript_hmr_mode' => [$this'block_layout_head_javascript_hmr_mode'],
  72.         ];
  73.     }
  74.     protected function doDisplay(array $context, array $blocks = [])
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EmovaWbTheme/storefront/layout/meta.html.twig"));
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@EmovaWbTheme/storefront/layout/meta.html.twig"));
  81.         // line 1
  82.         $this->displayBlock('layout_head_inner'$context$blocks);
  83.         
  84.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  85.         
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  87.     }
  88.     public function block_layout_head_inner($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_inner"));
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_inner"));
  95.         // line 2
  96.         echo "    ";
  97.         $context["metaInformation"] = sw_get_attribute($this->env$this->source, ($context["page"] ?? null), "metaInformation", [], "any"falsefalsefalse2);
  98.         // line 3
  99.         echo "    ";
  100.         $context["basicConfig"] = $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.basicInformation");
  101.         // line 4
  102.         echo "    ";
  103.         $context["maxLength"] = $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"seo.descriptionMaxLength");
  104.         // line 5
  105.         echo "    ";
  106.         $context["metaDescription"] = sw_get_attribute($this->env$this->source$this->extensions['Twig\Extra\String\StringExtension']->createUnicodeString(twig_trim_filter(twig_striptags(sw_get_attribute($this->env$this->source, ($context["metaInformation"] ?? null), "metaDescription", [], "any"falsefalsefalse5)))), "truncate", [=> (($context["maxLength"]) ?? (255)), => "…"], "method"falsefalsefalse5);
  107.         // line 6
  108.         echo "    ";
  109.         $context["metaTitle"] = twig_trim_filter(twig_striptags(sw_get_attribute($this->env$this->source, ($context["metaInformation"] ?? null), "metaTitle", [], "any"falsefalsefalse6)));
  110.         // line 7
  111.         echo "    ";
  112.         $context["metaKeywords"] = twig_trim_filter(twig_striptags(sw_get_attribute($this->env$this->source, ($context["metaInformation"] ?? null), "metaKeywords", [], "any"falsefalsefalse7)));
  113.         // line 8
  114.         echo "
  115.     <head>
  116. <!-- Google Tag Manager -->
  117. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  118. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  119. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  120. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  121. })(window,document,'script','dataLayer','GTM-NRWBNX3J');</script>
  122. <!-- End Google Tag Manager -->
  123.         ";
  124.         // line 17
  125.         $this->displayBlock('layout_head_meta_tags'$context$blocks);
  126.         // line 84
  127.         echo "
  128.         ";
  129.         // line 85
  130.         $this->displayBlock('layout_head_favicon'$context$blocks);
  131.         // line 89
  132.         echo "
  133.         ";
  134.         // line 90
  135.         $this->displayBlock('layout_head_apple'$context$blocks);
  136.         // line 97
  137.         echo "
  138.         ";
  139.         // line 98
  140.         $this->displayBlock('layout_head_android'$context$blocks);
  141.         // line 101
  142.         echo "
  143.         ";
  144.         // line 102
  145.         $this->displayBlock('layout_head_canonical'$context$blocks);
  146.         // line 107
  147.         echo "
  148.         ";
  149.         // line 108
  150.         $this->displayBlock('layout_head_title'$context$blocks);
  151.         // line 115
  152.         echo "
  153.         ";
  154.         // line 116
  155.         $this->displayBlock('layout_head_stylesheet'$context$blocks);
  156.         // line 127
  157.         echo "
  158.         ";
  159.         // line 128
  160.         $this->displayBlock('layout_head_javascript_feature'$context$blocks);
  161.         // line 131
  162.         echo "
  163.         ";
  164.         // line 133
  165.         echo "        ";
  166.         $this->displayBlock('layout_head_javascript_tracking'$context$blocks);
  167.         // line 136
  168.         echo "
  169.         ";
  170.         // line 137
  171.         $this->displayBlock('layout_head_javascript_recaptcha'$context$blocks);
  172.         // line 140
  173.         echo "
  174.         ";
  175.         // line 141
  176.         $this->displayBlock('layout_head_javascript_token'$context$blocks);
  177.         // line 143
  178.         echo "
  179.         ";
  180.         // line 144
  181.         if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.basicInformation.useDefaultCookieConsent")) {
  182.             // line 145
  183.             echo "            ";
  184.             $this->displayBlock('layout_head_javascript_cookie_state'$context$blocks);
  185.             // line 150
  186.             echo "        ";
  187.         }
  188.         // line 151
  189.         echo "
  190.         ";
  191.         // line 152
  192.         if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("FEATURE_NEXT_15917")) {
  193.             // line 153
  194.             echo "            ";
  195.             $this->displayBlock('layout_head_javascript_router'$context$blocks);
  196.             // line 176
  197.             echo "
  198.             ";
  199.             // line 177
  200.             $this->displayBlock('layout_head_javascript_breakpoints'$context$blocks);
  201.             // line 191
  202.             echo "
  203.             ";
  204.             // line 193
  205.             echo "            ";
  206.             $this->displayBlock('layout_head_javascript_csrf'$context$blocks);
  207.             // line 201
  208.             echo "
  209.             ";
  210.             // line 202
  211.             if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.cart.wishlistEnabled")) {
  212.                 // line 203
  213.                 echo "                ";
  214.                 $this->displayBlock('layout_head_javascript_wishlist_state'$context$blocks);
  215.                 // line 210
  216.                 echo "            ";
  217.             }
  218.             // line 211
  219.             echo "
  220.             ";
  221.             // line 213
  222.             echo "            ";
  223.             $this->displayBlock('layout_head_javascript_jquery'$context$blocks);
  224.             // line 215
  225.             echo "
  226.             ";
  227.             // line 216
  228.             $this->displayBlock('layout_head_javascript_hmr_mode'$context$blocks);
  229.             // line 230
  230.             echo "        ";
  231.         }
  232.         // line 231
  233.         echo "    </head>
  234. ";
  235.         
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  237.         
  238.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  239.     }
  240.     // line 17
  241.     public function block_layout_head_meta_tags($context, array $blocks = [])
  242.     {
  243.         $macros $this->macros;
  244.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags"));
  246.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  247.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags"));
  248.         // line 18
  249.         echo "            ";
  250.         $this->displayBlock('layout_head_meta_tags_charset'$context$blocks);
  251.         // line 21
  252.         echo "
  253.             ";
  254.         // line 22
  255.         $this->displayBlock('layout_head_meta_tags_viewport'$context$blocks);
  256.         // line 26
  257.         echo "
  258.             ";
  259.         // line 27
  260.         $this->displayBlock('layout_head_meta_tags_general'$context$blocks);
  261.         // line 40
  262.         echo "
  263.             ";
  264.         // line 41
  265.         $this->displayBlock('layout_head_meta_tags_opengraph'$context$blocks);
  266.         // line 66
  267.         echo "
  268.             ";
  269.         // line 67
  270.         $this->displayBlock('layout_head_meta_tags_schema_webpage'$context$blocks);
  271.         // line 77
  272.         echo "
  273.             ";
  274.         // line 78
  275.         $this->displayBlock('layout_head_meta_tags_hreflangs'$context$blocks);
  276.         // line 83
  277.         echo "        ";
  278.         
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  280.         
  281.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  282.     }
  283.     // line 18
  284.     public function block_layout_head_meta_tags_charset($context, array $blocks = [])
  285.     {
  286.         $macros $this->macros;
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  288.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_charset"));
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  290.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_charset"));
  291.         // line 19
  292.         echo "                <meta charset=\"utf-8\">
  293.             ";
  294.         
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  296.         
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  298.     }
  299.     // line 22
  300.     public function block_layout_head_meta_tags_viewport($context, array $blocks = [])
  301.     {
  302.         $macros $this->macros;
  303.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_viewport"));
  305.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_viewport"));
  307.         // line 23
  308.         echo "                <meta name=\"viewport\"
  309.                       content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  310.             ";
  311.         
  312.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  313.         
  314.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  315.     }
  316.     // line 27
  317.     public function block_layout_head_meta_tags_general($context, array $blocks = [])
  318.     {
  319.         $macros $this->macros;
  320.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_general"));
  322.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  323.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_general"));
  324.         // line 28
  325.         echo "                <meta name=\"author\"
  326.                       content=\"";
  327.         // line 29
  328.         $this->displayBlock('layout_head_meta_tags_general_author'$context$blocks);
  329.         echo "\"/>
  330.                 <meta name=\"robots\"
  331.                     ";
  332.         // line 32
  333.         echo "                      content=\"";
  334.         $this->displayBlock('layout_head_meta_tags_robots'$context$blocks);
  335.         echo "\"/>
  336.                 <meta name=\"revisit-after\"
  337.                       content=\"";
  338.         // line 34
  339.         $this->displayBlock('layout_head_meta_tags_general_revisit'$context$blocks);
  340.         echo "\"/>
  341.                 <meta name=\"keywords\"
  342.                       content=\"";
  343.         // line 36
  344.         $this->displayBlock('layout_head_meta_tags_keywords'$context$blocks);
  345.         echo "\"/>
  346.                 <meta name=\"description\"
  347.                       content=\"";
  348.         // line 38
  349.         $this->displayBlock('layout_head_meta_tags_description'$context$blocks);
  350.         echo "\"/>
  351.             ";
  352.         
  353.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  354.         
  355.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  356.     }
  357.     // line 29
  358.     public function block_layout_head_meta_tags_general_author($context, array $blocks = [])
  359.     {
  360.         $macros $this->macros;
  361.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  362.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_general_author"));
  363.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  364.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_general_author"));
  365.         echo sw_escape_filter($this->envtwig_striptags(sw_get_attribute($this->env$this->source, ($context["metaInformation"] ?? null), "author", [], "any"falsefalsefalse29)), "html"nulltrue);
  366.         
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  368.         
  369.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  370.     }
  371.     // line 32
  372.     public function block_layout_head_meta_tags_robots($context, array $blocks = [])
  373.     {
  374.         $macros $this->macros;
  375.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  376.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_robots"));
  377.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  378.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_robots"));
  379.         echo "index,follow";
  380.         
  381.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  382.         
  383.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  384.     }
  385.     // line 34
  386.     public function block_layout_head_meta_tags_general_revisit($context, array $blocks = [])
  387.     {
  388.         $macros $this->macros;
  389.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  390.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_general_revisit"));
  391.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  392.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_general_revisit"));
  393.         echo sw_escape_filter($this->envtwig_striptags(sw_get_attribute($this->env$this->source, ($context["metaInformation"] ?? null), "revisit", [], "any"falsefalsefalse34)), "html"nulltrue);
  394.         
  395.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  396.         
  397.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  398.     }
  399.     // line 36
  400.     public function block_layout_head_meta_tags_keywords($context, array $blocks = [])
  401.     {
  402.         $macros $this->macros;
  403.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  404.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_keywords"));
  405.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  406.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_keywords"));
  407.         echo sw_escape_filter($this->env, ($context["metaKeywords"] ?? null), "html"nulltrue);
  408.         
  409.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  410.         
  411.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  412.     }
  413.     // line 38
  414.     public function block_layout_head_meta_tags_description($context, array $blocks = [])
  415.     {
  416.         $macros $this->macros;
  417.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  418.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_description"));
  419.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  420.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_description"));
  421.         echo sw_escape_filter($this->env, ($context["metaDescription"] ?? null), "html"nulltrue);
  422.         
  423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  424.         
  425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  426.     }
  427.     // line 41
  428.     public function block_layout_head_meta_tags_opengraph($context, array $blocks = [])
  429.     {
  430.         $macros $this->macros;
  431.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  432.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_opengraph"));
  433.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  434.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_opengraph"));
  435.         // line 42
  436.         echo "                <meta property=\"og:url\"
  437.                       content=\"";
  438.         // line 43
  439.         $this->displayBlock('layout_head_meta_tags_url_og'$context$blocks);
  440.         echo "\"/>
  441.                 <meta property=\"og:type\"
  442.                       content=\"";
  443.         // line 45
  444.         $this->displayBlock('layout_head_meta_tags_type_og'$context$blocks);
  445.         echo "\"/>
  446.                 <meta property=\"og:site_name\"
  447.                       content=\"";
  448.         // line 47
  449.         $this->displayBlock('layout_head_meta_tags_sitename_og'$context$blocks);
  450.         echo "\"/>
  451.                 <meta property=\"og:title\"
  452.                       content=\"";
  453.         // line 49
  454.         $this->displayBlock('layout_head_meta_tags_title_og'$context$blocks);
  455.         echo "\"/>
  456.                 <meta property=\"og:description\"
  457.                       content=\"";
  458.         // line 51
  459.         $this->displayBlock('layout_head_meta_tags_description_og'$context$blocks);
  460.         echo "\"/>
  461.                 <meta property=\"og:image\"
  462.                       content=\"";
  463.         // line 53
  464.         $this->displayBlock('layout_head_meta_tags_image_og'$context$blocks);
  465.         echo "\"/>
  466.                 <meta name=\"twitter:card\"
  467.                       content=\"";
  468.         // line 56
  469.         $this->displayBlock('layout_head_meta_tags_card_twitter'$context$blocks);
  470.         echo "\"/>
  471.                 <meta name=\"twitter:site\"
  472.                       content=\"";
  473.         // line 58
  474.         $this->displayBlock('layout_head_meta_tags_sitename_twitter'$context$blocks);
  475.         echo "\"/>
  476.                 <meta name=\"twitter:title\"
  477.                       content=\"";
  478.         // line 60
  479.         $this->displayBlock('layout_head_meta_tags_title_twitter'$context$blocks);
  480.         echo "\"/>
  481.                 <meta name=\"twitter:description\"
  482.                       content=\"";
  483.         // line 62
  484.         $this->displayBlock('layout_head_meta_tags_description_twitter'$context$blocks);
  485.         echo "\"/>
  486.                 <meta name=\"twitter:image\"
  487.                       content=\"";
  488.         // line 64
  489.         $this->displayBlock('layout_head_meta_tags_image_twitter'$context$blocks);
  490.         echo "\"/>
  491.             ";
  492.         
  493.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  494.         
  495.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  496.     }
  497.     // line 43
  498.     public function block_layout_head_meta_tags_url_og($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""layout_head_meta_tags_url_og"));
  503.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  504.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_url_og"));
  505.         echo sw_escape_filter($this->env, ((sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "metaInformation", [], "any"falsetruefalse43), "canonical", [], "any"truetruefalse43)) ? (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "metaInformation", [], "any"falsefalsefalse43), "canonical", [], "any"falsefalsefalse43)) : (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse43), "uri", [], "any"falsefalsefalse43))), "html"nulltrue);
  506.         
  507.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  508.         
  509.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  510.     }
  511.     // line 45
  512.     public function block_layout_head_meta_tags_type_og($context, array $blocks = [])
  513.     {
  514.         $macros $this->macros;
  515.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  516.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_type_og"));
  517.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_type_og"));
  519.         echo "website";
  520.         
  521.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  522.         
  523.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  524.     }
  525.     // line 47
  526.     public function block_layout_head_meta_tags_sitename_og($context, array $blocks = [])
  527.     {
  528.         $macros $this->macros;
  529.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  530.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_sitename_og"));
  531.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  532.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_sitename_og"));
  533.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["basicConfig"] ?? null), "shopName", [], "any"falsefalsefalse47), "html"nulltrue);
  534.         
  535.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  536.         
  537.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  538.     }
  539.     // line 49
  540.     public function block_layout_head_meta_tags_title_og($context, array $blocks = [])
  541.     {
  542.         $macros $this->macros;
  543.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  544.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_title_og"));
  545.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  546.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_title_og"));
  547.         echo sw_escape_filter($this->env, ($context["metaTitle"] ?? null), "html"nulltrue);
  548.         
  549.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  550.         
  551.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  552.     }
  553.     // line 51
  554.     public function block_layout_head_meta_tags_description_og($context, array $blocks = [])
  555.     {
  556.         $macros $this->macros;
  557.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  558.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_description_og"));
  559.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  560.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_description_og"));
  561.         echo sw_escape_filter($this->env, ($context["metaDescription"] ?? null), "html"nulltrue);
  562.         
  563.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  564.         
  565.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  566.     }
  567.     // line 53
  568.     public function block_layout_head_meta_tags_image_og($context, array $blocks = [])
  569.     {
  570.         $macros $this->macros;
  571.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  572.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_image_og"));
  573.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  574.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_image_og"));
  575.         echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"sw-logo-desktop"), "html"nulltrue);
  576.         
  577.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  578.         
  579.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  580.     }
  581.     // line 56
  582.     public function block_layout_head_meta_tags_card_twitter($context, array $blocks = [])
  583.     {
  584.         $macros $this->macros;
  585.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  586.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_card_twitter"));
  587.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  588.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_card_twitter"));
  589.         echo "summary";
  590.         
  591.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  592.         
  593.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  594.     }
  595.     // line 58
  596.     public function block_layout_head_meta_tags_sitename_twitter($context, array $blocks = [])
  597.     {
  598.         $macros $this->macros;
  599.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  600.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_sitename_twitter"));
  601.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  602.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_sitename_twitter"));
  603.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["basicConfig"] ?? null), "shopName", [], "any"falsefalsefalse58), "html"nulltrue);
  604.         
  605.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  606.         
  607.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  608.     }
  609.     // line 60
  610.     public function block_layout_head_meta_tags_title_twitter($context, array $blocks = [])
  611.     {
  612.         $macros $this->macros;
  613.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  614.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_title_twitter"));
  615.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  616.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_title_twitter"));
  617.         echo sw_escape_filter($this->env, ($context["metaTitle"] ?? null), "html"nulltrue);
  618.         
  619.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  620.         
  621.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  622.     }
  623.     // line 62
  624.     public function block_layout_head_meta_tags_description_twitter($context, array $blocks = [])
  625.     {
  626.         $macros $this->macros;
  627.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  628.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_description_twitter"));
  629.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  630.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_description_twitter"));
  631.         echo sw_escape_filter($this->env, ($context["metaDescription"] ?? null), "html"nulltrue);
  632.         
  633.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  634.         
  635.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  636.     }
  637.     // line 64
  638.     public function block_layout_head_meta_tags_image_twitter($context, array $blocks = [])
  639.     {
  640.         $macros $this->macros;
  641.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  642.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_image_twitter"));
  643.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  644.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_image_twitter"));
  645.         echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"sw-logo-desktop"), "html"nulltrue);
  646.         
  647.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  648.         
  649.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  650.     }
  651.     // line 67
  652.     public function block_layout_head_meta_tags_schema_webpage($context, array $blocks = [])
  653.     {
  654.         $macros $this->macros;
  655.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  656.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_schema_webpage"));
  657.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  658.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_schema_webpage"));
  659.         // line 68
  660.         echo "                <meta itemprop=\"copyrightHolder\"
  661.                       content=\"";
  662.         // line 69
  663.         $this->displayBlock('layout_head_meta_tags_copyright_holder'$context$blocks);
  664.         echo "\"/>
  665.                 <meta itemprop=\"copyrightYear\"
  666.                       content=\"";
  667.         // line 71
  668.         $this->displayBlock('layout_head_meta_tags_copyright_year'$context$blocks);
  669.         echo "\"/>
  670.                 <meta itemprop=\"isFamilyFriendly\"
  671.                       content=\"";
  672.         // line 73
  673.         $this->displayBlock('layout_head_meta_tags_family_friendly'$context$blocks);
  674.         echo "\"/>
  675.                 <meta itemprop=\"image\"
  676.                       content=\"";
  677.         // line 75
  678.         $this->displayBlock('layout_head_meta_tags_image_meta'$context$blocks);
  679.         echo "\"/>
  680.             ";
  681.         
  682.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  683.         
  684.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  685.     }
  686.     // line 69
  687.     public function block_layout_head_meta_tags_copyright_holder($context, array $blocks = [])
  688.     {
  689.         $macros $this->macros;
  690.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  691.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_copyright_holder"));
  692.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  693.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_copyright_holder"));
  694.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["basicConfig"] ?? null), "shopName", [], "any"falsefalsefalse69), "html"nulltrue);
  695.         
  696.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  697.         
  698.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  699.     }
  700.     // line 71
  701.     public function block_layout_head_meta_tags_copyright_year($context, array $blocks = [])
  702.     {
  703.         $macros $this->macros;
  704.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  705.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_copyright_year"));
  706.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  707.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_copyright_year"));
  708.         echo sw_escape_filter($this->envtwig_striptags(sw_get_attribute($this->env$this->source, ($context["metaInformation"] ?? null), "copyrightYear", [], "any"falsefalsefalse71)), "html"nulltrue);
  709.         
  710.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  711.         
  712.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  713.     }
  714.     // line 73
  715.     public function block_layout_head_meta_tags_family_friendly($context, array $blocks = [])
  716.     {
  717.         $macros $this->macros;
  718.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  719.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_family_friendly"));
  720.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  721.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_family_friendly"));
  722.         if (sw_get_attribute($this->env$this->source, ($context["basicConfig"] ?? null), "familyFriendly", [], "any"falsefalsefalse73)) {
  723.             echo "true";
  724.         } else {
  725.             echo "false";
  726.         }
  727.         
  728.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  729.         
  730.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  731.     }
  732.     // line 75
  733.     public function block_layout_head_meta_tags_image_meta($context, array $blocks = [])
  734.     {
  735.         $macros $this->macros;
  736.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  737.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_image_meta"));
  738.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  739.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_image_meta"));
  740.         echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"sw-logo-desktop"), "html"nulltrue);
  741.         
  742.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  743.         
  744.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  745.     }
  746.     // line 78
  747.     public function block_layout_head_meta_tags_hreflangs($context, array $blocks = [])
  748.     {
  749.         $macros $this->macros;
  750.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  751.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_hreflangs"));
  752.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  753.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_meta_tags_hreflangs"));
  754.         // line 79
  755.         echo "                ";
  756.         $context['_parent'] = $context;
  757.         $context['_seq'] = twig_ensure_traversable(($context["hrefLang"] ?? null));
  758.         foreach ($context['_seq'] as $context["_key"] => $context["link"]) {
  759.             // line 80
  760.             echo "                    <link rel=\"alternate\" hreflang=\"";
  761.             echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source$context["link"], "locale", [], "any"falsefalsefalse80), "html"nulltrue);
  762.             echo "\" href=\"";
  763.             echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source$context["link"], "url", [], "any"falsefalsefalse80), "html"nulltrue);
  764.             echo "\" />
  765.                 ";
  766.         }
  767.         $_parent $context['_parent'];
  768.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['link'], $context['_parent'], $context['loop']);
  769.         $context array_intersect_key($context$_parent) + $_parent;
  770.         // line 82
  771.         echo "            ";
  772.         
  773.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  774.         
  775.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  776.     }
  777.     // line 85
  778.     public function block_layout_head_favicon($context, array $blocks = [])
  779.     {
  780.         $macros $this->macros;
  781.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  782.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_favicon"));
  783.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  784.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_favicon"));
  785.         // line 86
  786.         echo "            <link rel=\"shortcut icon\"
  787.                   href=\"";
  788.         // line 87
  789.         echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"sw-logo-favicon"), "html"nulltrue);
  790.         echo "\">
  791.         ";
  792.         
  793.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  794.         
  795.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  796.     }
  797.     // line 90
  798.     public function block_layout_head_apple($context, array $blocks = [])
  799.     {
  800.         $macros $this->macros;
  801.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  802.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_apple"));
  803.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  804.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_apple"));
  805.         // line 91
  806.         echo "            ";
  807.         if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"sw-logo-share")) {
  808.             // line 92
  809.             echo "            <link rel=\"apple-touch-icon\"
  810.                   sizes=\"180x180\"
  811.                   href=\"";
  812.             // line 94
  813.             echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"sw-logo-share"), "html"nulltrue);
  814.             echo "\">
  815.             ";
  816.         }
  817.         // line 96
  818.         echo "        ";
  819.         
  820.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  821.         
  822.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  823.     }
  824.     // line 98
  825.     public function block_layout_head_android($context, array $blocks = [])
  826.     {
  827.         $macros $this->macros;
  828.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  829.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_android"));
  830.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  831.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_android"));
  832.         // line 99
  833.         echo "            ";
  834.         // line 100
  835.         echo "        ";
  836.         
  837.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  838.         
  839.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  840.     }
  841.     // line 102
  842.     public function block_layout_head_canonical($context, array $blocks = [])
  843.     {
  844.         $macros $this->macros;
  845.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  846.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_canonical"));
  847.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  848.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_canonical"));
  849.         // line 103
  850.         echo "            ";
  851.         if (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "metaInformation", [], "any"falsefalsefalse103), "canonical", [], "any"falsefalsefalse103)) {
  852.             // line 104
  853.             echo "                <link rel=\"canonical\" href=\"";
  854.             echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "metaInformation", [], "any"falsefalsefalse104), "canonical", [], "any"falsefalsefalse104), "html"nulltrue);
  855.             echo "\" />
  856.             ";
  857.         }
  858.         // line 106
  859.         echo "        ";
  860.         
  861.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  862.         
  863.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  864.     }
  865.     // line 108
  866.     public function block_layout_head_title($context, array $blocks = [])
  867.     {
  868.         $macros $this->macros;
  869.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  870.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_title"));
  871.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  872.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_title"));
  873.         // line 109
  874.         echo "            <title itemprop=\"name\">";
  875.         ob_start();
  876.         // line 110
  877.         echo "                ";
  878.         $this->displayBlock('layout_head_title_inner'$context$blocks);
  879.         // line 113
  880.         echo "            ";
  881.         $___internal_parse_0_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  882.         // line 109
  883.         echo twig_spaceless($___internal_parse_0_);
  884.         // line 113
  885.         echo "</title>
  886.         ";
  887.         
  888.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  889.         
  890.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  891.     }
  892.     // line 110
  893.     public function block_layout_head_title_inner($context, array $blocks = [])
  894.     {
  895.         $macros $this->macros;
  896.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  897.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_title_inner"));
  898.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  899.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_title_inner"));
  900.         // line 111
  901.         echo "                    ";
  902.         echo sw_escape_filter($this->env, ($context["metaTitle"] ?? null), "html"nulltrue);
  903.         echo "
  904.                 ";
  905.         
  906.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  907.         
  908.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  909.     }
  910.     // line 116
  911.     public function block_layout_head_stylesheet($context, array $blocks = [])
  912.     {
  913.         $macros $this->macros;
  914.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  915.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_stylesheet"));
  916.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  917.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_stylesheet"));
  918.         // line 117
  919.         echo "            ";
  920.         if (($context["isHMRMode"] ?? null)) {
  921.             // line 118
  922.             echo "                ";
  923.             // line 119
  924.             echo "            ";
  925.         } else {
  926.             // line 120
  927.             echo "                ";
  928.             $context["assets"] = $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"assets.css");
  929.             // line 121
  930.             echo "                ";
  931.             $context['_parent'] = $context;
  932.             $context['_seq'] = twig_ensure_traversable(($context["assets"] ?? null));
  933.             foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  934.                 // line 122
  935.                 echo "                    <link rel=\"stylesheet\"
  936.                       href=\"";
  937.                 // line 123
  938.                 echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["file"], "theme"), "html"nulltrue);
  939.                 echo "\">
  940.                 ";
  941.             }
  942.             $_parent $context['_parent'];
  943.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
  944.             $context array_intersect_key($context$_parent) + $_parent;
  945.             // line 125
  946.             echo "            ";
  947.         }
  948.         // line 126
  949.         echo "        ";
  950.         
  951.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  952.         
  953.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  954.     }
  955.     // line 128
  956.     public function block_layout_head_javascript_feature($context, array $blocks = [])
  957.     {
  958.         $macros $this->macros;
  959.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  960.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_feature"));
  961.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  962.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_feature"));
  963.         // line 129
  964.         echo "            ";
  965.         $this->loadTemplate("@Storefront/storefront/component/feature.html.twig""@EmovaWbTheme/storefront/layout/meta.html.twig"129)->display($context);
  966.         // line 130
  967.         echo "        ";
  968.         
  969.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  970.         
  971.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  972.     }
  973.     // line 133
  974.     public function block_layout_head_javascript_tracking($context, array $blocks = [])
  975.     {
  976.         $macros $this->macros;
  977.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  978.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_tracking"));
  979.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  980.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_tracking"));
  981.         // line 134
  982.         echo "            ";
  983.         $this->loadTemplate("@Storefront/storefront/component/analytics.html.twig""@EmovaWbTheme/storefront/layout/meta.html.twig"134)->display($context);
  984.         // line 135
  985.         echo "        ";
  986.         
  987.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  988.         
  989.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  990.     }
  991.     // line 137
  992.     public function block_layout_head_javascript_recaptcha($context, array $blocks = [])
  993.     {
  994.         $macros $this->macros;
  995.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  996.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_recaptcha"));
  997.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  998.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_recaptcha"));
  999.         // line 138
  1000.         echo "            ";
  1001.         $this->loadTemplate("@Storefront/storefront/component/recaptcha.html.twig""@EmovaWbTheme/storefront/layout/meta.html.twig"138)->display($context);
  1002.         // line 139
  1003.         echo "        ";
  1004.         
  1005.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1006.         
  1007.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1008.     }
  1009.     // line 141
  1010.     public function block_layout_head_javascript_token($context, array $blocks = [])
  1011.     {
  1012.         $macros $this->macros;
  1013.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1014.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_token"));
  1015.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1016.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_token"));
  1017.         // line 142
  1018.         echo "        ";
  1019.         
  1020.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1021.         
  1022.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1023.     }
  1024.     // line 145
  1025.     public function block_layout_head_javascript_cookie_state($context, array $blocks = [])
  1026.     {
  1027.         $macros $this->macros;
  1028.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1029.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_cookie_state"));
  1030.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1031.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_cookie_state"));
  1032.         // line 146
  1033.         echo "                <script>
  1034.                     window.useDefaultCookieConsent = true;
  1035.                 </script>
  1036.             ";
  1037.         
  1038.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1039.         
  1040.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1041.     }
  1042.     // line 153
  1043.     public function block_layout_head_javascript_router($context, array $blocks = [])
  1044.     {
  1045.         $macros $this->macros;
  1046.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1047.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_router"));
  1048.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1049.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_router"));
  1050.         // line 154
  1051.         echo "                ";
  1052.         // line 155
  1053.         echo "                <script>
  1054.                     window.activeNavigationId = '";
  1055.         // line 156
  1056.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "header", [], "any"falsefalsefalse156), "navigation", [], "any"falsefalsefalse156), "active", [], "any"falsefalsefalse156), "id", [], "any"falsefalsefalse156), "html"nulltrue);
  1057.         echo "';
  1058.                     window.router = {
  1059.                         'frontend.cart.offcanvas': '";
  1060.         // line 158
  1061.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cart.offcanvas");
  1062.         echo "',
  1063.                         'frontend.cookie.offcanvas': '";
  1064.         // line 159
  1065.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cookie.offcanvas");
  1066.         echo "',
  1067.                         'frontend.checkout.finish.page': '";
  1068.         // line 160
  1069.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.finish.page");
  1070.         echo "',
  1071.                         'frontend.checkout.info': '";
  1072.         // line 161
  1073.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.info");
  1074.         echo "',
  1075.                         'frontend.menu.offcanvas': '";
  1076.         // line 162
  1077.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.menu.offcanvas");
  1078.         echo "',
  1079.                         'frontend.cms.page': '";
  1080.         // line 163
  1081.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.page");
  1082.         echo "',
  1083.                         'frontend.cms.navigation.page': '";
  1084.         // line 164
  1085.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.navigation.page");
  1086.         echo "',
  1087.                         'frontend.account.addressbook': '";
  1088.         // line 165
  1089.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.account.addressbook");
  1090.         echo "',
  1091.                         ";
  1092.         // line 167
  1093.         echo "                        'frontend.csrf.generateToken': '";
  1094.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.csrf.generateToken");
  1095.         echo "',
  1096.                         'frontend.country.country-data': '";
  1097.         // line 168
  1098.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.country.country.data");
  1099.         echo "',
  1100.                         'frontend.store-api.proxy': '";
  1101.         // line 169
  1102.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.store-api.proxy");
  1103.         echo "',
  1104.                     };
  1105.                     ";
  1106.         // line 172
  1107.         echo "                    window.storeApiProxyToken = '";
  1108.         echo $this->extensions['Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension']->createCsrfPlaceholder("frontend.store-api.proxy", ["mode" => "token"]);
  1109.         echo "';
  1110.                     window.salesChannelId = '";
  1111.         // line 173
  1112.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse173), "attributes", [], "any"falsefalsefalse173), "get", [=> "sw-sales-channel-id"], "method"falsefalsefalse173), "html"nulltrue);
  1113.         echo "';
  1114.                 </script>
  1115.             ";
  1116.         
  1117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1118.         
  1119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1120.     }
  1121.     // line 177
  1122.     public function block_layout_head_javascript_breakpoints($context, array $blocks = [])
  1123.     {
  1124.         $macros $this->macros;
  1125.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1126.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_breakpoints"));
  1127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_breakpoints"));
  1129.         // line 178
  1130.         echo "                ";
  1131.         // line 179
  1132.         echo "                <script>
  1133.                     ";
  1134.         // line 180
  1135.         $context["breakpoint"] = ["xs" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xs"), "sm" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.sm"), "md" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.md"), "lg" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.lg"), "xl" => $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"breakpoint.xl")];
  1136.         // line 187
  1137.         echo "
  1138.                     window.breakpoints = ";
  1139.         // line 188
  1140.         echo $this->env->getFilter('json_encode')->getCallable()(($context["breakpoint"] ?? null));
  1141.         echo ";
  1142.                 </script>
  1143.             ";
  1144.         
  1145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1146.         
  1147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1148.     }
  1149.     // line 193
  1150.     public function block_layout_head_javascript_csrf($context, array $blocks = [])
  1151.     {
  1152.         $macros $this->macros;
  1153.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1154.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_csrf"));
  1155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1156.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_csrf"));
  1157.         // line 194
  1158.         echo "                <script>
  1159.                     window.csrf = {
  1160.                         'enabled': '";
  1161.         // line 196
  1162.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["shopware"] ?? null), "csrfEnabled", [], "any"falsefalsefalse196), "html"nulltrue);
  1163.         echo "',
  1164.                         'mode': '";
  1165.         // line 197
  1166.         echo sw_escape_filter($this->envsw_get_attribute($this->env$this->source, ($context["shopware"] ?? null), "csrfMode", [], "any"falsefalsefalse197), "html"nulltrue);
  1167.         echo "'
  1168.                     }
  1169.                 </script>
  1170.             ";
  1171.         
  1172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1173.         
  1174.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1175.     }
  1176.     // line 203
  1177.     public function block_layout_head_javascript_wishlist_state($context, array $blocks = [])
  1178.     {
  1179.         $macros $this->macros;
  1180.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_wishlist_state"));
  1182.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1183.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_wishlist_state"));
  1184.         // line 204
  1185.         echo "                    <script>
  1186.                         window.customerLoggedInState = ";
  1187.         // line 205
  1188.         echo ((( !(null === sw_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse205)) &&  !sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["context"] ?? null), "customer", [], "any"falsefalsefalse205), "guest", [], "any"falsefalsefalse205))) ? (1) : (0));
  1189.         echo ";
  1190.                         window.wishlistEnabled = ";
  1191.         // line 207
  1192.         echo sw_escape_filter($this->env$this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context"core.cart.wishlistEnabled"), "html"nulltrue);
  1193.         echo ";
  1194.                     </script>
  1195.                 ";
  1196.         
  1197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1198.         
  1199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1200.     }
  1201.     // line 213
  1202.     public function block_layout_head_javascript_jquery($context, array $blocks = [])
  1203.     {
  1204.         $macros $this->macros;
  1205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_jquery"));
  1207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_jquery"));
  1209.         // line 214
  1210.         echo "            ";
  1211.         
  1212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1213.         
  1214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1215.     }
  1216.     // line 216
  1217.     public function block_layout_head_javascript_hmr_mode($context, array $blocks = [])
  1218.     {
  1219.         $macros $this->macros;
  1220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_hmr_mode"));
  1222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_hmr_mode"));
  1224.         // line 217
  1225.         echo "                ";
  1226.         if (($context["isHMRMode"] ?? null)) {
  1227.             // line 218
  1228.             echo "                    <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\" defer></script>
  1229.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\" defer></script>
  1230.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\" defer></script>
  1231.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\" defer></script>
  1232.                     ";
  1233.             // line 223
  1234.             echo "                    <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\" defer></script>
  1235.                 ";
  1236.         } else {
  1237.             // line 225
  1238.             echo "                    ";
  1239.             $context['_parent'] = $context;
  1240.             $context['_seq'] = twig_ensure_traversable($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context"assets.js"));
  1241.             foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
  1242.                 // line 226
  1243.                 echo "                        <script type=\"text/javascript\" src=\"";
  1244.                 echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["file"], "theme"), "html"nulltrue);
  1245.                 echo "\" defer></script>
  1246.                     ";
  1247.             }
  1248.             $_parent $context['_parent'];
  1249.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
  1250.             $context array_intersect_key($context$_parent) + $_parent;
  1251.             // line 228
  1252.             echo "                ";
  1253.         }
  1254.         // line 229
  1255.         echo "            ";
  1256.         
  1257.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1258.         
  1259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1260.     }
  1261.     public function getTemplateName()
  1262.     {
  1263.         return "@EmovaWbTheme/storefront/layout/meta.html.twig";
  1264.     }
  1265.     public function getDebugInfo()
  1266.     {
  1267.         return array (  1494 => 229,  1491 => 228,  1482 => 226,  1477 => 225,  1473 => 223,  1467 => 218,  1464 => 217,  1454 => 216,  1444 => 214,  1434 => 213,  1421 => 207,  1416 => 205,  1413 => 204,  1403 => 203,  1389 => 197,  1385 => 196,  1381 => 194,  1371 => 193,  1358 => 188,  1355 => 187,  1353 => 180,  1350 => 179,  1348 => 178,  1338 => 177,  1325 => 173,  1320 => 172,  1315 => 169,  1311 => 168,  1306 => 167,  1302 => 165,  1298 => 164,  1294 => 163,  1290 => 162,  1286 => 161,  1282 => 160,  1278 => 159,  1274 => 158,  1269 => 156,  1266 => 155,  1264 => 154,  1254 => 153,  1241 => 146,  1231 => 145,  1221 => 142,  1211 => 141,  1201 => 139,  1198 => 138,  1188 => 137,  1178 => 135,  1175 => 134,  1165 => 133,  1155 => 130,  1152 => 129,  1142 => 128,  1132 => 126,  1129 => 125,  1121 => 123,  1118 => 122,  1113 => 121,  1110 => 120,  1107 => 119,  1105 => 118,  1102 => 117,  1092 => 116,  1079 => 111,  1069 => 110,  1058 => 113,  1056 => 109,  1053 => 113,  1050 => 110,  1047 => 109,  1037 => 108,  1027 => 106,  1021 => 104,  1018 => 103,  1008 => 102,  998 => 100,  996 => 99,  986 => 98,  976 => 96,  971 => 94,  967 => 92,  964 => 91,  954 => 90,  942 => 87,  939 => 86,  929 => 85,  919 => 82,  908 => 80,  903 => 79,  893 => 78,  874 => 75,  851 => 73,  832 => 71,  813 => 69,  801 => 75,  796 => 73,  791 => 71,  786 => 69,  783 => 68,  773 => 67,  754 => 64,  735 => 62,  716 => 60,  697 => 58,  678 => 56,  659 => 53,  640 => 51,  621 => 49,  602 => 47,  583 => 45,  564 => 43,  552 => 64,  547 => 62,  542 => 60,  537 => 58,  532 => 56,  526 => 53,  521 => 51,  516 => 49,  511 => 47,  506 => 45,  501 => 43,  498 => 42,  488 => 41,  469 => 38,  450 => 36,  431 => 34,  412 => 32,  393 => 29,  381 => 38,  376 => 36,  371 => 34,  365 => 32,  360 => 29,  357 => 28,  347 => 27,  335 => 23,  325 => 22,  314 => 19,  304 => 18,  294 => 83,  292 => 78,  289 => 77,  287 => 67,  284 => 66,  282 => 41,  279 => 40,  277 => 27,  274 => 26,  272 => 22,  269 => 21,  266 => 18,  256 => 17,  245 => 231,  242 => 230,  240 => 216,  237 => 215,  234 => 213,  231 => 211,  228 => 210,  225 => 203,  223 => 202,  220 => 201,  217 => 193,  214 => 191,  212 => 177,  209 => 176,  206 => 153,  204 => 152,  201 => 151,  198 => 150,  195 => 145,  193 => 144,  190 => 143,  188 => 141,  185 => 140,  183 => 137,  180 => 136,  177 => 133,  174 => 131,  172 => 128,  169 => 127,  167 => 116,  164 => 115,  162 => 108,  159 => 107,  157 => 102,  154 => 101,  152 => 98,  149 => 97,  147 => 90,  144 => 89,  142 => 85,  139 => 84,  137 => 17,  126 => 8,  123 => 7,  120 => 6,  117 => 5,  114 => 4,  111 => 3,  108 => 2,  89 => 1,);
  1268.     }
  1269.     public function getSourceContext()
  1270.     {
  1271.         return new Source("{% block layout_head_inner %}
  1272.     {% set metaInformation = page.metaInformation %}
  1273.     {% set basicConfig = config('core.basicInformation') %}
  1274.     {% set maxLength = config('seo.descriptionMaxLength') %}
  1275.     {% set metaDescription = metaInformation.metaDescription|striptags|trim|u.truncate(maxLength ?? 255, '…') %}
  1276.     {% set metaTitle = metaInformation.metaTitle|striptags|trim %}
  1277.     {% set metaKeywords = metaInformation.metaKeywords|striptags|trim %}
  1278.     <head>
  1279. <!-- Google Tag Manager -->
  1280. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  1281. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  1282. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  1283. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  1284. })(window,document,'script','dataLayer','GTM-NRWBNX3J');</script>
  1285. <!-- End Google Tag Manager -->
  1286.         {% block layout_head_meta_tags %}
  1287.             {% block layout_head_meta_tags_charset %}
  1288.                 <meta charset=\"utf-8\">
  1289.             {% endblock %}
  1290.             {% block layout_head_meta_tags_viewport %}
  1291.                 <meta name=\"viewport\"
  1292.                       content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  1293.             {% endblock %}
  1294.             {% block layout_head_meta_tags_general %}
  1295.                 <meta name=\"author\"
  1296.                       content=\"{% block layout_head_meta_tags_general_author %}{{ metaInformation.author|striptags }}{% endblock %}\"/>
  1297.                 <meta name=\"robots\"
  1298.                     {#  content=\"{% block layout_head_meta_tags_robots %}{{ metaInformation.robots }}{% endblock %}\"/> #}
  1299.                       content=\"{% block layout_head_meta_tags_robots %}index,follow{% endblock %}\"/>
  1300.                 <meta name=\"revisit-after\"
  1301.                       content=\"{% block layout_head_meta_tags_general_revisit %}{{ metaInformation.revisit|striptags }}{% endblock %}\"/>
  1302.                 <meta name=\"keywords\"
  1303.                       content=\"{% block layout_head_meta_tags_keywords %}{{ metaKeywords }}{% endblock %}\"/>
  1304.                 <meta name=\"description\"
  1305.                       content=\"{% block layout_head_meta_tags_description %}{{ metaDescription }}{% endblock %}\"/>
  1306.             {% endblock %}
  1307.             {% block layout_head_meta_tags_opengraph %}
  1308.                 <meta property=\"og:url\"
  1309.                       content=\"{% block layout_head_meta_tags_url_og %}{{ (page.metaInformation.canonical is defined) ? page.metaInformation.canonical : app.request.uri }}{% endblock %}\"/>
  1310.                 <meta property=\"og:type\"
  1311.                       content=\"{% block layout_head_meta_tags_type_og %}website{% endblock %}\"/>
  1312.                 <meta property=\"og:site_name\"
  1313.                       content=\"{% block layout_head_meta_tags_sitename_og %}{{ basicConfig.shopName }}{% endblock %}\"/>
  1314.                 <meta property=\"og:title\"
  1315.                       content=\"{% block layout_head_meta_tags_title_og %}{{ metaTitle }}{% endblock %}\"/>
  1316.                 <meta property=\"og:description\"
  1317.                       content=\"{% block layout_head_meta_tags_description_og %}{{ metaDescription }}{% endblock %}\"/>
  1318.                 <meta property=\"og:image\"
  1319.                       content=\"{% block layout_head_meta_tags_image_og %}{{ theme_config('sw-logo-desktop') }}{% endblock %}\"/>
  1320.                 <meta name=\"twitter:card\"
  1321.                       content=\"{% block layout_head_meta_tags_card_twitter %}summary{% endblock %}\"/>
  1322.                 <meta name=\"twitter:site\"
  1323.                       content=\"{% block layout_head_meta_tags_sitename_twitter %}{{ basicConfig.shopName }}{% endblock %}\"/>
  1324.                 <meta name=\"twitter:title\"
  1325.                       content=\"{% block layout_head_meta_tags_title_twitter %}{{ metaTitle }}{% endblock %}\"/>
  1326.                 <meta name=\"twitter:description\"
  1327.                       content=\"{% block layout_head_meta_tags_description_twitter %}{{ metaDescription }}{% endblock %}\"/>
  1328.                 <meta name=\"twitter:image\"
  1329.                       content=\"{% block layout_head_meta_tags_image_twitter %}{{ theme_config('sw-logo-desktop') }}{% endblock %}\"/>
  1330.             {% endblock %}
  1331.             {% block layout_head_meta_tags_schema_webpage %}
  1332.                 <meta itemprop=\"copyrightHolder\"
  1333.                       content=\"{% block layout_head_meta_tags_copyright_holder %}{{ basicConfig.shopName }}{% endblock %}\"/>
  1334.                 <meta itemprop=\"copyrightYear\"
  1335.                       content=\"{% block layout_head_meta_tags_copyright_year %}{{ metaInformation.copyrightYear|striptags }}{% endblock %}\"/>
  1336.                 <meta itemprop=\"isFamilyFriendly\"
  1337.                       content=\"{% block layout_head_meta_tags_family_friendly %}{% if basicConfig.familyFriendly %}true{% else %}false{% endif %}{% endblock %}\"/>
  1338.                 <meta itemprop=\"image\"
  1339.                       content=\"{% block layout_head_meta_tags_image_meta %}{{ theme_config('sw-logo-desktop') }}{% endblock %}\"/>
  1340.             {% endblock %}
  1341.             {% block layout_head_meta_tags_hreflangs %}
  1342.                 {% for link in hrefLang %}
  1343.                     <link rel=\"alternate\" hreflang=\"{{ link.locale }}\" href=\"{{ link.url }}\" />
  1344.                 {% endfor %}
  1345.             {% endblock %}
  1346.         {% endblock %}
  1347.         {% block layout_head_favicon %}
  1348.             <link rel=\"shortcut icon\"
  1349.                   href=\"{{ theme_config('sw-logo-favicon') }}\">
  1350.         {% endblock %}
  1351.         {% block layout_head_apple %}
  1352.             {% if theme_config('sw-logo-share') %}
  1353.             <link rel=\"apple-touch-icon\"
  1354.                   sizes=\"180x180\"
  1355.                   href=\"{{ theme_config('sw-logo-share') }}\">
  1356.             {% endif %}
  1357.         {% endblock %}
  1358.         {% block layout_head_android %}
  1359.             {# @deprecated tag:v6.5.0 - Use the block above, \"layout_head_apple\", instead #}
  1360.         {% endblock %}
  1361.         {% block layout_head_canonical %}
  1362.             {% if page.metaInformation.canonical %}
  1363.                 <link rel=\"canonical\" href=\"{{ page.metaInformation.canonical }}\" />
  1364.             {% endif %}
  1365.         {% endblock %}
  1366.         {% block layout_head_title %}
  1367.             <title itemprop=\"name\">{% apply spaceless %}
  1368.                 {% block layout_head_title_inner %}
  1369.                     {{ metaTitle }}
  1370.                 {% endblock %}
  1371.             {% endapply %}</title>
  1372.         {% endblock %}
  1373.         {% block layout_head_stylesheet %}
  1374.             {% if isHMRMode %}
  1375.                 {# CSS will be loaded from the JS automatically #}
  1376.             {% else %}
  1377.                 {% set assets = theme_config('assets.css') %}
  1378.                 {% for file in assets %}
  1379.                     <link rel=\"stylesheet\"
  1380.                       href=\"{{ asset(file, 'theme') }}\">
  1381.                 {% endfor %}
  1382.             {% endif %}
  1383.         {% endblock %}
  1384.         {% block layout_head_javascript_feature %}
  1385.             {% sw_include \"@Storefront/storefront/component/feature.html.twig\" %}
  1386.         {% endblock %}
  1387.         {# Block for tracking scripts which are required to include in the `head` section of the document #}
  1388.         {% block layout_head_javascript_tracking %}
  1389.             {% sw_include \"@Storefront/storefront/component/analytics.html.twig\" %}
  1390.         {% endblock %}
  1391.         {% block layout_head_javascript_recaptcha %}
  1392.             {% sw_include \"@Storefront/storefront/component/recaptcha.html.twig\" %}
  1393.         {% endblock %}
  1394.         {% block layout_head_javascript_token %}
  1395.         {% endblock %}
  1396.         {% if config('core.basicInformation.useDefaultCookieConsent') %}
  1397.             {% block layout_head_javascript_cookie_state %}
  1398.                 <script>
  1399.                     window.useDefaultCookieConsent = true;
  1400.                 </script>
  1401.             {% endblock %}
  1402.         {% endif %}
  1403.         {% if feature('FEATURE_NEXT_15917') %}
  1404.             {% block layout_head_javascript_router %}
  1405.                 {# Register all routes that will be needed in JavaScript to the window.router object #}
  1406.                 <script>
  1407.                     window.activeNavigationId = '{{ page.header.navigation.active.id }}';
  1408.                     window.router = {
  1409.                         'frontend.cart.offcanvas': '{{ path('frontend.cart.offcanvas') }}',
  1410.                         'frontend.cookie.offcanvas': '{{ path('frontend.cookie.offcanvas') }}',
  1411.                         'frontend.checkout.finish.page': '{{ path('frontend.checkout.finish.page') }}',
  1412.                         'frontend.checkout.info': '{{ path('frontend.checkout.info') }}',
  1413.                         'frontend.menu.offcanvas': '{{ path('frontend.menu.offcanvas') }}',
  1414.                         'frontend.cms.page': '{{ path('frontend.cms.page') }}',
  1415.                         'frontend.cms.navigation.page': '{{ path('frontend.cms.navigation.page') }}',
  1416.                         'frontend.account.addressbook': '{{ path('frontend.account.addressbook') }}',
  1417.                         {# @deprecated tag:v6.5.0 - Route frontend.csrf.generateToken will be removed. #}
  1418.                         'frontend.csrf.generateToken': '{{ path('frontend.csrf.generateToken') }}',
  1419.                         'frontend.country.country-data': '{{ path('frontend.country.country.data') }}',
  1420.                         'frontend.store-api.proxy': '{{ path('frontend.store-api.proxy') }}',
  1421.                     };
  1422.                     {# @deprecated tag:v6.5.0 - storeApiProxyToken will be removed. #}
  1423.                     window.storeApiProxyToken = '{{ sw_csrf(\"frontend.store-api.proxy\", {\"mode\": \"token\"}) }}';
  1424.                     window.salesChannelId = '{{ app.request.attributes.get('sw-sales-channel-id') }}';
  1425.                 </script>
  1426.             {% endblock %}
  1427.             {% block layout_head_javascript_breakpoints %}
  1428.                 {# Register the available viewport breakpoints the window.breakpoints object #}
  1429.                 <script>
  1430.                     {% set breakpoint = {
  1431.                         'xs': theme_config('breakpoint.xs'),
  1432.                         'sm': theme_config('breakpoint.sm'),
  1433.                         'md': theme_config('breakpoint.md'),
  1434.                         'lg': theme_config('breakpoint.lg'),
  1435.                         'xl': theme_config('breakpoint.xl')
  1436.                     } %}
  1437.                     window.breakpoints = {{ breakpoint|json_encode()|raw }};
  1438.                 </script>
  1439.             {% endblock %}
  1440.             {# @deprecated tag:v6.5.0 - Block layout_head_javascript_csrf will be removed. #}
  1441.             {% block layout_head_javascript_csrf %}
  1442.                 <script>
  1443.                     window.csrf = {
  1444.                         'enabled': '{{ shopware.csrfEnabled }}',
  1445.                         'mode': '{{ shopware.csrfMode }}'
  1446.                     }
  1447.                 </script>
  1448.             {% endblock %}
  1449.             {% if config('core.cart.wishlistEnabled') %}
  1450.                 {% block layout_head_javascript_wishlist_state %}
  1451.                     <script>
  1452.                         window.customerLoggedInState = {{ context.customer is not null and not context.customer.guest ? 1 : 0 }};
  1453.                         window.wishlistEnabled = {{ config('core.cart.wishlistEnabled') }};
  1454.                     </script>
  1455.                 {% endblock %}
  1456.             {% endif %}
  1457.             {# @internal tag:v6.5.0 - jQuery will be removed from the core. This block can be used to add jQuery as a `<script>`. #}
  1458.             {% block layout_head_javascript_jquery %}
  1459.             {% endblock %}
  1460.             {% block layout_head_javascript_hmr_mode %}
  1461.                 {% if isHMRMode %}
  1462.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\" defer></script>
  1463.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\" defer></script>
  1464.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\" defer></script>
  1465.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\" defer></script>
  1466.                     {# The storefront entry is a combined entry point which contains all plugins & themes #}
  1467.                     <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\" defer></script>
  1468.                 {% else %}
  1469.                     {% for file in theme_config('assets.js') %}
  1470.                         <script type=\"text/javascript\" src=\"{{ asset(file, 'theme') }}\" defer></script>
  1471.                     {% endfor %}
  1472.                 {% endif %}
  1473.             {% endblock %}
  1474.         {% endif %}
  1475.     </head>
  1476. {% endblock %}
  1477. ""@EmovaWbTheme/storefront/layout/meta.html.twig""/var/www/shop.emova.de/html/custom/plugins/EmovaWbTheme/src/Resources/views/storefront/layout/meta.html.twig");
  1478.     }
  1479. }