var/cache/dev_h26fc1d3ced58b74b5f4567241d28daec/twig/c6/c67e5c2d7b2ca0a1bf18b57e4d7157ac375609321c6fd7321b563aee0f028e37.php line 167

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