<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @HBCTheme/storefront/base.html.twig */
class __TwigTemplate_fbd77061cbce558d54611ec777e1b6ae extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'base_doctype' => [$this, 'block_base_doctype'],
'base_html' => [$this, 'block_base_html'],
'base_head' => [$this, 'block_base_head'],
'base_body' => [$this, 'block_base_body'],
'base_body_classes' => [$this, 'block_base_body_classes'],
'base_body_inner' => [$this, 'block_base_body_inner'],
'base_noscript' => [$this, 'block_base_noscript'],
'base_header' => [$this, 'block_base_header'],
'base_header_inner' => [$this, 'block_base_header_inner'],
'base_navigation' => [$this, 'block_base_navigation'],
'base_offcanvas_navigation' => [$this, 'block_base_offcanvas_navigation'],
'base_offcanvas_navigation_inner' => [$this, 'block_base_offcanvas_navigation_inner'],
'base_main' => [$this, 'block_base_main'],
'base_flashbags' => [$this, 'block_base_flashbags'],
'base_main_inner' => [$this, 'block_base_main_inner'],
'base_main_container' => [$this, 'block_base_main_container'],
'base_breadcrumb' => [$this, 'block_base_breadcrumb'],
'base_content' => [$this, 'block_base_content'],
'base_footer' => [$this, 'block_base_footer'],
'base_footer_inner' => [$this, 'block_base_footer_inner'],
'base_scroll_up' => [$this, 'block_base_scroll_up'],
'base_cookie_permission' => [$this, 'block_base_cookie_permission'],
'base_pseudo_modal' => [$this, 'block_base_pseudo_modal'],
'base_body_script' => [$this, 'block_base_body_script'],
'base_script_token' => [$this, 'block_base_script_token'],
'base_script_router' => [$this, 'block_base_script_router'],
'base_script_breakpoints' => [$this, 'block_base_script_breakpoints'],
'base_script_csrf' => [$this, 'block_base_script_csrf'],
'base_script_wishlist_state' => [$this, 'block_base_script_wishlist_state'],
'base_script_hmr_mode' => [$this, 'block_base_script_hmr_mode'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@HBCTheme/storefront/base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@HBCTheme/storefront/base.html.twig"));
echo "<!-- INCLUDE BEGIN @HBCTheme/storefront/base.html.twig (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
// line 2
$context["isHMRMode"] = (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 2), "headers", [], "any", false, false, false, 2), "get", [0 => "hot-reload-mode"], "method", false, false, false, 2) && (twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "environment", [], "any", false, false, false, 2) == "dev"));
// line 3
echo "
";
// line 4
$this->displayBlock('base_doctype', $context, $blocks);
// line 7
echo "
";
// line 8
$this->displayBlock('base_html', $context, $blocks);
// line 13
echo "
";
// line 14
$this->displayBlock('base_head', $context, $blocks);
// line 17
echo "
";
// line 18
$this->displayBlock('base_body', $context, $blocks);
// line 191
echo "</html>
";
// line 0
echo "<!-- INCLUDE END @HBCTheme/storefront/base.html.twig -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
public function block_base_doctype($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_doctype"));
// line 0
echo "<!-- BLOCK BEGIN base_doctype (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_doctype"));
// line 5
echo "<!DOCTYPE html>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_doctype -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 8
public function block_base_html($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_html"));
// line 0
echo "<!-- BLOCK BEGIN base_html (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_html"));
// line 9
echo "<html lang=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 9), "locale", [], "any", false, false, false, 9), "html", null, true);
echo "\"
itemscope=\"itemscope\"
itemtype=\"https://schema.org/WebPage\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_html -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 14
public function block_base_head($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_head"));
// line 0
echo "<!-- BLOCK BEGIN base_head (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_head"));
// line 15
echo " ";
$this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@HBCTheme/storefront/base.html.twig", 15)->display($context);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_head -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 18
public function block_base_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body"));
// line 0
echo "<!-- BLOCK BEGIN base_body (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body"));
// line 19
echo " <body class=\"";
$this->displayBlock('base_body_classes', $context, $blocks);
echo "\">
";
// line 21
ob_start();
// line 22
echo " ";
$this->displayBlock('base_body_inner', $context, $blocks);
// line 91
echo " ";
$___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 21
echo twig_replace_filter($___internal_parse_0_, ["®" => "<sup>®</sup>"]);
// line 92
echo "
";
// line 93
$this->displayBlock('base_scroll_up', $context, $blocks);
// line 96
echo "
";
// line 97
$this->displayBlock('base_cookie_permission', $context, $blocks);
// line 100
echo "
";
// line 101
$this->displayBlock('base_pseudo_modal', $context, $blocks);
// line 104
echo "
";
// line 105
$this->displayBlock('base_body_script', $context, $blocks);
// line 189
echo " </body>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_body -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 19
public function block_base_body_classes($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body_classes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body_classes"));
echo "is-ctl-";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, ($context["controllerName"] ?? null)), "html", null, true);
echo " is-act-";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, ($context["controllerAction"] ?? null)), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 22
public function block_base_body_inner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body_inner"));
// line 0
echo "<!-- BLOCK BEGIN base_body_inner (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body_inner"));
// line 23
echo " ";
$this->displayBlock('base_noscript', $context, $blocks);
// line 31
echo "
";
// line 32
$this->displayBlock('base_header', $context, $blocks);
// line 39
echo "
";
// line 41
echo " ";
$this->displayBlock('base_navigation', $context, $blocks);
// line 43
echo "
";
// line 44
$this->displayBlock('base_offcanvas_navigation', $context, $blocks);
// line 53
echo "
";
// line 54
$this->displayBlock('base_main', $context, $blocks);
// line 82
echo "
";
// line 83
$this->displayBlock('base_footer', $context, $blocks);
// line 90
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_body_inner -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 23
public function block_base_noscript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_noscript"));
// line 0
echo "<!-- BLOCK BEGIN base_noscript (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_noscript"));
// line 24
echo " <noscript class=\"noscript-main\">
";
// line 25
$this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig", "@HBCTheme/storefront/base.html.twig", 25)->display(twig_array_merge($context, ["type" => "info", "content" => $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.noscriptNotice"))]));
// line 29
echo " </noscript>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_noscript -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 32
public function block_base_header($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_header"));
// line 0
echo "<!-- BLOCK BEGIN base_header (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_header"));
// line 33
echo " <header class=\"header-main\" id=\"header-main\">
";
// line 34
$this->displayBlock('base_header_inner', $context, $blocks);
// line 37
echo " </header>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_header -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 34
public function block_base_header_inner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_header_inner"));
// line 0
echo "<!-- BLOCK BEGIN base_header_inner (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_header_inner"));
// line 35
echo " ";
$this->loadTemplate("@HBCTheme/storefront/layout/header/header.html.twig", "@HBCTheme/storefront/base.html.twig", 35)->display($context);
// line 36
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_header_inner -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 41
public function block_base_navigation($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_navigation"));
// line 0
echo "<!-- BLOCK BEGIN base_navigation (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_navigation"));
// line 42
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_navigation -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 44
public function block_base_offcanvas_navigation($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_offcanvas_navigation"));
// line 0
echo "<!-- BLOCK BEGIN base_offcanvas_navigation (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_offcanvas_navigation"));
// line 45
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 45), "navigation", [], "any", false, false, false, 45)) {
// line 46
echo " <div class=\"d-none js-navigation-offcanvas-initial-content";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "salesChannel", [], "any", false, false, false, 46), "navigationCategoryId", [], "any", false, false, false, 46) == twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 46), "navigation", [], "any", false, false, false, 46), "active", [], "any", false, false, false, 46), "id", [], "any", false, false, false, 46))) {
echo " is-root";
}
echo "\">
";
// line 47
$this->displayBlock('base_offcanvas_navigation_inner', $context, $blocks);
// line 50
echo " </div>
";
}
// line 52
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_offcanvas_navigation -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 47
public function block_base_offcanvas_navigation_inner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_offcanvas_navigation_inner"));
// line 0
echo "<!-- BLOCK BEGIN base_offcanvas_navigation_inner (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_offcanvas_navigation_inner"));
// line 48
echo " ";
$this->loadTemplate("@HBCTheme/storefront/layout/navigation/offcanvas/navigation.html.twig", "@HBCTheme/storefront/base.html.twig", 48)->display(twig_array_merge($context, ["navigation" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 48), "navigation", [], "any", false, false, false, 48)]));
// line 49
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_offcanvas_navigation_inner -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 54
public function block_base_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main"));
// line 0
echo "<!-- BLOCK BEGIN base_main (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main"));
// line 55
echo " <main class=\"content-main";
if ((twig_lower_filter($this->env, ($context["controllerAction"] ?? null)) == "home")) {
echo " start-page";
}
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "customer", [], "any", false, false, false, 55)) {
echo " customer-logged-in ";
}
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "customer", [], "any", false, false, false, 55) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "customer", [], "any", false, false, false, 55), "groupId", [], "any", false, false, false, 55) == "cfbd5018d38d41d8adca10d94fc8bdd6"))) {
echo " standard-group-login";
}
echo "\">
";
// line 56
$this->displayBlock('base_flashbags', $context, $blocks);
// line 63
echo "
";
// line 64
$this->displayBlock('base_main_inner', $context, $blocks);
// line 80
echo " </main>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_main -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 56
public function block_base_flashbags($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_flashbags"));
// line 0
echo "<!-- BLOCK BEGIN base_flashbags (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_flashbags"));
// line 57
echo " <div class=\"flashbags container\">
";
// line 58
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "flashes", [], "any", false, false, false, 58));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
// line 59
echo " ";
$this->loadTemplate("@Storefront/storefront/utilities/alert.html.twig", "@HBCTheme/storefront/base.html.twig", 59)->display(twig_array_merge($context, ["type" => $context["type"], "list" => $context["messages"]]));
// line 60
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 61
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_flashbags -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 64
public function block_base_main_inner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main_inner"));
// line 0
echo "<!-- BLOCK BEGIN base_main_inner (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main_inner"));
// line 65
echo " <div class=\"container\">
";
// line 66
$this->displayBlock('base_main_container', $context, $blocks);
// line 78
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_main_inner -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 66
public function block_base_main_container($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main_container"));
// line 0
echo "<!-- BLOCK BEGIN base_main_container (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_main_container"));
// line 67
echo " <div class=\"container-main\">
";
// line 68
$this->displayBlock('base_breadcrumb', $context, $blocks);
// line 74
echo "
";
// line 75
$this->displayBlock('base_content', $context, $blocks);
// line 76
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_main_container -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 68
public function block_base_breadcrumb($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_breadcrumb"));
// line 0
echo "<!-- BLOCK BEGIN base_breadcrumb (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_breadcrumb"));
// line 69
echo " ";
$this->loadTemplate("@Storefront/storefront/layout/breadcrumb.html.twig", "@HBCTheme/storefront/base.html.twig", 69)->display(twig_to_array(["context" => // line 70
($context["context"] ?? null), "category" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 71
($context["page"] ?? null), "product", [], "any", false, false, false, 71), "seoCategory", [], "any", false, false, false, 71)]));
// line 73
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_breadcrumb -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 75
public function block_base_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_content"));
// line 0
echo "<!-- BLOCK BEGIN base_content (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
echo "<!-- BLOCK END base_content -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 83
public function block_base_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_footer"));
// line 0
echo "<!-- BLOCK BEGIN base_footer (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_footer"));
// line 84
echo " <footer class=\"footer-main\">
";
// line 85
$this->displayBlock('base_footer_inner', $context, $blocks);
// line 88
echo " </footer>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_footer -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 85
public function block_base_footer_inner($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_footer_inner"));
// line 0
echo "<!-- BLOCK BEGIN base_footer_inner (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_footer_inner"));
// line 86
echo " ";
$this->loadTemplate("@HBCTheme/storefront/layout/footer/footer.html.twig", "@HBCTheme/storefront/base.html.twig", 86)->display($context);
// line 87
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_footer_inner -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 93
public function block_base_scroll_up($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_scroll_up"));
// line 0
echo "<!-- BLOCK BEGIN base_scroll_up (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_scroll_up"));
// line 94
echo " ";
$this->loadTemplate("@Storefront/storefront/layout/scroll-up.html.twig", "@HBCTheme/storefront/base.html.twig", 94)->display($context);
// line 95
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_scroll_up -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 97
public function block_base_cookie_permission($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_cookie_permission"));
// line 0
echo "<!-- BLOCK BEGIN base_cookie_permission (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_cookie_permission"));
// line 98
echo " ";
$this->loadTemplate("@Storefront/storefront/layout/cookie/cookie-permission.html.twig", "@HBCTheme/storefront/base.html.twig", 98)->display($context);
// line 99
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_cookie_permission -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 101
public function block_base_pseudo_modal($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_pseudo_modal"));
// line 0
echo "<!-- BLOCK BEGIN base_pseudo_modal (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_pseudo_modal"));
// line 102
echo " ";
$this->loadTemplate("@Storefront/storefront/component/pseudo-modal.html.twig", "@HBCTheme/storefront/base.html.twig", 102)->display($context);
// line 103
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_pseudo_modal -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 105
public function block_base_body_script($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body_script"));
// line 0
echo "<!-- BLOCK BEGIN base_body_script (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_body_script"));
// line 106
echo " ";
if ( !$this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("FEATURE_NEXT_15917")) {
// line 107
echo "
";
// line 109
echo " ";
$this->displayBlock('base_script_token', $context, $blocks);
// line 111
echo "
";
// line 113
echo " ";
$this->displayBlock('base_script_router', $context, $blocks);
// line 134
echo "
";
// line 136
echo " ";
$this->displayBlock('base_script_breakpoints', $context, $blocks);
// line 150
echo "
";
// line 152
echo " ";
$this->displayBlock('base_script_csrf', $context, $blocks);
// line 160
echo "
";
// line 161
if ($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "core.cart.wishlistEnabled")) {
// line 162
echo " ";
// line 163
echo " ";
$this->displayBlock('base_script_wishlist_state', $context, $blocks);
// line 170
echo " ";
}
// line 171
echo "
";
// line 173
echo " ";
$this->displayBlock('base_script_hmr_mode', $context, $blocks);
// line 187
echo " ";
}
// line 188
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_body_script -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 109
public function block_base_script_token($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_token"));
// line 0
echo "<!-- BLOCK BEGIN base_script_token (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_token"));
// line 110
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_script_token -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 113
public function block_base_script_router($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_router"));
// line 0
echo "<!-- BLOCK BEGIN base_script_router (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_router"));
// line 114
echo " ";
// line 115
echo " <script>
window.activeNavigationId = '";
// line 116
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "header", [], "any", false, false, false, 116), "navigation", [], "any", false, false, false, 116), "active", [], "any", false, false, false, 116), "id", [], "any", false, false, false, 116), "html", null, true);
echo "';
window.router = {
'frontend.cart.offcanvas': '";
// line 118
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cart.offcanvas");
echo "',
'frontend.cookie.offcanvas': '";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cookie.offcanvas");
echo "',
'frontend.checkout.finish.page': '";
// line 120
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.finish.page");
echo "',
'frontend.checkout.info': '";
// line 121
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.info");
echo "',
'frontend.menu.offcanvas': '";
// line 122
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.menu.offcanvas");
echo "',
'frontend.cms.page': '";
// line 123
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.page");
echo "',
'frontend.cms.navigation.page': '";
// line 124
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.cms.navigation.page");
echo "',
'frontend.account.addressbook': '";
// line 125
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.account.addressbook");
echo "',
'frontend.csrf.generateToken': '";
// line 126
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.csrf.generateToken");
echo "',
'frontend.country.country-data': '";
// line 127
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.country.country.data");
echo "',
'frontend.store-api.proxy': '";
// line 128
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.store-api.proxy");
echo "',
};
window.storeApiProxyToken = '";
// line 130
echo $this->extensions['Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension']->createCsrfPlaceholder("frontend.store-api.proxy", ["mode" => "token"]);
echo "';
window.salesChannelId = '";
// line 131
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 131), "attributes", [], "any", false, false, false, 131), "get", [0 => "sw-sales-channel-id"], "method", false, false, false, 131), "html", null, true);
echo "';
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_script_router -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 136
public function block_base_script_breakpoints($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_breakpoints"));
// line 0
echo "<!-- BLOCK BEGIN base_script_breakpoints (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_breakpoints"));
// line 137
echo " ";
// line 138
echo " <script>
";
// line 139
$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")];
// line 146
echo "
window.breakpoints = ";
// line 147
echo $this->env->getFilter('json_encode')->getCallable()(($context["breakpoint"] ?? null));
echo ";
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_script_breakpoints -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 152
public function block_base_script_csrf($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_csrf"));
// line 0
echo "<!-- BLOCK BEGIN base_script_csrf (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_csrf"));
// line 153
echo " <script>
window.csrf = {
'enabled': '";
// line 155
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["shopware"] ?? null), "csrfEnabled", [], "any", false, false, false, 155), "html", null, true);
echo "',
'mode': '";
// line 156
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["shopware"] ?? null), "csrfMode", [], "any", false, false, false, 156), "html", null, true);
echo "'
}
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_script_csrf -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 163
public function block_base_script_wishlist_state($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_wishlist_state"));
// line 0
echo "<!-- BLOCK BEGIN base_script_wishlist_state (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_wishlist_state"));
// line 164
echo " <script>
window.customerLoggedInState = ";
// line 165
echo ((( !(null === twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "customer", [], "any", false, false, false, 165)) && !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["context"] ?? null), "customer", [], "any", false, false, false, 165), "guest", [], "any", false, false, false, 165))) ? (1) : (0));
echo ";
window.wishlistEnabled = ";
// line 167
echo twig_escape_filter($this->env, $this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->config($context, "core.cart.wishlistEnabled"), "html", null, true);
echo ";
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_script_wishlist_state -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 173
public function block_base_script_hmr_mode($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_hmr_mode"));
// line 0
echo "<!-- BLOCK BEGIN base_script_hmr_mode (custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig) -->";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "base_script_hmr_mode"));
// line 174
echo " ";
if (($context["isHMRMode"] ?? null)) {
// line 175
echo " <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\"></script>
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\"></script>
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\"></script>
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\"></script>
";
// line 180
echo " <script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\"></script>
";
} else {
// line 182
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->extensions['Shopware\Storefront\Framework\Twig\Extension\ConfigExtension']->theme($context, "assets.js"));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 183
echo " <script type=\"text/javascript\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["file"], "theme"), "html", null, true);
echo "\"></script>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 185
echo " ";
}
// line 186
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
// line 0
echo "<!-- BLOCK END base_script_hmr_mode -->";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@HBCTheme/storefront/base.html.twig";
}
public function getDebugInfo()
{
return array ( 1202 => 0, 1197 => 186, 1194 => 185, 1185 => 183, 1180 => 182, 1176 => 180, 1170 => 175, 1167 => 174, 1162 => 0, 1155 => 173, 1148 => 0, 1140 => 167, 1135 => 165, 1132 => 164, 1127 => 0, 1120 => 163, 1113 => 0, 1104 => 156, 1100 => 155, 1096 => 153, 1091 => 0, 1084 => 152, 1077 => 0, 1069 => 147, 1066 => 146, 1064 => 139, 1061 => 138, 1059 => 137, 1054 => 0, 1047 => 136, 1040 => 0, 1032 => 131, 1028 => 130, 1023 => 128, 1019 => 127, 1015 => 126, 1011 => 125, 1007 => 124, 1003 => 123, 999 => 122, 995 => 121, 991 => 120, 987 => 119, 983 => 118, 978 => 116, 975 => 115, 973 => 114, 968 => 0, 961 => 113, 954 => 0, 949 => 110, 944 => 0, 937 => 109, 930 => 0, 925 => 188, 922 => 187, 919 => 173, 916 => 171, 913 => 170, 910 => 163, 908 => 162, 906 => 161, 903 => 160, 900 => 152, 897 => 150, 894 => 136, 891 => 134, 888 => 113, 885 => 111, 882 => 109, 879 => 107, 876 => 106, 871 => 0, 864 => 105, 857 => 0, 852 => 103, 849 => 102, 844 => 0, 837 => 101, 830 => 0, 825 => 99, 822 => 98, 817 => 0, 810 => 97, 803 => 0, 798 => 95, 795 => 94, 790 => 0, 783 => 93, 776 => 0, 771 => 87, 768 => 86, 763 => 0, 756 => 85, 749 => 0, 743 => 88, 741 => 85, 738 => 84, 733 => 0, 726 => 83, 712 => 0, 705 => 75, 698 => 0, 693 => 73, 691 => 71, 690 => 70, 688 => 69, 683 => 0, 676 => 68, 669 => 0, 663 => 76, 661 => 75, 658 => 74, 656 => 68, 653 => 67, 648 => 0, 641 => 66, 634 => 0, 628 => 78, 626 => 66, 623 => 65, 618 => 0, 611 => 64, 604 => 0, 598 => 61, 584 => 60, 581 => 59, 564 => 58, 561 => 57, 556 => 0, 549 => 56, 542 => 0, 536 => 80, 534 => 64, 531 => 63, 529 => 56, 514 => 55, 509 => 0, 502 => 54, 495 => 0, 490 => 49, 487 => 48, 482 => 0, 475 => 47, 468 => 0, 463 => 52, 459 => 50, 457 => 47, 450 => 46, 447 => 45, 442 => 0, 435 => 44, 428 => 0, 423 => 42, 418 => 0, 411 => 41, 404 => 0, 399 => 36, 396 => 35, 391 => 0, 384 => 34, 377 => 0, 371 => 37, 369 => 34, 366 => 33, 361 => 0, 354 => 32, 347 => 0, 341 => 29, 339 => 25, 336 => 24, 331 => 0, 324 => 23, 317 => 0, 312 => 90, 310 => 83, 307 => 82, 305 => 54, 302 => 53, 300 => 44, 297 => 43, 294 => 41, 291 => 39, 289 => 32, 286 => 31, 283 => 23, 278 => 0, 271 => 22, 249 => 19, 242 => 0, 236 => 189, 234 => 105, 231 => 104, 229 => 101, 226 => 100, 224 => 97, 221 => 96, 219 => 93, 216 => 92, 214 => 21, 211 => 91, 208 => 22, 206 => 21, 200 => 19, 195 => 0, 188 => 18, 181 => 0, 175 => 15, 170 => 0, 163 => 14, 156 => 0, 146 => 9, 141 => 0, 134 => 8, 127 => 0, 121 => 5, 116 => 0, 109 => 4, 99 => 0, 96 => 191, 94 => 18, 91 => 17, 89 => 14, 86 => 13, 84 => 8, 81 => 7, 79 => 4, 76 => 3, 74 => 2,);
}
public function getSourceContext()
{
return new Source("{# Set variable to \"true\" to enable HMR (hot page reloading) mode #}
{% set isHMRMode = app.request.headers.get('hot-reload-mode') and app.environment == 'dev' %}
{% block base_doctype %}
<!DOCTYPE html>
{% endblock %}
{% block base_html %}
<html lang=\"{{ app.request.locale }}\"
itemscope=\"itemscope\"
itemtype=\"https://schema.org/WebPage\">
{% endblock %}
{% block base_head %}
{% sw_include '@Storefront/storefront/layout/meta.html.twig' %}
{% endblock %}
{% block base_body %}
<body class=\"{% block base_body_classes %}is-ctl-{{ controllerName|lower }} is-act-{{ controllerAction|lower }}{% endblock %}\">
{% apply replace({\"®\": \"<sup>®</sup>\"})|raw %}
{% block base_body_inner %}
{% block base_noscript %}
<noscript class=\"noscript-main\">
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
type: 'info',
content: 'general.noscriptNotice'|trans|sw_sanitize
} %}
</noscript>
{% endblock %}
{% block base_header %}
<header class=\"header-main\" id=\"header-main\">
{% block base_header_inner %}
{% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
{% endblock %}
</header>
{% endblock %}
{# Emptied Navigation on this position, because of no need for it. #}
{% block base_navigation %}
{% endblock %}
{% block base_offcanvas_navigation %}
{% if page.header.navigation %}
<div class=\"d-none js-navigation-offcanvas-initial-content{% if context.salesChannel.navigationCategoryId == page.header.navigation.active.id %} is-root{% endif %}\">
{% block base_offcanvas_navigation_inner %}
{% sw_include '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' with { navigation: page.header.navigation } %}
{% endblock %}
</div>
{% endif %}
{% endblock %}
{% block base_main %}
<main class=\"content-main{% if controllerAction|lower == \"home\" %} start-page{% endif %} {% if context.customer %} customer-logged-in {% endif %} {% if context.customer and context.customer.groupId == \"cfbd5018d38d41d8adca10d94fc8bdd6\" %} standard-group-login{% endif %}\">
{% block base_flashbags %}
<div class=\"flashbags container\">
{% for type, messages in app.flashes %}
{% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %}
{% endfor %}
</div>
{% endblock %}
{% block base_main_inner %}
<div class=\"container\">
{% block base_main_container %}
<div class=\"container-main\">
{% block base_breadcrumb %}
{% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
context: context,
category: page.product.seoCategory
} only %}
{% endblock %}
{% block base_content %}{% endblock %}
</div>
{% endblock %}
</div>
{% endblock %}
</main>
{% endblock %}
{% block base_footer %}
<footer class=\"footer-main\">
{% block base_footer_inner %}
{% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}
{% endblock %}
</footer>
{% endblock %}
{% endblock %}
{% endapply %}
{% block base_scroll_up %}
{% sw_include '@Storefront/storefront/layout/scroll-up.html.twig' %}
{% endblock %}
{% block base_cookie_permission %}
{% sw_include '@Storefront/storefront/layout/cookie/cookie-permission.html.twig' %}
{% endblock %}
{% block base_pseudo_modal %}
{% sw_include '@Storefront/storefront/component/pseudo-modal.html.twig' %}
{% endblock %}
{% block base_body_script %}
{% if not feature('FEATURE_NEXT_15917') %}
{# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_token` instead #}
{% block base_script_token %}
{% endblock %}
{# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_router` instead #}
{% block base_script_router %}
{# Register all routes that will be needed in JavaScript to the window.router object #}
<script>
window.activeNavigationId = '{{ page.header.navigation.active.id }}';
window.router = {
'frontend.cart.offcanvas': '{{ path('frontend.cart.offcanvas') }}',
'frontend.cookie.offcanvas': '{{ path('frontend.cookie.offcanvas') }}',
'frontend.checkout.finish.page': '{{ path('frontend.checkout.finish.page') }}',
'frontend.checkout.info': '{{ path('frontend.checkout.info') }}',
'frontend.menu.offcanvas': '{{ path('frontend.menu.offcanvas') }}',
'frontend.cms.page': '{{ path('frontend.cms.page') }}',
'frontend.cms.navigation.page': '{{ path('frontend.cms.navigation.page') }}',
'frontend.account.addressbook': '{{ path('frontend.account.addressbook') }}',
'frontend.csrf.generateToken': '{{ path('frontend.csrf.generateToken') }}',
'frontend.country.country-data': '{{ path('frontend.country.country.data') }}',
'frontend.store-api.proxy': '{{ path('frontend.store-api.proxy') }}',
};
window.storeApiProxyToken = '{{ sw_csrf(\"frontend.store-api.proxy\", {\"mode\": \"token\"}) }}';
window.salesChannelId = '{{ app.request.attributes.get('sw-sales-channel-id') }}';
</script>
{% endblock %}
{# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_breakpoints` instead #}
{% block base_script_breakpoints %}
{# Register the available viewport breakpoints the window.breakpoints object #}
<script>
{% set breakpoint = {
'xs': theme_config('breakpoint.xs'),
'sm': theme_config('breakpoint.sm'),
'md': theme_config('breakpoint.md'),
'lg': theme_config('breakpoint.lg'),
'xl': theme_config('breakpoint.xl')
} %}
window.breakpoints = {{ breakpoint|json_encode()|raw }};
</script>
{% endblock %}
{# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_csrf` instead #}
{% block base_script_csrf %}
<script>
window.csrf = {
'enabled': '{{ shopware.csrfEnabled }}',
'mode': '{{ shopware.csrfMode }}'
}
</script>
{% endblock %}
{% if config('core.cart.wishlistEnabled') %}
{# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_wishlist_state` instead #}
{% block base_script_wishlist_state %}
<script>
window.customerLoggedInState = {{ context.customer is not null and not context.customer.guest ? 1 : 0 }};
window.wishlistEnabled = {{ config('core.cart.wishlistEnabled') }};
</script>
{% endblock %}
{% endif %}
{# @deprecated tag:v6.5.0 - Will be moved to `layout/meta.html.twig` - Use block `layout_head_javascript_hmr_mode` instead #}
{% block base_script_hmr_mode %}
{% if isHMRMode %}
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-node.js\"></script>
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/vendor-shared.js\"></script>
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/runtime.js\"></script>
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/app.js\"></script>
{# The storefront entry is a combined entry point which contains all plugins & themes #}
<script type=\"text/javascript\" src=\"/_webpack_hot_proxy_/js/storefront.js\"></script>
{% else %}
{% for file in theme_config('assets.js') %}
<script type=\"text/javascript\" src=\"{{ asset(file, 'theme') }}\"></script>
{% endfor %}
{% endif %}
{% endblock %}
{% endif %}
{% endblock %}
</body>
{% endblock %}
</html>
", "@HBCTheme/storefront/base.html.twig", "/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/custom/plugins/HBCTheme/src/Resources/views/storefront/base.html.twig");
}
}