var/cache/dev/twig/60/60f760ddb0a3dc4257b12edf7869daa3.php line 259

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_2582d68b9b4b4660c3c698a2b20976f4 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.         // line 1
  37.         echo "<!doctype html>
  38. ";
  39.         // line 12
  40.         echo "<html lang=\"";
  41.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["eccube_config"] ?? null), "locale", [], "any"falsefalsetrue12), 12$this->source), "html"nulltrue);
  42.         echo "\">
  43. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  44.     <meta charset=\"utf-8\">
  45.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  46.     <meta name=\"eccube-csrf-token\" content=\"";
  47.         // line 16
  48.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  49.         echo "\">
  50.     <meta name=\"robots\" content=\"noindex, nofollow\">
  51.     <title>";
  52.         // line 18
  53.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsetrue18), 18$this->source), "html"nulltrue);
  54.         if ((array_key_exists("subtitle"$context) &&  !twig_test_empty(($context["subtitle"] ?? null)))) {
  55.             echo " / ";
  56.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["subtitle"] ?? null), 18$this->source), "html"nulltrue);
  57.         } elseif ((array_key_exists("title"$context) &&  !twig_test_empty(($context["title"] ?? null)))) {
  58.             echo " / ";
  59.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 18$this->source), "html"nulltrue);
  60.         }
  61.         echo "</title>
  62.     ";
  63.         // line 19
  64.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsetrue19))) {
  65.             // line 20
  66.             echo "        ";
  67.             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, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsetrue20), 20$this->source)), array(), truefalsetrue);
  68.             echo "
  69.         ";
  70.             // line 21
  71.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "description", [], "any"falsefalsetrue21))) {
  72.                 // line 22
  73.                 echo "            <meta name=\"description\" content=\"";
  74.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "description", [], "any"falsefalsetrue22), 22$this->source), "html"nulltrue);
  75.                 echo "\">
  76.         ";
  77.             }
  78.             // line 24
  79.             echo "    ";
  80.         } else {
  81.             // line 25
  82.             echo "        ";
  83.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  84.             echo "
  85.     ";
  86.         }
  87.         // line 27
  88.         echo "    ";
  89.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsetrue27))) {
  90.             // line 28
  91.             echo "        <meta name=\"author\" content=\"";
  92.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsetrue28), 28$this->source), "html"nulltrue);
  93.             echo "\">
  94.     ";
  95.         }
  96.         // line 30
  97.         echo "    ";
  98.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsetrue30))) {
  99.             // line 31
  100.             echo "        <meta name=\"keywords\" content=\"";
  101.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsetrue31), 31$this->source), "html"nulltrue);
  102.             echo "\">
  103.     ";
  104.         }
  105.         // line 33
  106.         echo "    ";
  107.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsetrue33))) {
  108.             // line 34
  109.             echo "        <meta name=\"robots\" content=\"";
  110.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsetrue34), 34$this->source), "html"nulltrue);
  111.             echo "\">
  112.     ";
  113.         }
  114.         // line 36
  115.         echo "    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  116.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  117.     <link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap\" rel=\"stylesheet\">
  118.     <link rel=\"icon\" href=\"";
  119.         // line 39
  120.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico"), "html"nulltrue);
  121.         echo "\">
  122.     <link rel=\"icon\" href=\"";
  123.         // line 40
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.png"), "html"nulltrue);
  125.         echo "\" sizes=\"192x192\" type=\"image/png\">
  126.     <link rel=\"apple-touch-icon\" href=\"";
  127.         // line 41
  128.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/apple-touch-icon.png"), "html"nulltrue);
  129.         echo "\" sizes=\"180x180\">
  130.     <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\" integrity=\"sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" />
  131.     <link rel=\"stylesheet\" href=\"";
  132.         // line 43
  133.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  134.         echo "\">
  135. ";
  136.         // line 44
  137.         $context["current_route"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsetrue44), "attributes", [], "any"falsefalsetrue44), "get", [=> "_route"], "method"falsefalsetrue44);
  138.         // line 45
  139.         echo "<link rel=\"stylesheet\" href=\"";
  140.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/common.css"), "html"nulltrue);
  141.         echo "?v=";
  142.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_date_converter($this->env), "timestamp", [], "any"falsefalsetrue45), 45$this->source), "html"nulltrue);
  143.         echo "\">
  144. ";
  145.         // line 46
  146.         if ((($context["current_route"] ?? null) == "homepage")) {
  147.             // line 47
  148.             echo "    ";
  149.             // line 48
  150.             echo "    <link rel=\"stylesheet\" href=\"";
  151.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/top.css"), "html"nulltrue);
  152.             echo "?v=";
  153.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_date_converter($this->env), "timestamp", [], "any"falsefalsetrue48), 48$this->source), "html"nulltrue);
  154.             echo "\">
  155. ";
  156.         } else {
  157.             // line 50
  158.             echo "    ";
  159.             // line 51
  160.             echo "    <link rel=\"stylesheet\" href=\"";
  161.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/pages.css"), "html"nulltrue);
  162.             echo "?v=";
  163.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_date_converter($this->env), "timestamp", [], "any"falsefalsetrue51), 51$this->source), "html"nulltrue);
  164.             echo "\">
  165. ";
  166.         }
  167.         // line 53
  168.         echo "    <script src=\"";
  169.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  170.         echo "\"></script>
  171.     ";
  172.         // line 54
  173.         $this->displayBlock('stylesheet'$context$blocks);
  174.         // line 55
  175.         echo "    <script>
  176.         \$(function() {
  177.             \$.ajaxSetup({
  178.                 'headers': {
  179.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  180.                 }
  181.             });
  182.         });
  183.     </script>
  184.     ";
  185.         // line 65
  186.         echo "    ";
  187.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsetrue65)) {
  188.             // line 66
  189.             echo "        ";
  190.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsetrue66)]);
  191.             echo "
  192.     ";
  193.         }
  194.         // line 68
  195.         echo "    ";
  196.         // line 69
  197.         echo "    ";
  198.         if (array_key_exists("plugin_assets"$context)) {
  199.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => ($context["plugin_assets"] ?? null)]);
  200.         }
  201.         // line 70
  202.         echo "    <link rel=\"stylesheet\" href=\"";
  203.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  204.         echo "\">
  205. </head>
  206. <body id=\"page_";
  207.         // line 72
  208.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsetrue72), "get", [=> "_route"], "method"falsefalsetrue72), 72$this->source), "html"nulltrue);
  209.         echo "\" class=\"";
  210.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["body_class"] ?? null), 72$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  211.         echo "\">
  212. ";
  213.         // line 74
  214.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsetrue74)) {
  215.             // line 75
  216.             echo "    ";
  217.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsetrue75)]);
  218.             echo "
  219. ";
  220.         }
  221.         // line 77
  222.         echo "
  223. ";
  224.         // line 78
  225.         if (($context["isMaintenance"] ?? null)) {
  226.             // line 79
  227.             echo "    <div class=\"ec-maintenanceAlert\">
  228.         <div>
  229.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  230.             // line 81
  231.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  232.             echo "\"/></div>
  233.             ";
  234.             // line 82
  235.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  236.             echo "
  237.         </div>
  238.     </div>
  239. ";
  240.         }
  241.         // line 86
  242.         echo "
  243.     ";
  244.         // line 88
  245.         echo "    ";
  246.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsetrue88)) {
  247.             // line 89
  248.             echo "        <header class=\"p-header\">
  249.             ";
  250.             // line 90
  251.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsetrue90)]);
  252.             echo "
  253.         </header>
  254.     ";
  255.         }
  256.         // line 93
  257.         echo "
  258.     ";
  259.         // line 95
  260.         echo "    ";
  261.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsetrue95)) {
  262.             // line 96
  263.             echo "        <div class=\"ec-layoutRole__contentTop\">
  264.             ";
  265.             // line 97
  266.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsetrue97)]);
  267.             echo "
  268.         </div>
  269.     ";
  270.         }
  271.         // line 100
  272.         echo "
  273.         ";
  274.         // line 102
  275.         echo "        ";
  276.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsetrue102)) {
  277.             // line 103
  278.             echo "            <aside class=\"ec-layoutRole__left\">
  279.                 ";
  280.             // line 104
  281.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsetrue104)]);
  282.             echo "
  283.             </aside>
  284.         ";
  285.         }
  286.         // line 107
  287.         echo "
  288.         ";
  289.         // line 108
  290.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  291.         // line 109
  292.         echo "        ";
  293.         if ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsetrue109) == 2)) {
  294.             // line 110
  295.             echo "            ";
  296.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  297.             // line 111
  298.             echo "        ";
  299.         } elseif ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsetrue111) == 3)) {
  300.             // line 112
  301.             echo "            ";
  302.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  303.             // line 113
  304.             echo "        ";
  305.         }
  306.         // line 114
  307.         echo "
  308.         <main class=\"p-main\">
  309.             ";
  310.         // line 117
  311.         echo "            ";
  312.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsetrue117)) {
  313.             // line 118
  314.             echo "                <div class=\"ec-layoutRole__mainTop\">
  315.                     ";
  316.             // line 119
  317.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsetrue119)]);
  318.             echo "
  319.                 </div>
  320.             ";
  321.         }
  322.         // line 122
  323.         echo "
  324.             ";
  325.         // line 124
  326.         echo "            ";
  327.         $this->displayBlock('main'$context$blocks);
  328.         // line 125
  329.         echo "
  330.             ";
  331.         // line 127
  332.         echo "            ";
  333.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsetrue127)) {
  334.             // line 128
  335.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  336.                     ";
  337.             // line 129
  338.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsetrue129)]);
  339.             echo "
  340.                 </div>
  341.             ";
  342.         }
  343.         // line 132
  344.         echo "        </main>
  345.         ";
  346.         // line 135
  347.         echo "        ";
  348.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsetrue135)) {
  349.             // line 136
  350.             echo "            <aside class=\"ec-layoutRole__right\">
  351.                 ";
  352.             // line 137
  353.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsetrue137)]);
  354.             echo "
  355.             </aside>
  356.         ";
  357.         }
  358.         // line 140
  359.         echo "    </div>
  360.     ";
  361.         // line 143
  362.         echo "    ";
  363.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsetrue143)) {
  364.             // line 144
  365.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  366.             ";
  367.             // line 145
  368.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsetrue145)]);
  369.             echo "
  370.         </div>
  371.     ";
  372.         }
  373.         // line 148
  374.         echo "
  375.     ";
  376.         // line 150
  377.         echo "    ";
  378.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsetrue150)) {
  379.             // line 151
  380.             echo "        <footer class=\"p-footer\">
  381.             ";
  382.             // line 152
  383.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsetrue152)]);
  384.             echo "
  385.         </footer>
  386.     ";
  387.         }
  388.         // line 155
  389.         echo "
  390. <div class=\"ec-overlayRole\"></div>
  391. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  392. <div class=\"ec-drawerRole\">
  393.     ";
  394.         // line 160
  395.         echo "    ";
  396.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsetrue160)) {
  397.             // line 161
  398.             echo "        ";
  399.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsetrue161)]);
  400.             echo "
  401.     ";
  402.         }
  403.         // line 163
  404.         echo "</div>
  405. <div class=\"c-topBtn pagetop\"><img src=\"";
  406.         // line 164
  407.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/icon-top.svg"), "html"nulltrue);
  408.         echo "\" alt=\"トップへ戻る\" width=\"40px\" height=\"40px\"></div>
  409. ";
  410.         // line 165
  411.         $this->loadTemplate("@common/lang.twig""default_frame.twig"165)->display($context);
  412.         // line 166
  413.         echo "<script src=\"";
  414.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  415.         echo "\"></script>
  416. <script src=\"";
  417.         // line 167
  418.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  419.         echo "\"></script>
  420. ";
  421.         // line 168
  422.         $this->displayBlock('javascript'$context$blocks);
  423.         // line 170
  424.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsetrue170)) {
  425.             // line 171
  426.             echo "    ";
  427.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsetrue171)]);
  428.             echo "
  429. ";
  430.         }
  431.         // line 174
  432.         if (array_key_exists("plugin_snippets"$context)) {
  433.             // line 175
  434.             echo "    ";
  435.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"snippet.twig", ["snippets" => ($context["plugin_snippets"] ?? null)]);
  436.             echo "
  437. ";
  438.         }
  439.         // line 177
  440.         echo "    <script src=\"";
  441.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  442.         echo "\"></script>
  443. </body>
  444. </html>
  445. ";
  446.         
  447.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  448.     }
  449.     // line 54
  450.     public function block_stylesheet($context, array $blocks = [])
  451.     {
  452.         $macros $this->macros;
  453.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  454.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  455.         
  456.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  457.     }
  458.     // line 124
  459.     public function block_main($context, array $blocks = [])
  460.     {
  461.         $macros $this->macros;
  462.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  463.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  464.         
  465.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  466.     }
  467.     // line 168
  468.     public function block_javascript($context, array $blocks = [])
  469.     {
  470.         $macros $this->macros;
  471.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  472.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  473.         
  474.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  475.     }
  476.     public function getTemplateName()
  477.     {
  478.         return "default_frame.twig";
  479.     }
  480.     public function isTraitable()
  481.     {
  482.         return false;
  483.     }
  484.     public function getDebugInfo()
  485.     {
  486.         return array (  486 => 168,  474 => 124,  462 => 54,  450 => 177,  444 => 175,  442 => 174,  436 => 171,  434 => 170,  432 => 168,  428 => 167,  423 => 166,  421 => 165,  417 => 164,  414 => 163,  408 => 161,  405 => 160,  399 => 155,  393 => 152,  390 => 151,  387 => 150,  384 => 148,  378 => 145,  375 => 144,  372 => 143,  368 => 140,  362 => 137,  359 => 136,  356 => 135,  352 => 132,  346 => 129,  343 => 128,  340 => 127,  337 => 125,  334 => 124,  331 => 122,  325 => 119,  322 => 118,  319 => 117,  315 => 114,  312 => 113,  309 => 112,  306 => 111,  303 => 110,  300 => 109,  298 => 108,  295 => 107,  289 => 104,  286 => 103,  283 => 102,  280 => 100,  274 => 97,  271 => 96,  268 => 95,  265 => 93,  259 => 90,  256 => 89,  253 => 88,  250 => 86,  243 => 82,  239 => 81,  235 => 79,  233 => 78,  230 => 77,  224 => 75,  222 => 74,  216 => 72,  210 => 70,  205 => 69,  203 => 68,  197 => 66,  194 => 65,  183 => 55,  181 => 54,  176 => 53,  168 => 51,  166 => 50,  158 => 48,  156 => 47,  154 => 46,  147 => 45,  145 => 44,  141 => 43,  136 => 41,  132 => 40,  128 => 39,  123 => 36,  117 => 34,  114 => 33,  108 => 31,  105 => 30,  99 => 28,  96 => 27,  90 => 25,  87 => 24,  81 => 22,  79 => 21,  74 => 20,  72 => 19,  61 => 18,  56 => 16,  48 => 12,  45 => 1,);
  487.     }
  488.     public function getSourceContext()
  489.     {
  490.         return new Source("""default_frame.twig""/home/carry/staging-page.com/public_html/koyama.staging-page.com/app/template/kaitekikabe/default_frame.twig");
  491.     }
  492.     
  493.     public function checkSecurity()
  494.     {
  495.         static $tags = array("if" => 18"set" => 44"block" => 54"include" => 165);
  496.         static $filters = array("escape" => 12"default" => 72"trans" => 82);
  497.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 20"template_from_string" => 20"asset" => 39"date" => 45);
  498.         try {
  499.             $this->sandbox->checkSecurity(
  500.                 ['if''set''block''include'],
  501.                 ['escape''default''trans'],
  502.                 ['csrf_token''constant''include''template_from_string''asset''date']
  503.             );
  504.         } catch (SecurityError $e) {
  505.             $e->setSourceContext($this->source);
  506.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  507.                 $e->setTemplateLine($tags[$e->getTagName()]);
  508.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  509.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  510.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  511.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  512.             }
  513.             throw $e;
  514.         }
  515.     }
  516. }