var/cache/dev/twig/64/6442bf0033485b4fca002900e78a654c.php line 38

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. /* default_frame.twig */
  14. class __TwigTemplate_3748113d017410de34294f860b2fd61b extends \Eccube\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.             'stylesheet' => [$this'block_stylesheet'],
  25.             'main' => [$this'block_main'],
  26.             'javascript' => [$this'block_javascript'],
  27.         ];
  28.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  29.         $this->checkSecurity();
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  38.         // line 1
  39.         echo "<!doctype html>
  40. <html lang=\"";
  41.         // line 2
  42.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'2$this->source); })()), "locale", [], "any"falsefalsetrue2), 2$this->source), "html"nulltrue);
  43.         echo "\">
  44. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  45.     <!-- Google Tag Manager -->
  46.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  47.     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  48.     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  49.     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  50.     })(window,document,'script','dataLayer','GTM-M5Z28JFB');</script>
  51.     <!-- End Google Tag Manager -->
  52.     <meta charset=\"utf-8\">
  53.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  54.     <meta name=\"eccube-csrf-token\" content=\"";
  55.         // line 13
  56.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  57.         echo "\">
  58.     <title>";
  59.         // line 14
  60.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'14$this->source); })()), "shop_name", [], "any"falsefalsetrue14), 14$this->source), "html"nulltrue);
  61.         if ((array_key_exists("subtitle"$context) &&  !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'14$this->source); })())))) {
  62.             echo " / ";
  63.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'14$this->source); })()), 14$this->source), "html"nulltrue);
  64.         } elseif ((array_key_exists("title"$context) &&  !twig_test_empty((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'14$this->source); })())))) {
  65.             echo " / ";
  66.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'14$this->source); })()), 14$this->source), "html"nulltrue);
  67.         }
  68.         echo "</title>
  69.     ";
  70.         // line 15
  71.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'15$this->source); })()), "meta_tags", [], "any"falsefalsetrue15))) {
  72.             // line 16
  73.             echo "        ";
  74.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$contexttwig_template_from_string($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'16$this->source); })()), "meta_tags", [], "any"falsefalsetrue16), 16$this->source)), array(), truefalsetrue);
  75.             echo "
  76.         ";
  77.             // line 17
  78.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'17$this->source); })()), "description", [], "any"falsefalsetrue17))) {
  79.                 // line 18
  80.                 echo "            <meta name=\"description\" content=\"";
  81.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'18$this->source); })()), "description", [], "any"falsefalsetrue18), 18$this->source), "html"nulltrue);
  82.                 echo "\">
  83.         ";
  84.             }
  85.             // line 20
  86.             echo "    ";
  87.         } else {
  88.             // line 21
  89.             echo "        ";
  90.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  91.             echo "
  92.     ";
  93.         }
  94.         // line 23
  95.         echo "    ";
  96.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'23$this->source); })()), "author", [], "any"falsefalsetrue23))) {
  97.             // line 24
  98.             echo "        <meta name=\"author\" content=\"";
  99.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'24$this->source); })()), "author", [], "any"falsefalsetrue24), 24$this->source), "html"nulltrue);
  100.             echo "\">
  101.     ";
  102.         }
  103.         // line 26
  104.         echo "    ";
  105.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'26$this->source); })()), "keyword", [], "any"falsefalsetrue26))) {
  106.             // line 27
  107.             echo "        <meta name=\"keywords\" content=\"";
  108.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'27$this->source); })()), "keyword", [], "any"falsefalsetrue27), 27$this->source), "html"nulltrue);
  109.             echo "\">
  110.     ";
  111.         }
  112.         // line 29
  113.         echo "    ";
  114.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'29$this->source); })()), "meta_robots", [], "any"falsefalsetrue29))) {
  115.             // line 30
  116.             echo "        <meta name=\"robots\" content=\"";
  117.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'30$this->source); })()), "meta_robots", [], "any"falsefalsetrue30), 30$this->source), "html"nulltrue);
  118.             echo "\">
  119.     ";
  120.         }
  121.         // line 32
  122.         echo "    <link rel=\"icon\" href=\"";
  123.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  124.         echo "\">
  125.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  126.     <link rel=\"stylesheet\" href=\"";
  127.         // line 34
  128.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  129.         echo "\">
  130.     <script src=\"";
  131.         // line 35
  132.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  133.         echo "\"></script>
  134.     ";
  135.         // line 36
  136.         $this->displayBlock('stylesheet'$context$blocks);
  137.         // line 37
  138.         echo "    <script>
  139.         \$(function() {
  140.             \$.ajaxSetup({
  141.                 'headers': {
  142.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  143.                 }
  144.             });
  145.         });
  146.     </script>
  147.     ";
  148.         // line 47
  149.         echo "    ";
  150.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'47$this->source); })()), "Head", [], "any"falsefalsetrue47)) {
  151.             // line 48
  152.             echo "        ";
  153.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'48$this->source); })()), "Head", [], "any"falsefalsetrue48)]);
  154.             echo "
  155.     ";
  156.         }
  157.         // line 50
  158.         echo "    ";
  159.         // line 51
  160.         echo "    ";
  161.         if (array_key_exists("plugin_assets"$context)) {
  162.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets"$context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.'51$this->source); })())]);
  163.         }
  164.         // line 52
  165.         echo "    <link rel=\"stylesheet\" href=\"";
  166.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css""user_data"), "html"nulltrue);
  167.         echo "\">
  168.     <link rel=\"stylesheet\" href=\"";
  169.         // line 53
  170.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/reset.css""user_data"), "html"nulltrue);
  171.         echo "\">
  172.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  173.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  174.     <link href=\"https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap\" rel=\"stylesheet\">
  175.     <link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css\" />
  176.     <link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css\" />
  177.     <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\" />
  178. </head>
  179. <body id=\"page_";
  180.         // line 61
  181.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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.'61$this->source); })()), "request", [], "any"falsefalsetrue61), "get", [=> "_route"], "method"falsefalsetrue61), 61$this->source), "html"nulltrue);
  182.         echo "\" class=\"";
  183.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((isset($context["body_class"]) || array_key_exists("body_class"$context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.'61$this->source); })()), 61$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  184.         echo "\">
  185. <!-- Google Tag Manager (noscript) -->
  186. <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-M5Z28JFB\"
  187. height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  188. <!-- End Google Tag Manager (noscript) -->
  189. ";
  190.         // line 67
  191.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'67$this->source); })()), "BodyAfter", [], "any"falsefalsetrue67)) {
  192.             // line 68
  193.             echo "    ";
  194.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'68$this->source); })()), "BodyAfter", [], "any"falsefalsetrue68)]);
  195.             echo "
  196. ";
  197.         }
  198.         // line 70
  199.         echo "
  200. ";
  201.         // line 71
  202.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'71$this->source); })())) {
  203.             // line 72
  204.             echo "    <div class=\"ec-maintenanceAlert\">
  205.         <div>
  206.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  207.             // line 74
  208.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  209.             echo "\"/></div>
  210.             ";
  211.             // line 75
  212.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  213.             echo "
  214.         </div>
  215.     </div>
  216. ";
  217.         }
  218.         // line 79
  219.         echo "
  220. ";
  221.         // line 81
  222.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'81$this->source); })()), "Header", [], "any"falsefalsetrue81)) {
  223.             // line 82
  224.             echo "    ";
  225.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'82$this->source); })()), "Header", [], "any"falsefalsetrue82)]);
  226.             echo "
  227. ";
  228.         }
  229.         // line 84
  230.         echo "
  231. ";
  232.         // line 86
  233.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'86$this->source); })()), "ContentsTop", [], "any"falsefalsetrue86)) {
  234.             // line 87
  235.             echo "    ";
  236.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'87$this->source); })()), "ContentsTop", [], "any"falsefalsetrue87)]);
  237.             echo "
  238. ";
  239.         }
  240.         // line 89
  241.         echo "
  242. ";
  243.         // line 91
  244.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'91$this->source); })()), "SideLeft", [], "any"falsefalsetrue91)) {
  245.             // line 92
  246.             echo "    ";
  247.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'92$this->source); })()), "SideLeft", [], "any"falsefalsetrue92)]);
  248.             echo "
  249. ";
  250.         }
  251.         // line 94
  252.         echo "
  253. ";
  254.         // line 96
  255.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'96$this->source); })()), "MainTop", [], "any"falsefalsetrue96)) {
  256.             // line 97
  257.             echo "    ";
  258.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'97$this->source); })()), "MainTop", [], "any"falsefalsetrue97)]);
  259.             echo "
  260. ";
  261.         }
  262.         // line 99
  263.         echo "
  264. ";
  265.         // line 101
  266.         $this->displayBlock('main'$context$blocks);
  267.         // line 102
  268.         echo "
  269. ";
  270.         // line 104
  271.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'104$this->source); })()), "MainBottom", [], "any"falsefalsetrue104)) {
  272.             // line 105
  273.             echo "    ";
  274.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'105$this->source); })()), "MainBottom", [], "any"falsefalsetrue105)]);
  275.             echo "
  276. ";
  277.         }
  278.         // line 107
  279.         echo "
  280. ";
  281.         // line 109
  282.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'109$this->source); })()), "SideRight", [], "any"falsefalsetrue109)) {
  283.             // line 110
  284.             echo "    ";
  285.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'110$this->source); })()), "SideRight", [], "any"falsefalsetrue110)]);
  286.             echo "
  287. ";
  288.         }
  289.         // line 112
  290.         echo "
  291. ";
  292.         // line 114
  293.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'114$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue114)) {
  294.             // line 115
  295.             echo "    ";
  296.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'115$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue115)]);
  297.             echo "
  298. ";
  299.         }
  300.         // line 117
  301.         echo "
  302. ";
  303.         // line 119
  304.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'119$this->source); })()), "Footer", [], "any"falsefalsetrue119)) {
  305.             // line 120
  306.             echo "    ";
  307.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'120$this->source); })()), "Footer", [], "any"falsefalsetrue120)]);
  308.             echo "
  309. ";
  310.         }
  311.         // line 122
  312.         echo "
  313. ";
  314.         // line 128
  315.         echo "    ";
  316.         // line 134
  317.         echo "
  318. ";
  319.         // line 135
  320.         $this->loadTemplate("@common/lang.twig""default_frame.twig"135)->display($context);
  321.         // line 136
  322.         echo "<script src=\"";
  323.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  324.         echo "\"></script>
  325. <script src=\"";
  326.         // line 137
  327.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  328.         echo "\"></script>
  329. ";
  330.         // line 138
  331.         $this->displayBlock('javascript'$context$blocks);
  332.         // line 140
  333.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'140$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue140)) {
  334.             // line 141
  335.             echo "    ";
  336.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'141$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue141)]);
  337.             echo "
  338. ";
  339.         }
  340.         // line 144
  341.         if (array_key_exists("plugin_snippets"$context)) {
  342.             // line 145
  343.             echo "    ";
  344.             if ((twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'145$this->source); })()), "url", [], "any"falsefalsetrue145) != "product_detail")) {
  345.                 // line 146
  346.                 echo "        ";
  347.                 echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets"$context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.'146$this->source); })())]);
  348.                 echo "
  349.     ";
  350.             }
  351.         }
  352.         // line 149
  353.         echo "    <script src=\"https://code.jquery.com/jquery-3.6.4.min.js\"
  354.         integrity=\"sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=\" crossorigin=\"anonymous\"></script>
  355.     <script src=\"";
  356.         // line 151
  357.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/common.js""user_data"), "html"nulltrue);
  358.         echo "\"></script>
  359.     <script src=\"https://unpkg.com/aos@next/dist/aos.js\"></script>
  360.     <script src=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  361. </body>
  362. </html>
  363. ";
  364.         
  365.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  366.         
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  368.     }
  369.     // line 36
  370.     public function block_stylesheet($context, array $blocks = [])
  371.     {
  372.         $macros $this->macros;
  373.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  374.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  375.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  376.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  377.         
  378.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  379.         
  380.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  381.     }
  382.     // line 101
  383.     public function block_main($context, array $blocks = [])
  384.     {
  385.         $macros $this->macros;
  386.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  388.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  390.         
  391.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  392.         
  393.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  394.     }
  395.     // line 138
  396.     public function block_javascript($context, array $blocks = [])
  397.     {
  398.         $macros $this->macros;
  399.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  400.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  401.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  402.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  403.         
  404.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  405.         
  406.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  407.     }
  408.     public function getTemplateName()
  409.     {
  410.         return "default_frame.twig";
  411.     }
  412.     public function isTraitable()
  413.     {
  414.         return false;
  415.     }
  416.     public function getDebugInfo()
  417.     {
  418.         return array (  418 => 138,  400 => 101,  382 => 36,  366 => 151,  362 => 149,  355 => 146,  352 => 145,  350 => 144,  344 => 141,  342 => 140,  340 => 138,  336 => 137,  331 => 136,  329 => 135,  326 => 134,  324 => 128,  321 => 122,  315 => 120,  313 => 119,  310 => 117,  304 => 115,  302 => 114,  299 => 112,  293 => 110,  291 => 109,  288 => 107,  282 => 105,  280 => 104,  277 => 102,  275 => 101,  272 => 99,  266 => 97,  264 => 96,  261 => 94,  255 => 92,  253 => 91,  250 => 89,  244 => 87,  242 => 86,  239 => 84,  233 => 82,  231 => 81,  228 => 79,  221 => 75,  217 => 74,  213 => 72,  211 => 71,  208 => 70,  202 => 68,  200 => 67,  190 => 61,  179 => 53,  174 => 52,  169 => 51,  167 => 50,  161 => 48,  158 => 47,  147 => 37,  145 => 36,  141 => 35,  137 => 34,  131 => 32,  125 => 30,  122 => 29,  116 => 27,  113 => 26,  107 => 24,  104 => 23,  98 => 21,  95 => 20,  89 => 18,  87 => 17,  82 => 16,  80 => 15,  69 => 14,  65 => 13,  51 => 2,  48 => 1,);
  419.     }
  420.     public function getSourceContext()
  421.     {
  422.         return new Source("<!doctype html>
  423. <html lang=\"{{ eccube_config.locale }}\">
  424. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  425.     <!-- Google Tag Manager -->
  426.     <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  427.     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  428.     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  429.     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  430.     })(window,document,'script','dataLayer','GTM-M5Z28JFB');</script>
  431.     <!-- End Google Tag Manager -->
  432.     <meta charset=\"utf-8\">
  433.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  434.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  435.     <title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
  436.     {% if Page.meta_tags is not empty %}
  437.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  438.         {% if Page.description is not empty %}
  439.             <meta name=\"description\" content=\"{{ Page.description }}\">
  440.         {% endif %}
  441.     {% else %}
  442.         {{ include('meta.twig') }}
  443.     {% endif %}
  444.     {% if Page.author is not empty %}
  445.         <meta name=\"author\" content=\"{{ Page.author }}\">
  446.     {% endif %}
  447.     {% if Page.keyword is not empty %}
  448.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  449.     {% endif %}
  450.     {% if Page.meta_robots is not empty %}
  451.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  452.     {% endif %}
  453.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  454.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  455.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  456.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  457.     {% block stylesheet %}{% endblock %}
  458.     <script>
  459.         \$(function() {
  460.             \$.ajaxSetup({
  461.                 'headers': {
  462.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  463.                 }
  464.             });
  465.         });
  466.     </script>
  467.     {# Layout: HEAD #}
  468.     {% if Layout.Head %}
  469.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  470.     {% endif %}
  471.     {# プラグイン用styleseetやmetatagなど #}
  472.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  473.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css', 'user_data') }}\">
  474.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/reset.css', 'user_data') }}\">
  475.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  476.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  477.     <link href=\"https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap\" rel=\"stylesheet\">
  478.     <link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css\" />
  479.     <link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css\" />
  480.     <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\" />
  481. </head>
  482. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  483. <!-- Google Tag Manager (noscript) -->
  484. <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-M5Z28JFB\"
  485. height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  486. <!-- End Google Tag Manager (noscript) -->
  487. {# Layout: BODY_AFTER #}
  488. {% if Layout.BodyAfter %}
  489.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  490. {% endif %}
  491. {% if isMaintenance %}
  492.     <div class=\"ec-maintenanceAlert\">
  493.         <div>
  494.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  495.             {{ 'メンテナンスモードが有効になっています。'|trans }}
  496.         </div>
  497.     </div>
  498. {% endif %}
  499. {# Layout: HEADER #}
  500. {% if Layout.Header %}
  501.     {{ include('block.twig', {'Blocks': Layout.Header}) }}
  502. {% endif %}
  503. {# Layout: CONTENTS_TOP #}
  504. {% if Layout.ContentsTop %}
  505.     {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  506. {% endif %}
  507. {# Layout: SIDE_LEFT #}
  508. {% if Layout.SideLeft %}
  509.     {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  510. {% endif %}
  511. {# Layout: MAIN_TOP #}
  512. {% if Layout.MainTop %}
  513.     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  514. {% endif %}
  515. {# MAIN AREA #}
  516. {% block main %}{% endblock %}
  517. {# Layout: MAIN_Bottom #}
  518. {% if Layout.MainBottom %}
  519.     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  520. {% endif %}
  521. {# Layout: SIDE_RIGHT #}
  522. {% if Layout.SideRight %}
  523.     {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  524. {% endif %}
  525. {# Layout: CONTENTS_BOTTOM #}
  526. {% if Layout.ContentsBottom %}
  527.     {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  528. {% endif %}
  529. {# Layout: CONTENTS_FOOTER #}
  530. {% if Layout.Footer %}
  531.     {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  532. {% endif %}
  533. {#
  534. <div class=\"ec-overlayRole\"></div>
  535. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  536. <div class=\"ec-drawerRole\">
  537.     {# Layout: DRAWER #}
  538.     {#
  539.     {% if Layout.Drawer %}
  540.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  541.     {% endif %}
  542. </div>
  543. #}
  544. {% include('@common/lang.twig') %}
  545. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  546. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  547. {% block javascript %}{% endblock %}
  548. {# Layout: CLOSE_BODY_BEFORE #}
  549. {% if Layout.CloseBodyBefore %}
  550.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  551. {% endif %}
  552. {# プラグイン用Snippet #}
  553. {% if plugin_snippets is defined %}
  554.     {% if Page.url != 'product_detail' %}
  555.         {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  556.     {% endif %}
  557. {% endif %}
  558.     <script src=\"https://code.jquery.com/jquery-3.6.4.min.js\"
  559.         integrity=\"sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=\" crossorigin=\"anonymous\"></script>
  560.     <script src=\"{{ asset('assets/js/common.js', 'user_data') }}\"></script>
  561.     <script src=\"https://unpkg.com/aos@next/dist/aos.js\"></script>
  562.     <script src=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  563. </body>
  564. </html>
  565. ""default_frame.twig""/home/c0038597/public_html/vita-corporation.com/app/template/default/default_frame.twig");
  566.     }
  567.     
  568.     public function checkSecurity()
  569.     {
  570.         static $tags = array("if" => 14"block" => 36"include" => 135);
  571.         static $filters = array("escape" => 2"default" => 61"trans" => 75);
  572.         static $functions = array("csrf_token" => 13"constant" => 13"include" => 16"template_from_string" => 16"asset" => 32);
  573.         try {
  574.             $this->sandbox->checkSecurity(
  575.                 ['if''block''include'],
  576.                 ['escape''default''trans'],
  577.                 ['csrf_token''constant''include''template_from_string''asset']
  578.             );
  579.         } catch (SecurityError $e) {
  580.             $e->setSourceContext($this->source);
  581.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  582.                 $e->setTemplateLine($tags[$e->getTagName()]);
  583.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  584.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  585.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  586.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  587.             }
  588.             throw $e;
  589.         }
  590.     }
  591. }