var/cache/dev/twig/50/508cf8e42a7a37c412c98c6020453265.php line 40

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_a9fa5cff72dc43e012b5254ec39b5b4e 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.             'stylesheets' => [$this'block_stylesheets'],
  27.             'top' => [$this'block_top'],
  28.             'content' => [$this'block_content'],
  29.             'footer' => [$this'block_footer'],
  30.             'javascripts' => [$this'block_javascripts'],
  31.         ];
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/layout.html.twig"));
  40.         // line 1
  41.         echo "<!DOCTYPE html>
  42. <html lang=\"";
  43.         // line 3
  44.         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);
  45.         echo "\">
  46. <head>
  47.     ";
  48.         // line 7
  49.         echo "
  50.     ";
  51.         // line 8
  52.         if ((twig_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.'8$this->source); })()), "environment", [], "any"falsefalsefalse8) == "prod")) {
  53.             // line 9
  54.             echo "        <!-- Google Tag Manager -->
  55.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  56.               new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  57.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  58.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  59.           })(window,document,'script','dataLayer','GTM-KQZBRVZ');</script>
  60.         <!-- End Google Tag Manager -->
  61.     ";
  62.         }
  63.         // line 17
  64.         echo "
  65.     <meta charset=\"utf-8\">
  66.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  67.     <title>";
  68.         // line 21
  69.         $this->displayBlock('title'$context$blocks);
  70.         echo "</title>
  71.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js\" integrity=\"sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" defer></script>
  72.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  73.     <link rel=\"icon\" href=\"/favicon.svg\" type=\"image/svg+xml\">
  74. ";
  75.         // line 26
  76.         echo "    <script id=\"search-js\" defer=\"\" src=\"https://api.mapbox.com/search-js/v1.0.0-beta.16/web.js\"></script>
  77.     <script src='https://api.mapbox.com/mapbox-gl-js/v2.9.1/mapbox-gl.js'></script>
  78.     <link href='https://api.mapbox.com/mapbox-gl-js/v2.9.1/mapbox-gl.css' rel='stylesheet' />
  79.     <link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
  80.     ";
  81.         // line 30
  82.         $this->displayBlock('metatags'$context$blocks);
  83.         // line 32
  84.         echo "
  85.     ";
  86.         // line 33
  87.         $this->displayBlock('stylesheets'$context$blocks);
  88.         // line 135
  89.         echo "
  90.     ";
  91.         // line 136
  92.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.head");
  93.         echo "
  94. </head>
  95. <body class=\"pushable\">
  96. ";
  97.         // line 140
  98.         if (twig_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.'140$this->source); })()), "request", [], "any"falsefalsefalse140), "pathInfo", [], "any"falsefalsefalse140)) {
  99.             // line 141
  100.             echo "    <style>
  101.         #main-container{
  102.             margin-top: 75px;
  103.         }
  104.     </style>
  105. ";
  106.         }
  107.         // line 147
  108.         echo "
  109. ";
  110.         // line 148
  111.         if ((twig_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.'148$this->source); })()), "environment", [], "any"falsefalsefalse148) == "prod")) {
  112.             // line 149
  113.             echo "    <!-- Google Tag Manager (noscript) -->
  114.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KQZBRVZ\"
  115.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  116.     <!-- End Google Tag Manager (noscript) -->
  117. ";
  118.         }
  119.         // line 154
  120.         echo "
  121. ";
  122.         // line 155
  123.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_body");
  124.         echo "
  125. <div class=\"pusher\">
  126.     ";
  127.         // line 157
  128.         $this->displayBlock('top'$context$blocks);
  129.         // line 172
  130.         echo "
  131.     ";
  132.         // line 173
  133.         if ((twig_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.'173$this->source); })()), "request", [], "any"falsefalsefalse173), "pathInfo", [], "any"falsefalsefalse173) != "/")) {
  134.             // line 174
  135.             echo "
  136.     <style>
  137.         /*#main-container{*/
  138.         /*    margin-top: 75px;*/
  139.         }
  140.         .container-h {
  141.             max-width: 1432px;
  142.             width: 100%;
  143.             margin: 0 auto;
  144.         }
  145.     </style>
  146.         ";
  147.         }
  148.         // line 186
  149.         echo "    <div class=\"ui container\" id=\"main-container\">
  150. ";
  151.         // line 190
  152.         echo "
  153. ";
  154.         // line 192
  155.         echo "
  156. ";
  157.         // line 202
  158.         echo "
  159. ";
  160.         // line 204
  161.         echo "
  162.         ";
  163.         // line 205
  164.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_content");
  165.         echo "
  166.         ";
  167.         // line 207
  168.         $this->displayBlock('content'$context$blocks);
  169.         // line 209
  170.         echo "
  171.         ";
  172.         // line 210
  173.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_content");
  174.         echo "
  175.     </div>
  176.     ";
  177.         // line 213
  178.         $this->displayBlock('footer'$context$blocks);
  179.         // line 216
  180.         echo "</div>
  181. ";
  182.         // line 218
  183.         $this->displayBlock('javascripts'$context$blocks);
  184.         // line 223
  185.         echo "
  186. ";
  187.         // line 224
  188.         $this->loadTemplate("@SyliusUi/Modal/_confirmation.html.twig""@SyliusShop/layout.html.twig"224)->display($context);
  189.         // line 225
  190.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_body");
  191.         echo "
  192. </body>
  193. </html>
  194. ";
  195.         
  196.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  197.         
  198.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  199.     }
  200.     // line 21
  201.     public function block_title($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  208.         echo "Bikers Avenue";
  209.         
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  211.         
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  213.     }
  214.     // line 30
  215.     public function block_metatags($context, array $blocks = [])
  216.     {
  217.         $macros $this->macros;
  218.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  220.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  222.         // line 31
  223.         echo "    ";
  224.         
  225.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  226.         
  227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  228.     }
  229.     // line 33
  230.     public function block_stylesheets($context, array $blocks = [])
  231.     {
  232.         $macros $this->macros;
  233.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  234.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  235.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  237.         // line 34
  238.         echo "        <link href=\"https://afeld.github.io/emoji-css/emoji.css\" rel=\"stylesheet\">
  239.         <link href=\"";
  240.         // line 35
  241.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("style.css"), "html"nulltrue);
  242.         echo "\" rel=\"stylesheet\">
  243.         <style>
  244.             h1, h2, h3, h4, p, a, span, li, ul, button, input, label, textarea, select, option{
  245.                 font-family: 'Poppins', sans-serif !important;
  246.             }
  247.             *{
  248.                 /*font-family: 'Poppins', sans-serif !important;*/
  249.                 --xs-fz: 16px;
  250.                 --sm-fz: 20px;
  251.                 --md-fz: 28px;
  252.                 --lg-fz: 32px;
  253.             }
  254.             @media only screen and (max-width: 1025px){
  255.                 *{
  256.                     --xs-fz: 12px;
  257.                     --sm-fz: 14px;
  258.                     --md-fz: 18px;
  259.                     --lg-fz: 24px;
  260.                 }
  261.             }
  262.             #main-container{
  263.                 width: 100%;
  264.                 padding-bottom: 4rem;
  265.                 margin-top: 7.5rem;
  266.             }
  267.             #menu {
  268.                 background: transparent;
  269.                 position: absolute !important;
  270.                 width: 100%;
  271.                 height: 75px;
  272.                 margin: 0 !important;
  273.             }
  274.             .bitbag-page a, .bitbag-page a:hover {
  275.                 color: rgba(0, 0, 0, .87);
  276.                 width: 100%;
  277.             }
  278.             .bitbag-image-block a, .bitbag-image-block a:hover, .bitbag-image-block a:focus {
  279.                 color: #333333;
  280.             }
  281.             .top.one {
  282.                 margin-top: 1rem;
  283.             }
  284.             .bitbag-page, .bitbag-frequently-asked-question {
  285.                 padding-top: 1rem;
  286.                 padding-bottom: 1rem;
  287.                 border-bottom: 1px solid rgba(34, 36, 38, .15);
  288.             }
  289.             .bitbag-page:hover {
  290.                 background: rgba(0, 0, 0, .03);
  291.             }
  292.             .italic {
  293.                 font-style: italic;
  294.             }
  295.             .intro {
  296.                 text-align: center;
  297.                 text-transform: uppercase;
  298.                 font-weight: 900;
  299.             }
  300.             .intro.promo {
  301.                 text-align: center;
  302.                 text-transform: none;
  303.                 font-weight: 900;
  304.                 font-size: 20px;
  305.             }
  306.             .ui.menu .item > .label.credentials {
  307.                 font-size: 14px;
  308.             }
  309.             .cms-logo {
  310.                 margin-top: 20px;
  311.                 margin-bottom: 20px;
  312.             }
  313.             pre {
  314.                 overflow: auto;
  315.             }
  316.             .container-h {
  317.                 max-width: 1432px;
  318.                 width: 100%;
  319.                 margin: 0 auto;
  320.             }
  321.             .ui.breadcrumb{
  322.                 margin: 2rem 0 !important;
  323.             }
  324.         </style>
  325.         ";
  326.         // line 132
  327.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.stylesheets");
  328.         echo "
  329.         ";
  330.         // line 133
  331.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.stylesheets");
  332.         echo "
  333.     ";
  334.         
  335.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  336.         
  337.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  338.     }
  339.     // line 157
  340.     public function block_top($context, array $blocks = [])
  341.     {
  342.         $macros $this->macros;
  343.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  344.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  345.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  346.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  347.         // line 158
  348.         echo "        ";
  349.         $context["urlpath"] = twig_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.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "pathInfo", [], "any"falsefalsefalse158);
  350.         // line 159
  351.         echo "        <div id=\"menu\" class=\"ui large sticky inverted stackable menu\">
  352.             ";
  353.         // line 160
  354.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_currency_switcher");
  355.         echo "
  356.             ";
  357.         // line 162
  358.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("sylius.controller.shop.currency_switch:renderAction"));
  359.         echo "
  360.             ";
  361.         // line 163
  362.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("sylius.controller.shop.locale_switch:renderAction"));
  363.         echo "
  364.             ";
  365.         // line 165
  366.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.before_security_widget");
  367.         echo "
  368.             ";
  369.         // line 167
  370.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("sylius.controller.shop.security_widget:renderAction", ["urlpath" => (isset($context["urlpath"]) || array_key_exists("urlpath"$context) ? $context["urlpath"] : (function () { throw new RuntimeError('Variable "urlpath" does not exist.'167$this->source); })())]));
  371.         echo "
  372.             ";
  373.         // line 169
  374.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.after_security_widget");
  375.         echo "
  376.         </div>
  377.     ";
  378.         
  379.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  380.         
  381.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  382.     }
  383.     // line 207
  384.     public function block_content($context, array $blocks = [])
  385.     {
  386.         $macros $this->macros;
  387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  388.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  390.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  391.         // line 208
  392.         echo "        ";
  393.         
  394.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  395.         
  396.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  397.     }
  398.     // line 213
  399.     public function block_footer($context, array $blocks = [])
  400.     {
  401.         $macros $this->macros;
  402.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  403.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  404.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  405.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  406.         // line 214
  407.         echo "        ";
  408.         $this->loadTemplate("@SyliusShop/_footer.html.twig""@SyliusShop/layout.html.twig"214)->display($context);
  409.         // line 215
  410.         echo "    ";
  411.         
  412.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  413.         
  414.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  415.     }
  416.     // line 218
  417.     public function block_javascripts($context, array $blocks = [])
  418.     {
  419.         $macros $this->macros;
  420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  421.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  422.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  424.         // line 219
  425.         echo "    ";
  426.         $this->loadTemplate("@SyliusUi/_javascripts.html.twig""@SyliusShop/layout.html.twig"219)->display(twig_array_merge($context, ["path" => "assets/shop/js/app.js"]));
  427.         // line 220
  428.         echo "    ";
  429.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.layout.javascripts");
  430.         echo "
  431.     ";
  432.         // line 221
  433.         echo $this->env->getRuntime('Sonata\BlockBundle\Templating\Helper\BlockHelper')->renderEvent("sylius.shop.layout.javascripts");
  434.         echo "
  435. ";
  436.         
  437.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  438.         
  439.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  440.     }
  441.     public function getTemplateName()
  442.     {
  443.         return "@SyliusShop/layout.html.twig";
  444.     }
  445.     public function isTraitable()
  446.     {
  447.         return false;
  448.     }
  449.     public function getDebugInfo()
  450.     {
  451.         return array (  502 => 221,  497 => 220,  494 => 219,  484 => 218,  474 => 215,  471 => 214,  461 => 213,  451 => 208,  441 => 207,  428 => 169,  423 => 167,  418 => 165,  413 => 163,  409 => 162,  404 => 160,  401 => 159,  398 => 158,  388 => 157,  376 => 133,  372 => 132,  272 => 35,  269 => 34,  259 => 33,  249 => 31,  239 => 30,  220 => 21,  206 => 225,  204 => 224,  201 => 223,  199 => 218,  195 => 216,  193 => 213,  187 => 210,  184 => 209,  182 => 207,  177 => 205,  174 => 204,  171 => 202,  168 => 192,  165 => 190,  162 => 186,  148 => 174,  146 => 173,  143 => 172,  141 => 157,  136 => 155,  133 => 154,  126 => 149,  124 => 148,  121 => 147,  113 => 141,  111 => 140,  104 => 136,  101 => 135,  99 => 33,  96 => 32,  94 => 30,  88 => 26,  81 => 21,  75 => 17,  65 => 9,  63 => 8,  60 => 7,  54 => 3,  50 => 1,);
  452.     }
  453.     public function getSourceContext()
  454.     {
  455.         return new Source("<!DOCTYPE html>
  456. <html lang=\"{{ app.request.locale|slice(0, 2) }}\">
  457. <head>
  458.     {# Seulement si on est en production #}
  459.     {% if app.environment == 'prod' %}
  460.         <!-- Google Tag Manager -->
  461.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  462.               new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  463.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  464.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  465.           })(window,document,'script','dataLayer','GTM-KQZBRVZ');</script>
  466.         <!-- End Google Tag Manager -->
  467.     {% endif %}
  468.     <meta charset=\"utf-8\">
  469.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  470.     <title>{% block title %}Bikers Avenue{% endblock %}</title>
  471.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js\" integrity=\"sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" defer></script>
  472.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  473.     <link rel=\"icon\" href=\"/favicon.svg\" type=\"image/svg+xml\">
  474. {#    <link href=\"https://api.mapbox.com/mapbox-assembly/v1.3.0/assembly.min.css\" rel=\"stylesheet\">#}
  475.     <script id=\"search-js\" defer=\"\" src=\"https://api.mapbox.com/search-js/v1.0.0-beta.16/web.js\"></script>
  476.     <script src='https://api.mapbox.com/mapbox-gl-js/v2.9.1/mapbox-gl.js'></script>
  477.     <link href='https://api.mapbox.com/mapbox-gl-js/v2.9.1/mapbox-gl.css' rel='stylesheet' />
  478.     <link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
  479.     {% block metatags %}
  480.     {% endblock %}
  481.     {% block stylesheets %}
  482.         <link href=\"https://afeld.github.io/emoji-css/emoji.css\" rel=\"stylesheet\">
  483.         <link href=\"{{ asset('style.css') }}\" rel=\"stylesheet\">
  484.         <style>
  485.             h1, h2, h3, h4, p, a, span, li, ul, button, input, label, textarea, select, option{
  486.                 font-family: 'Poppins', sans-serif !important;
  487.             }
  488.             *{
  489.                 /*font-family: 'Poppins', sans-serif !important;*/
  490.                 --xs-fz: 16px;
  491.                 --sm-fz: 20px;
  492.                 --md-fz: 28px;
  493.                 --lg-fz: 32px;
  494.             }
  495.             @media only screen and (max-width: 1025px){
  496.                 *{
  497.                     --xs-fz: 12px;
  498.                     --sm-fz: 14px;
  499.                     --md-fz: 18px;
  500.                     --lg-fz: 24px;
  501.                 }
  502.             }
  503.             #main-container{
  504.                 width: 100%;
  505.                 padding-bottom: 4rem;
  506.                 margin-top: 7.5rem;
  507.             }
  508.             #menu {
  509.                 background: transparent;
  510.                 position: absolute !important;
  511.                 width: 100%;
  512.                 height: 75px;
  513.                 margin: 0 !important;
  514.             }
  515.             .bitbag-page a, .bitbag-page a:hover {
  516.                 color: rgba(0, 0, 0, .87);
  517.                 width: 100%;
  518.             }
  519.             .bitbag-image-block a, .bitbag-image-block a:hover, .bitbag-image-block a:focus {
  520.                 color: #333333;
  521.             }
  522.             .top.one {
  523.                 margin-top: 1rem;
  524.             }
  525.             .bitbag-page, .bitbag-frequently-asked-question {
  526.                 padding-top: 1rem;
  527.                 padding-bottom: 1rem;
  528.                 border-bottom: 1px solid rgba(34, 36, 38, .15);
  529.             }
  530.             .bitbag-page:hover {
  531.                 background: rgba(0, 0, 0, .03);
  532.             }
  533.             .italic {
  534.                 font-style: italic;
  535.             }
  536.             .intro {
  537.                 text-align: center;
  538.                 text-transform: uppercase;
  539.                 font-weight: 900;
  540.             }
  541.             .intro.promo {
  542.                 text-align: center;
  543.                 text-transform: none;
  544.                 font-weight: 900;
  545.                 font-size: 20px;
  546.             }
  547.             .ui.menu .item > .label.credentials {
  548.                 font-size: 14px;
  549.             }
  550.             .cms-logo {
  551.                 margin-top: 20px;
  552.                 margin-bottom: 20px;
  553.             }
  554.             pre {
  555.                 overflow: auto;
  556.             }
  557.             .container-h {
  558.                 max-width: 1432px;
  559.                 width: 100%;
  560.                 margin: 0 auto;
  561.             }
  562.             .ui.breadcrumb{
  563.                 margin: 2rem 0 !important;
  564.             }
  565.         </style>
  566.         {{ sonata_block_render_event('sylius.shop.layout.stylesheets') }}
  567.         {{ sylius_template_event('sylius.shop.layout.stylesheets') }}
  568.     {% endblock %}
  569.     {{ sonata_block_render_event('sylius.shop.layout.head') }}
  570. </head>
  571. <body class=\"pushable\">
  572. {% if app.request.pathInfo %}
  573.     <style>
  574.         #main-container{
  575.             margin-top: 75px;
  576.         }
  577.     </style>
  578. {% endif %}
  579. {% if app.environment == 'prod' %}
  580.     <!-- Google Tag Manager (noscript) -->
  581.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KQZBRVZ\"
  582.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  583.     <!-- End Google Tag Manager (noscript) -->
  584. {% endif %}
  585. {{ sonata_block_render_event('sylius.shop.layout.before_body') }}
  586. <div class=\"pusher\">
  587.     {% block top %}
  588.         {% set urlpath = app.request.pathInfo %}
  589.         <div id=\"menu\" class=\"ui large sticky inverted stackable menu\">
  590.             {{ sonata_block_render_event('sylius.shop.layout.before_currency_switcher') }}
  591.             {{ render(controller('sylius.controller.shop.currency_switch:renderAction')) }}
  592.             {{ render(controller('sylius.controller.shop.locale_switch:renderAction')) }}
  593.             {{ sonata_block_render_event('sylius.shop.layout.before_security_widget') }}
  594.             {{ render(controller('sylius.controller.shop.security_widget:renderAction', {'urlpath': urlpath})) }}
  595.             {{ sonata_block_render_event('sylius.shop.layout.after_security_widget') }}
  596.         </div>
  597.     {% endblock %}
  598.     {% if app.request.pathInfo != \"/\" %}
  599.     <style>
  600.         /*#main-container{*/
  601.         /*    margin-top: 75px;*/
  602.         }
  603.         .container-h {
  604.             max-width: 1432px;
  605.             width: 100%;
  606.             margin: 0 auto;
  607.         }
  608.     </style>
  609.         {% endif %}
  610.     <div class=\"ui container\" id=\"main-container\">
  611. {#        {% block header %}#}
  612. {#            <header>#}
  613. {#                {% include '@SyliusShop/_header.html.twig' %}#}
  614. {#                {{ sonata_block_render_event('sylius.shop.layout.after_header') }}#}
  615. {#                <div class=\"ui large stackable menu\">#}
  616. {#                    {{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'menu_category', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}#}
  617. {#                    {{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'about', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}#}
  618. {#                    <a href=\"{{ path('sylius_admin_login') }}\" class=\"item\">#}
  619. {#                        <span class=\"ui label blue credentials\">Admin credentials: bitbag, password: password</span>#}
  620. {#                    </a>#}
  621. {#                </div>#}
  622. {#            </header>#}
  623. {#        {% endblock %}#}
  624. {#        {% include '@SyliusUi/_flashes.html.twig' %}#}
  625.         {{ sonata_block_render_event('sylius.shop.layout.before_content') }}
  626.         {% block content %}
  627.         {% endblock %}
  628.         {{ sonata_block_render_event('sylius.shop.layout.after_content') }}
  629.     </div>
  630.     {% block footer %}
  631.         {% include '@SyliusShop/_footer.html.twig' %}
  632.     {% endblock %}
  633. </div>
  634. {% block javascripts %}
  635.     {% include '@SyliusUi/_javascripts.html.twig' with {'path': 'assets/shop/js/app.js'} %}
  636.     {{ sylius_template_event('sylius.shop.layout.javascripts') }}
  637.     {{ sonata_block_render_event('sylius.shop.layout.javascripts') }}
  638. {% endblock %}
  639. {% include '@SyliusUi/Modal/_confirmation.html.twig' %}
  640. {{ sonata_block_render_event('sylius.shop.layout.after_body') }}
  641. </body>
  642. </html>
  643. ""@SyliusShop/layout.html.twig""/var/www/Bikers/templates/bundles/SyliusShopBundle/layout.html.twig");
  644.     }
  645. }