var/cache/dev/twig/b4/b49680468e91cd89a32f7b4133a61fcc.php line 321

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @SyliusShop/layout.html.twig */
  14. class __TwigTemplate_6f275404a6a3b1731d71b2cfec278d4c extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'metatags' => [$this'block_metatags'],
  26.             'links' => [$this'block_links'],
  27.             'stylesheets' => [$this'block_stylesheets'],
  28.             'favicon' => [$this'block_favicon'],
  29.             'header' => [$this'block_header'],
  30.             'shop_header' => [$this'block_shop_header'],
  31.             'main_content' => [$this'block_main_content'],
  32.             'breadcrumb' => [$this'block_breadcrumb'],
  33.             'flashes' => [$this'block_flashes'],
  34.             'content' => [$this'block_content'],
  35.             'footer' => [$this'block_footer'],
  36.             'javascripts' => [$this'block_javascripts'],
  37.         ];
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  46.         // line 1
  47.         echo "<!DOCTYPE html>
  48. <html lang=\"";
  49.         // line 3
  50.         echo twig_escape_filter($this->envtwig_slice($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'3$this->source); })()), "request", [], "any"falsefalsefalse3), "locale", [], "any"falsefalsefalse3), 02), "html"nulltrue);
  51.         echo "\">
  52. <head>
  53.     <meta charset=\"utf-8\">
  54.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  55.     ";
  56.         // line 9
  57.         echo "    ";
  58.         $this->displayBlock('title'$context$blocks);
  59.         // line 12
  60.         echo "    ";
  61.         // line 13
  62.         echo "
  63.     <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">
  64.     ";
  65.         // line 18
  66.         echo "    ";
  67.         $this->displayBlock('metatags'$context$blocks);
  68.         // line 22
  69.         echo "
  70.     ";
  71.         // line 24
  72.         echo "    ";
  73.         $this->displayBlock('links'$context$blocks);
  74.         // line 27
  75.         echo "
  76.     ";
  77.         // line 29
  78.         echo "    ";
  79.         $this->displayBlock('stylesheets'$context$blocks);
  80.         // line 32
  81.         echo "
  82.     ";
  83.         // line 34
  84.         echo "    ";
  85.         $this->displayBlock('favicon'$context$blocks);
  86.         // line 43
  87.         echo "
  88.     ";
  89.         // line 45
  90.         echo "    ";
  91.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.head");
  92.         echo "
  93. </head>
  94. <body class=\"page\">
  95. ";
  96.         // line 49
  97.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.before_body");
  98.         echo "
  99. ";
  100.         // line 52
  101.         $this->displayBlock('header'$context$blocks);
  102.         // line 63
  103.         echo "
  104. ";
  105.         // line 64
  106.         $context["_breadcrumb"] = ((        $this->hasBlock("breadcrumb"$context$blocks)) ? (        $this->renderBlock("breadcrumb"$context$blocks)) : (null));
  107.         // line 65
  108.         echo "
  109. <div class=\"page-main\">
  110.     ";
  111.         // line 69
  112.         echo "    ";
  113.         $this->displayBlock('main_content'$context$blocks);
  114.         // line 84
  115.         echo "</div>
  116. ";
  117.         // line 87
  118.         $this->displayBlock('footer'$context$blocks);
  119.         // line 93
  120.         echo "
  121. ";
  122.         // line 95
  123.         $this->displayBlock('javascripts'$context$blocks);
  124.         // line 98
  125.         echo "
  126. ";
  127.         // line 99
  128.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.after_body");
  129.         echo "
  130. <div class=\"loading-overlay\" data-js-loading-overlay>
  131.     <div class=\"spinner-border\" role=\"status\">
  132.         <span class=\"sr-only\">Loading...</span>
  133.     </div>
  134. </div>
  135. </body>
  136. </html>
  137. ";
  138.         
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  140.         
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  142.     }
  143.     // line 9
  144.     public function block_title($context, array $blocks = [])
  145.     {
  146.         $macros $this->macros;
  147.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  149.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  151.         // line 10
  152.         echo "        ";
  153.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.title", ["resource" => (($context["product"]) ?? (twig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'10$this->source); })()), "channel", [], "any"falsefalsefalse10)))]);
  154.         echo "
  155.     ";
  156.         
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  158.         
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  160.     }
  161.     // line 18
  162.     public function block_metatags($context, array $blocks = [])
  163.     {
  164.         $macros $this->macros;
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  166.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  169.         // line 19
  170.         echo "        ";
  171.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.metatags", ["resource" => (($context["product"]) ?? (twig_get_attribute($this->env$this->source, (isset($context["sylius"]) || array_key_exists("sylius"$context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.'19$this->source); })()), "channel", [], "any"falsefalsefalse19)))]);
  172.         echo "
  173.         ";
  174.         // line 20
  175.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.rich_snippets");
  176.         echo "
  177.     ";
  178.         
  179.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  180.         
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  182.     }
  183.     // line 24
  184.     public function block_links($context, array $blocks = [])
  185.     {
  186.         $macros $this->macros;
  187.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  188.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""links"));
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  190.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""links"));
  191.         // line 25
  192.         echo "        ";
  193.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.links");
  194.         echo "
  195.     ";
  196.         
  197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  198.         
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  200.     }
  201.     // line 29
  202.     public function block_stylesheets($context, array $blocks = [])
  203.     {
  204.         $macros $this->macros;
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  209.         // line 30
  210.         echo "        ";
  211.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.stylesheets");
  212.         echo "
  213.     ";
  214.         
  215.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  216.         
  217.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  218.     }
  219.     // line 34
  220.     public function block_favicon($context, array $blocks = [])
  221.     {
  222.         $macros $this->macros;
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  224.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""favicon"));
  225.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  226.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""favicon"));
  227.         // line 35
  228.         echo "        <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  229.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("apple-touch-icon.png"), "html"nulltrue);
  230.         echo "\">
  231.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  232.         // line 36
  233.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon-32x32.png"), "html"nulltrue);
  234.         echo "\">
  235.         <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  236.         // line 37
  237.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon-16x16.png"), "html"nulltrue);
  238.         echo "\">
  239.         <link rel=\"manifest\" href=\"";
  240.         // line 38
  241.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("site.webmanifest"), "html"nulltrue);
  242.         echo "\">
  243.         <link rel=\"mask-icon\" href=\"";
  244.         // line 39
  245.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("safari-pinned-tab.svg"), "html"nulltrue);
  246.         echo "\" color=\"#005fa9\">
  247.         <meta name=\"msapplication-TileColor\" content=\"#fafafa\">
  248.         <meta name=\"theme-color\" content=\"#fafafa\">
  249.     ";
  250.         
  251.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  252.         
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  254.     }
  255.     // line 52
  256.     public function block_header($context, array $blocks = [])
  257.     {
  258.         $macros $this->macros;
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  263.         // line 53
  264.         echo "    ";
  265.         // line 54
  266.         echo "    ";
  267.         // line 55
  268.         echo "    <header class=\"page-header\">
  269.         <nav class=\"navbar navbar-expand-lg container-fluid navbar-light bg-white border-bottom\">
  270.             ";
  271.         // line 57
  272.         $this->displayBlock('shop_header'$context$blocks);
  273.         // line 60
  274.         echo "        </nav>
  275.     </header>
  276. ";
  277.         
  278.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  279.         
  280.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  281.     }
  282.     // line 57
  283.     public function block_shop_header($context, array $blocks = [])
  284.     {
  285.         $macros $this->macros;
  286.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""shop_header"));
  288.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""shop_header"));
  290.         // line 58
  291.         echo "                ";
  292.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("app.shop.layout.header"$context);
  293.         echo "
  294.             ";
  295.         
  296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  297.         
  298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  299.     }
  300.     // line 69
  301.     public function block_main_content($context, array $blocks = [])
  302.     {
  303.         $macros $this->macros;
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  305.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main_content"));
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  307.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main_content"));
  308.         // line 70
  309.         echo "        <main class=\"main-container container-fluid mb-7";
  310.         if ( !(isset($context["_breadcrumb"]) || array_key_exists("_breadcrumb"$context) ? $context["_breadcrumb"] : (function () { throw new RuntimeError('Variable "_breadcrumb" does not exist.'70$this->source); })())) {
  311.             echo " mt-7";
  312.         }
  313.         echo "\">
  314.             ";
  315.         // line 71
  316.         $this->displayBlock('breadcrumb'$context$blocks);
  317.         // line 72
  318.         echo "
  319.             ";
  320.         // line 73
  321.         $this->displayBlock('flashes'$context$blocks);
  322.         // line 76
  323.         echo "
  324.             ";
  325.         // line 77
  326.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.before_content");
  327.         echo "
  328.             ";
  329.         // line 79
  330.         $this->displayBlock('content'$context$blocks);
  331.         // line 80
  332.         echo "
  333.             ";
  334.         // line 81
  335.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.after_content");
  336.         echo "
  337.         </main>
  338.     ";
  339.         
  340.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  341.         
  342.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  343.     }
  344.     // line 71
  345.     public function block_breadcrumb($context, array $blocks = [])
  346.     {
  347.         $macros $this->macros;
  348.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  350.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  351.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""breadcrumb"));
  352.         
  353.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  354.         
  355.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  356.     }
  357.     // line 73
  358.     public function block_flashes($context, array $blocks = [])
  359.     {
  360.         $macros $this->macros;
  361.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  362.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashes"));
  363.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  364.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flashes"));
  365.         // line 74
  366.         echo "                ";
  367.         $this->loadTemplate("@SyliusShop/_flashes.html.twig""@SyliusShop/layout.html.twig"74)->display($context);
  368.         // line 75
  369.         echo "            ";
  370.         
  371.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  372.         
  373.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  374.     }
  375.     // line 79
  376.     public function block_content($context, array $blocks = [])
  377.     {
  378.         $macros $this->macros;
  379.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  380.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  381.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  382.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  383.         
  384.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  385.         
  386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  387.     }
  388.     // line 87
  389.     public function block_footer($context, array $blocks = [])
  390.     {
  391.         $macros $this->macros;
  392.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  393.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  394.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  395.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  396.         // line 88
  397.         echo "    <footer class=\"page-footer\">
  398.         ";
  399.         // line 89
  400.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("app.shop.layout.footer");
  401.         echo "
  402.     </footer>
  403.     ";
  404.         
  405.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  406.         
  407.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  408.     }
  409.     // line 95
  410.     public function block_javascripts($context, array $blocks = [])
  411.     {
  412.         $macros $this->macros;
  413.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  414.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  415.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  416.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  417.         // line 96
  418.         echo "    ";
  419.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.javascripts");
  420.         echo "
  421. ";
  422.         
  423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  424.         
  425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  426.     }
  427.     public function getTemplateName()
  428.     {
  429.         return "@SyliusShop/layout.html.twig";
  430.     }
  431.     public function isTraitable()
  432.     {
  433.         return false;
  434.     }
  435.     public function getDebugInfo()
  436.     {
  437.         return array (  503 => 96,  493 => 95,  480 => 89,  477 => 88,  467 => 87,  449 => 79,  439 => 75,  436 => 74,  426 => 73,  408 => 71,  395 => 81,  392 => 80,  390 => 79,  385 => 77,  382 => 76,  380 => 73,  377 => 72,  375 => 71,  368 => 70,  358 => 69,  345 => 58,  335 => 57,  323 => 60,  321 => 57,  317 => 55,  315 => 54,  313 => 53,  303 => 52,  289 => 39,  285 => 38,  281 => 37,  277 => 36,  272 => 35,  262 => 34,  249 => 30,  239 => 29,  226 => 25,  216 => 24,  204 => 20,  199 => 19,  189 => 18,  176 => 10,  166 => 9,  145 => 99,  142 => 98,  140 => 95,  137 => 93,  135 => 87,  131 => 84,  128 => 69,  123 => 65,  121 => 64,  118 => 63,  116 => 52,  111 => 49,  103 => 45,  100 => 43,  97 => 34,  94 => 32,  91 => 29,  88 => 27,  85 => 24,  82 => 22,  79 => 18,  73 => 13,  71 => 12,  68 => 9,  60 => 3,  56 => 1,);
  438.     }
  439.     public function getSourceContext()
  440.     {
  441.         return new Source("<!DOCTYPE html>
  442. <html lang=\"{{ app.request.locale|slice(0, 2) }}\">
  443. <head>
  444.     <meta charset=\"utf-8\">
  445.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  446.     {# ==== Document Title ==== #}
  447.     {% block title %}
  448.         {{ sylius_template_event('dedi_sylius_seo_plugin.title', { resource: product ?? sylius.channel }) }}
  449.     {% endblock %}
  450.     {#<title>{% block title %}{{ sylius.channel.name }}{% endblock %}</title>#}
  451.     <meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">
  452.     {# ==== Metatags ==== #}
  453.     {% block metatags %}
  454.         {{ sylius_template_event('dedi_sylius_seo_plugin.metatags', { resource: product ?? sylius.channel }) }}
  455.         {{ sylius_template_event('dedi_sylius_seo_plugin.rich_snippets') }}
  456.     {% endblock %}
  457.     {# ==== Links ==== #}
  458.     {% block links %}
  459.         {{ sylius_template_event('dedi_sylius_seo_plugin.links') }}
  460.     {% endblock %}
  461.     {# ==== Stylesheets ==== #}
  462.     {% block stylesheets %}
  463.         {{ sylius_template_event('sylius.shop.layout.stylesheets') }}
  464.     {% endblock %}
  465.     {# ==== Favicon ==== #}
  466.     {% block favicon %}
  467.         <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('apple-touch-icon.png') }}\">
  468.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('favicon-32x32.png') }}\">
  469.         <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('favicon-16x16.png') }}\">
  470.         <link rel=\"manifest\" href=\"{{ asset('site.webmanifest') }}\">
  471.         <link rel=\"mask-icon\" href=\"{{ asset('safari-pinned-tab.svg') }}\" color=\"#005fa9\">
  472.         <meta name=\"msapplication-TileColor\" content=\"#fafafa\">
  473.         <meta name=\"theme-color\" content=\"#fafafa\">
  474.     {% endblock %}
  475.     {# ==== Sylius Template Event ==== #}
  476.     {{ sylius_template_event('sylius.shop.layout.head') }}
  477. </head>
  478. <body class=\"page\">
  479. {{ sylius_template_event('sylius.shop.layout.before_body') }}
  480. {# ==== Header ==== #}
  481. {% block header %}
  482.     {#{{ sylius_template_event('sylius.shop.layout.topbar') }}#}
  483.     {#{{ sylius_template_event('sylius.shop.layout.header') }}#}
  484.     <header class=\"page-header\">
  485.         <nav class=\"navbar navbar-expand-lg container-fluid navbar-light bg-white border-bottom\">
  486.             {% block shop_header %}
  487.                 {{ sylius_template_event('app.shop.layout.header', _context) }}
  488.             {% endblock %}
  489.         </nav>
  490.     </header>
  491. {% endblock %}
  492. {% set _breadcrumb = block('breadcrumb') ?? null %}
  493. <div class=\"page-main\">
  494.     {# ==== Content ==== #}
  495.     {% block main_content %}
  496.         <main class=\"main-container container-fluid mb-7{% if not _breadcrumb %} mt-7{% endif %}\">
  497.             {% block breadcrumb %}{% endblock %}
  498.             {% block flashes %}
  499.                 {% include '@SyliusShop/_flashes.html.twig' %}
  500.             {% endblock %}
  501.             {{ sylius_template_event('sylius.shop.layout.before_content') }}
  502.             {% block content %}{% endblock %}
  503.             {{ sylius_template_event('sylius.shop.layout.after_content') }}
  504.         </main>
  505.     {% endblock %}
  506. </div>
  507. {# ==== Footer ==== #}
  508. {% block footer %}
  509.     <footer class=\"page-footer\">
  510.         {{ sylius_template_event('app.shop.layout.footer') }}
  511.     </footer>
  512.     {#{% include '@SyliusShop/_footer.html.twig' %}#}
  513. {% endblock %}
  514. {# ==== Stylesheets ==== #}
  515. {% block javascripts %}
  516.     {{ sylius_template_event('sylius.shop.layout.javascripts') }}
  517. {% endblock %}
  518. {{ sylius_template_event('sylius.shop.layout.after_body') }}
  519. <div class=\"loading-overlay\" data-js-loading-overlay>
  520.     <div class=\"spinner-border\" role=\"status\">
  521.         <span class=\"sr-only\">Loading...</span>
  522.     </div>
  523. </div>
  524. </body>
  525. </html>
  526. ""@SyliusShop/layout.html.twig""/var/www/sudekusa-shop-test/themes/BootstrapChildTheme/SyliusShopBundle/views/layout.html.twig");
  527.     }
  528. }