var/cache/dev_h65d747900ed0ab607884081b15e7c213/twig/cb/cb8226f1e30aa0b80f34f522e873479a56f6cfca5a9b2d3eadba2fcfc4bdd3c6.php line 130

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