<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* default_frame.twig */ 
class __TwigTemplate_b538cf075c0e7dabf6ff7f5833772500844749ed57c9c4f0fda94fdb7533579c extends \Eccube\Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->parent = false; 
 
        $this->blocks = [ 
            'stylesheet' => [$this, 'block_stylesheet'], 
            'main' => [$this, 'block_main'], 
            'javascript' => [$this, 'block_javascript'], 
        ]; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig")); 
 
        // line 1 
        echo "<!doctype html> 
"; 
        // line 12 
        echo "<html lang=\""; 
        echo twig_escape_filter($this->env, 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.', 12, $this->source); })()), "locale", [], "any", false, false, false, 12), "html", null, true); 
        echo "\"> 
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\"> 
  <meta charset=\"utf-8\"> 
  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"> 
  <meta name=\"eccube-csrf-token\" content=\""; 
        // line 16 
        echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html", null, true); 
        echo "\"> 
  <title> 
    "; 
        // line 19 
        echo "  "; 
        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.', 19, $this->source); })())))) { 
            echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 19, $this->source); })()), "html", null, true); 
        } 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.', 19, $this->source); })())))) { 
            echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 19, $this->source); })()), "html", null, true); 
        } 
        echo "|"; 
        echo twig_escape_filter($this->env, 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.', 19, $this->source); })()), "shop_name", [], "any", false, false, false, 19), "html", null, true); 
        echo " 
  </title> 
  "; 
        // line 21 
        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.', 21, $this->source); })()), "meta_tags", [], "any", false, false, false, 21))) { 
            // line 22 
            echo "    "; 
            echo twig_include($this->env, $context, twig_template_from_string($this->env, 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.', 22, $this->source); })()), "meta_tags", [], "any", false, false, false, 22))); 
            echo " 
    "; 
            // line 23 
            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); })()), "description", [], "any", false, false, false, 23))) { 
                // line 24 
                echo "      <meta name=\"description\" content=\""; 
                echo twig_escape_filter($this->env, 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); })()), "description", [], "any", false, false, false, 24), "html", null, true); 
                echo "\"> 
    "; 
            } 
            // line 26 
            echo "  "; 
        } else { 
            // line 27 
            echo "    "; 
            echo twig_include($this->env, $context, "meta.twig"); 
            echo " 
  "; 
        } 
        // line 29 
        echo "  "; 
        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); })()), "author", [], "any", false, false, false, 29))) { 
            // line 30 
            echo "    <meta name=\"author\" content=\""; 
            echo twig_escape_filter($this->env, 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); })()), "author", [], "any", false, false, false, 30), "html", null, true); 
            echo "\"> 
  "; 
        } 
        // line 32 
        echo "  "; 
        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.', 32, $this->source); })()), "keyword", [], "any", false, false, false, 32))) { 
            // line 33 
            echo "    <meta name=\"keywords\" content=\""; 
            echo twig_escape_filter($this->env, 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.', 33, $this->source); })()), "keyword", [], "any", false, false, false, 33), "html", null, true); 
            echo "\"> 
  "; 
        } 
        // line 35 
        echo "  "; 
        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.', 35, $this->source); })()), "meta_robots", [], "any", false, false, false, 35))) { 
            // line 36 
            echo "    <meta name=\"robots\" content=\""; 
            echo twig_escape_filter($this->env, 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.', 36, $this->source); })()), "meta_robots", [], "any", false, false, false, 36), "html", null, true); 
            echo "\"> 
  "; 
        } 
        // line 38 
        echo "  "; 
        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.', 38, $this->source); })()), "meta_tags", [], "any", false, false, false, 38))) { 
            // line 39 
            echo "    "; 
            echo twig_include($this->env, $context, twig_template_from_string($this->env, 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.', 39, $this->source); })()), "meta_tags", [], "any", false, false, false, 39))); 
            echo " 
  "; 
        } 
        // line 41 
        echo "  <link rel=\"icon\" href=\""; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico", "user_data"), "html", null, true); 
        echo "\"> 
  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\"> 
  <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\"> 
  <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\"> 
  <link rel=\"stylesheet\" href=\""; 
        // line 45 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true); 
        echo "\"> 
  "; 
        // line 46 
        $this->displayBlock('stylesheet', $context, $blocks); 
        // line 47 
        echo "  <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script> 
  <script> 
    \$(function() { 
      \$.ajaxSetup({ 
        'headers': { 
          'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content') 
        } 
      }); 
    }); 
  </script> 
  "; 
        // line 58 
        echo "  "; 
        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.', 58, $this->source); })()), "Head", [], "any", false, false, false, 58)) { 
            // line 59 
            echo "    "; 
            echo 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.', 59, $this->source); })()), "Head", [], "any", false, false, false, 59)]); 
            echo " 
  "; 
        } 
        // line 61 
        echo "  "; 
        // line 62 
        echo "  "; 
        if (array_key_exists("plugin_assets", $context)) { 
            echo 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.', 62, $this->source); })())]); 
        } 
        // line 63 
        echo "  <link rel=\"stylesheet\" href=\""; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css", "user_data"), "html", null, true); 
        echo "\"> 
</head> 
<body id=\"page_"; 
        // line 65 
        echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, 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.', 65, $this->source); })()), "request", [], "any", false, false, false, 65), "get", [0 => "_route"], "method", false, false, false, 65), "html", null, true); 
        echo "\" class=\""; 
        echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 65, $this->source); })()), "other_page")) : ("other_page")), "html", null, true); 
        echo "\"> 
"; 
        // line 67 
        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", false, false, false, 67)) { 
            // line 68 
            echo "  "; 
            echo 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", false, false, false, 68)]); 
            echo " 
"; 
        } 
        // line 70 
        echo " 
"; 
        // line 71 
        if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance", $context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.', 71, $this->source); })())) { 
            // line 72 
            echo "  <div class=\"ec-maintenanceAlert\"> 
    <div> 
      <div class=\"ec-maintenanceAlert__icon\"><img src=\""; 
            // line 74 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true); 
            echo "\"/></div> 
      "; 
            // line 75 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html", null, true); 
            echo " 
    </div> 
  </div> 
"; 
        } 
        // line 79 
        echo " 
<div class=\"body_inner\"> 
  <div class=\"content-wrapper\"> 
    "; 
        // line 83 
        echo "    "; 
        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.', 83, $this->source); })()), "SideLeft", [], "any", false, false, false, 83)) { 
            // line 84 
            echo "      "; 
            echo 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.', 84, $this->source); })()), "SideLeft", [], "any", false, false, false, 84)]); 
            echo " 
    "; 
        } 
        // line 86 
        echo " 
    <div class=\"content\"> 
      "; 
        // line 89 
        echo "      "; 
        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.', 89, $this->source); })()), "Header", [], "any", false, false, false, 89)) { 
            // line 90 
            echo "        "; 
            echo 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.', 90, $this->source); })()), "Header", [], "any", false, false, false, 90)]); 
            echo " 
      "; 
        } 
        // line 92 
        echo " 
      "; 
        // line 94 
        echo "      "; 
        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.', 94, $this->source); })()), "ContentsTop", [], "any", false, false, false, 94)) { 
            // line 95 
            echo "        "; 
            echo 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.', 95, $this->source); })()), "ContentsTop", [], "any", false, false, false, 95)]); 
            echo " 
      "; 
        } 
        // line 97 
        echo " 
      "; 
        // line 99 
        echo "      "; 
        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.', 99, $this->source); })()), "MainTop", [], "any", false, false, false, 99)) { 
            // line 100 
            echo "        "; 
            echo 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.', 100, $this->source); })()), "MainTop", [], "any", false, false, false, 100)]); 
            echo " 
      "; 
        } 
        // line 102 
        echo " 
      "; 
        // line 104 
        echo "      "; 
        $this->displayBlock('main', $context, $blocks); 
        // line 105 
        echo " 
      "; 
        // line 107 
        echo "      "; 
        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.', 107, $this->source); })()), "MainBottom", [], "any", false, false, false, 107)) { 
            // line 108 
            echo "        "; 
            echo 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.', 108, $this->source); })()), "MainBottom", [], "any", false, false, false, 108)]); 
            echo " 
      "; 
        } 
        // line 110 
        echo " 
      "; 
        // line 112 
        echo "      "; 
        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.', 112, $this->source); })()), "SideRight", [], "any", false, false, false, 112)) { 
            // line 113 
            echo "        "; 
            echo 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.', 113, $this->source); })()), "SideRight", [], "any", false, false, false, 113)]); 
            echo " 
      "; 
        } 
        // line 115 
        echo " 
      "; 
        // line 117 
        echo "      "; 
        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.', 117, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 117)) { 
            // line 118 
            echo "        "; 
            echo 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.', 118, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 118)]); 
            echo " 
      "; 
        } 
        // line 120 
        echo "    </div> 
  </div> 
 
  "; 
        // line 124 
        echo "  "; 
        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.', 124, $this->source); })()), "Footer", [], "any", false, false, false, 124)) { 
            // line 125 
            echo "    "; 
            echo 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.', 125, $this->source); })()), "Footer", [], "any", false, false, false, 125)]); 
            echo " 
  "; 
        } 
        // line 127 
        echo "</div><!-- body_inner --> 
 
<div class=\"ec-overlayRole\"></div> 
<div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div> 
<div class=\"ec-drawerRole\"> 
  "; 
        // line 133 
        echo "  "; 
        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.', 133, $this->source); })()), "Drawer", [], "any", false, false, false, 133)) { 
            // line 134 
            echo "    "; 
            echo 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.', 134, $this->source); })()), "Drawer", [], "any", false, false, false, 134)]); 
            echo " 
  "; 
        } 
        // line 136 
        echo "</div> 
"; 
        // line 137 
        $this->loadTemplate("@common/lang.twig", "default_frame.twig", 137)->display($context); 
        // line 138 
        echo "<script src=\""; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html", null, true); 
        echo "\"></script> 
<script src=\""; 
        // line 139 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true); 
        echo "\"></script> 
"; 
        // line 140 
        $this->displayBlock('javascript', $context, $blocks); 
        // line 142 
        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.', 142, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 142)) { 
            // line 143 
            echo "  "; 
            echo 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.', 143, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 143)]); 
            echo " 
"; 
        } 
        // line 146 
        if (array_key_exists("plugin_snippets", $context)) { 
            // line 147 
            echo "  "; 
            echo 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.', 147, $this->source); })())]); 
            echo " 
"; 
        } 
        // line 149 
        echo "  <script src=\""; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js", "user_data"), "html", null, true); 
        echo "\"></script> 
</body> 
</html> 
"; 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
    } 
 
    // line 46 
    public function block_stylesheet($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet")); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 104 
    public function block_main($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    // line 140 
    public function block_javascript($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
         
        $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); 
 
         
        $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "default_frame.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  422 => 140,  404 => 104,  386 => 46,  371 => 149,  365 => 147,  363 => 146,  357 => 143,  355 => 142,  353 => 140,  349 => 139,  344 => 138,  342 => 137,  339 => 136,  333 => 134,  330 => 133,  323 => 127,  317 => 125,  314 => 124,  309 => 120,  303 => 118,  300 => 117,  297 => 115,  291 => 113,  288 => 112,  285 => 110,  279 => 108,  276 => 107,  273 => 105,  270 => 104,  267 => 102,  261 => 100,  258 => 99,  255 => 97,  249 => 95,  246 => 94,  243 => 92,  237 => 90,  234 => 89,  230 => 86,  224 => 84,  221 => 83,  216 => 79,  209 => 75,  205 => 74,  201 => 72,  199 => 71,  196 => 70,  190 => 68,  188 => 67,  182 => 65,  176 => 63,  171 => 62,  169 => 61,  163 => 59,  160 => 58,  148 => 47,  146 => 46,  142 => 45,  134 => 41,  128 => 39,  125 => 38,  119 => 36,  116 => 35,  110 => 33,  107 => 32,  101 => 30,  98 => 29,  92 => 27,  89 => 26,  83 => 24,  81 => 23,  76 => 22,  74 => 21,  62 => 19,  57 => 16,  49 => 12,  46 => 1,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("<!doctype html> 
{# 
This file is part of EC-CUBE 
 
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. 
 
http://www.ec-cube.co.jp/ 
 
For the full copyright and license information, please view the LICENSE 
file that was distributed with this source code. 
#} 
<html lang=\"{{ eccube_config.locale }}\"> 
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\"> 
  <meta charset=\"utf-8\"> 
  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"> 
  <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\"> 
  <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 %} #} 
  {% if subtitle is defined and subtitle is not empty %}{{ subtitle }}{% elseif title is defined and title is not empty %}{{ title }}{% endif %}|{{ BaseInfo.shop_name }} 
  </title> 
  {% if Page.meta_tags is not empty %} 
    {{ include(template_from_string(Page.meta_tags)) }} 
    {% if Page.description is not empty %} 
      <meta name=\"description\" content=\"{{ Page.description }}\"> 
    {% endif %} 
  {% else %} 
    {{ include('meta.twig') }} 
  {% endif %} 
  {% if Page.author is not empty %} 
    <meta name=\"author\" content=\"{{ Page.author }}\"> 
  {% endif %} 
  {% if Page.keyword is not empty %} 
    <meta name=\"keywords\" content=\"{{ Page.keyword }}\"> 
  {% endif %} 
  {% if Page.meta_robots is not empty %} 
    <meta name=\"robots\" content=\"{{ Page.meta_robots }}\"> 
  {% endif %} 
  {% if Page.meta_tags is not empty %} 
    {{ include(template_from_string(Page.meta_tags)) }} 
  {% endif %} 
  <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\"> 
  <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\"> 
  <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\"> 
  <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\"> 
  <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\"> 
  {% block stylesheet %}{% endblock %} 
  <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script> 
  <script> 
    \$(function() { 
      \$.ajaxSetup({ 
        'headers': { 
          'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content') 
        } 
      }); 
    }); 
  </script> 
  {# Layout: HEAD #} 
  {% if Layout.Head %} 
    {{ include('block.twig', {'Blocks': Layout.Head}) }} 
  {% endif %} 
  {# プラグイン用styleseetやmetatagなど #} 
  {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %} 
  <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\"> 
</head> 
<body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\"> 
{# Layout: BODY_AFTER #} 
{% if Layout.BodyAfter %} 
  {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }} 
{% endif %} 
 
{% if isMaintenance %} 
  <div class=\"ec-maintenanceAlert\"> 
    <div> 
      <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div> 
      {{ 'メンテナンスモードが有効になっています。'|trans }} 
    </div> 
  </div> 
{% endif %} 
 
<div class=\"body_inner\"> 
  <div class=\"content-wrapper\"> 
    {# Layout: SIDE_LEFT #} 
    {% if Layout.SideLeft %} 
      {{ include('block.twig', {'Blocks': Layout.SideLeft}) }} 
    {% endif %} 
 
    <div class=\"content\"> 
      {# Layout: HEADER #} 
      {% if Layout.Header %} 
        {{ include('block.twig', {'Blocks': Layout.Header}) }} 
      {% endif %} 
 
      {# Layout: CONTENTS_TOP #} 
      {% if Layout.ContentsTop %} 
        {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }} 
      {% endif %} 
 
      {# Layout: MAIN_TOP #} 
      {% if Layout.MainTop %} 
        {{ include('block.twig', {'Blocks': Layout.MainTop}) }} 
      {% endif %} 
 
      {# MAIN AREA #} 
      {% block main %}{% endblock %} 
 
      {# Layout: MAIN_Bottom #} 
      {% if Layout.MainBottom %} 
        {{ include('block.twig', {'Blocks': Layout.MainBottom}) }} 
      {% endif %} 
 
      {# Layout: SIDE_RIGHT #} 
      {% if Layout.SideRight %} 
        {{ include('block.twig', {'Blocks': Layout.SideRight}) }} 
      {% endif %} 
 
      {# Layout: CONTENTS_BOTTOM #} 
      {% if Layout.ContentsBottom %} 
        {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }} 
      {% endif %} 
    </div> 
  </div> 
 
  {# Layout: CONTENTS_FOOTER #} 
  {% if Layout.Footer %} 
    {{ include('block.twig', {'Blocks': Layout.Footer}) }} 
  {% endif %} 
</div><!-- body_inner --> 
 
<div class=\"ec-overlayRole\"></div> 
<div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div> 
<div class=\"ec-drawerRole\"> 
  {# Layout: DRAWER #} 
  {% if Layout.Drawer %} 
    {{ include('block.twig', {'Blocks': Layout.Drawer}) }} 
  {% endif %} 
</div> 
{% include('@common/lang.twig') %} 
<script src=\"{{ asset('assets/js/function.js') }}\"></script> 
<script src=\"{{ asset('assets/js/eccube.js') }}\"></script> 
{% block javascript %}{% endblock %} 
{# Layout: CLOSE_BODY_BEFORE #} 
{% if Layout.CloseBodyBefore %} 
  {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }} 
{% endif %} 
{# プラグイン用Snippet #} 
{% if plugin_snippets is defined %} 
  {{ include('snippet.twig', { snippets: plugin_snippets }) }} 
{% endif %} 
  <script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script> 
</body> 
</html> 
", "default_frame.twig", "/home/mahjontv1326/kmj-tv.jp/public_html/dev.kmj-tv.jp/app/template/default/default_frame.twig"); 
    } 
}