var/cache/dev/twig/b0/b091c62ccff470cbc5b03509f8b027e3f3bba1eaed2456a2ae5bf843aad8f966.php line 36

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_9fc125de9e7f053ce4f3d56e9d6d6b03fbd524a2ef864929ab6f11ff03b804ad 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.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  34.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_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->envtwig_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"falsefalsefalse12), "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.     <title>";
  51.         // line 17
  52.         echo twig_escape_filter($this->envtwig_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.'17$this->source); })()), "shop_name", [], "any"falsefalsefalse17), "html"nulltrue);
  53.         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.'17$this->source); })())))) {
  54.             echo " / ";
  55.             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.'17$this->source); })()), "html"nulltrue);
  56.         } 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.'17$this->source); })())))) {
  57.             echo " / ";
  58.             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.'17$this->source); })()), "html"nulltrue);
  59.         }
  60.         echo "</title>
  61.     ";
  62.         // line 18
  63.         if ((array_key_exists("custom_params"$context) && twig_get_attribute($this->env$this->source, ($context["custom_params"] ?? null), "custom_meta_tags", [], "any"truetruefalse18))) {
  64.             // line 19
  65.             echo "        ";
  66.             // line 20
  67.             echo "        ";
  68.             $context['_parent'] = $context;
  69.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["custom_params"]) || array_key_exists("custom_params"$context) ? $context["custom_params"] : (function () { throw new RuntimeError('Variable "custom_params" does not exist.'20$this->source); })()), "custom_meta_tags", [], "any"falsefalsefalse20));
  70.             foreach ($context['_seq'] as $context["key"] => $context["value"]) {
  71.                 // line 21
  72.                 echo "            <meta property=\"";
  73.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  74.                 echo "\" content=\"";
  75.                 echo twig_escape_filter($this->env$context["value"], "html"nulltrue);
  76.                 echo "\" />
  77.         ";
  78.             }
  79.             $_parent $context['_parent'];
  80.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
  81.             $context array_intersect_key($context$_parent) + $_parent;
  82.             // line 23
  83.             echo "        ";
  84.             if (twig_get_attribute($this->env$this->source, ($context["custom_params"] ?? null), "canonical_url", [], "any"truetruefalse23)) {
  85.                 // line 24
  86.                 echo "            <link rel=\"canonical\" href=\"";
  87.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["custom_params"]) || array_key_exists("custom_params"$context) ? $context["custom_params"] : (function () { throw new RuntimeError('Variable "custom_params" does not exist.'24$this->source); })()), "canonical_url", [], "any"falsefalsefalse24), "html"nulltrue);
  88.                 echo "\" />
  89.         ";
  90.             }
  91.             // line 26
  92.             echo "        ";
  93.             if (twig_get_attribute($this->env$this->source, ($context["custom_params"] ?? null), "meta_robots", [], "any"truetruefalse26)) {
  94.                 // line 27
  95.                 echo "            <meta name=\"robots\" content=\"";
  96.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["custom_params"]) || array_key_exists("custom_params"$context) ? $context["custom_params"] : (function () { throw new RuntimeError('Variable "custom_params" does not exist.'27$this->source); })()), "meta_robots", [], "any"falsefalsefalse27), "html"nulltrue);
  97.                 echo "\" />
  98.         ";
  99.             }
  100.             // line 29
  101.             echo "    ";
  102.         } elseif ( !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_tags", [], "any"falsefalsefalse29))) {
  103.             // line 30
  104.             echo "        ";
  105.             echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_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_tags", [], "any"falsefalsefalse30)), array(), truefalsetrue);
  106.             echo "
  107.         ";
  108.             // line 31
  109.             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.'31$this->source); })()), "description", [], "any"falsefalsefalse31))) {
  110.                 // line 32
  111.                 echo "            <meta name=\"description\" content=\"";
  112.                 echo twig_escape_filter($this->envtwig_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); })()), "description", [], "any"falsefalsefalse32), "html"nulltrue);
  113.                 echo "\">
  114.         ";
  115.             }
  116.             // line 34
  117.             echo "    ";
  118.         } else {
  119.             // line 35
  120.             echo "        ";
  121.             echo twig_include($this->env$context"meta.twig");
  122.             echo "
  123.     ";
  124.         }
  125.         // line 37
  126.         echo "    ";
  127.         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.'37$this->source); })()), "author", [], "any"falsefalsefalse37))) {
  128.             // line 38
  129.             echo "        <meta name=\"author\" content=\"";
  130.             echo twig_escape_filter($this->envtwig_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); })()), "author", [], "any"falsefalsefalse38), "html"nulltrue);
  131.             echo "\">
  132.     ";
  133.         }
  134.         // line 40
  135.         echo "    ";
  136.         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.'40$this->source); })()), "keyword", [], "any"falsefalsefalse40))) {
  137.             // line 41
  138.             echo "        <meta name=\"keywords\" content=\"";
  139.             echo twig_escape_filter($this->envtwig_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.'41$this->source); })()), "keyword", [], "any"falsefalsefalse41), "html"nulltrue);
  140.             echo "\">
  141.     ";
  142.         }
  143.         // line 43
  144.         echo "    ";
  145.         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.'43$this->source); })()), "meta_robots", [], "any"falsefalsefalse43))) {
  146.             // line 44
  147.             echo "        <meta name=\"robots\" content=\"";
  148.             echo twig_escape_filter($this->envtwig_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.'44$this->source); })()), "meta_robots", [], "any"falsefalsefalse44), "html"nulltrue);
  149.             echo "\">
  150.     ";
  151.         }
  152.         // line 46
  153.         echo "    <link rel=\"icon\" href=\"";
  154.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  155.         echo "\">
  156.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  157.     <link rel=\"stylesheet\" href=\"";
  158.         // line 48
  159.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  160.         echo "\">
  161.     <link rel=\"stylesheet\" href=\"";
  162.         // line 49
  163.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/base.css"), "html"nulltrue);
  164.         echo "\">
  165.     <link rel=\"stylesheet\" href=\"";
  166.         // line 50
  167.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/header.css"), "html"nulltrue);
  168.         echo "\">
  169.     <link rel=\"stylesheet\" href=\"";
  170.         // line 51
  171.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/menu.css"), "html"nulltrue);
  172.         echo "\">
  173.     <link rel=\"stylesheet\" href=\"";
  174.         // line 52
  175.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/footer.css"), "html"nulltrue);
  176.         echo "\">
  177.     <script src=\"";
  178.         // line 53
  179.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  180.         echo "\"></script>
  181.     ";
  182.         // line 54
  183.         $this->displayBlock('stylesheet'$context$blocks);
  184.         // line 55
  185.         echo "    <script>
  186.         \$(function() {
  187.             \$.ajaxSetup({
  188.                 'headers': {
  189.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  190.                 }
  191.             });
  192.         });
  193.     </script>
  194.     ";
  195.         // line 65
  196.         echo "    ";
  197.         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.'65$this->source); })()), "Head", [], "any"falsefalsefalse65)) {
  198.             // line 66
  199.             echo "        ";
  200.             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.'66$this->source); })()), "Head", [], "any"falsefalsefalse66)]);
  201.             echo "
  202.     ";
  203.         }
  204.         // line 68
  205.         echo "    ";
  206.         // line 69
  207.         echo "    ";
  208.         if (array_key_exists("plugin_assets"$context)) {
  209.             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.'69$this->source); })())]);
  210.         }
  211.         // line 70
  212.         echo "    ";
  213.         // line 71
  214.         echo "    <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  215.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  216.     <link href=\"https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap\" rel=\"stylesheet\">
  217. </head>
  218. <body id=\"page_";
  219.         // line 75
  220.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'75$this->source); })()), "request", [], "any"falsefalsefalse75), "get", [=> "_route"], "method"falsefalsefalse75), "html"nulltrue);
  221.         echo "\" class=\"";
  222.         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.'75$this->source); })()), "other_page")) : ("other_page")), "html"nulltrue);
  223.         echo "\">
  224. ";
  225.         // line 77
  226.         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.'77$this->source); })()), "BodyAfter", [], "any"falsefalsefalse77)) {
  227.             // line 78
  228.             echo "    ";
  229.             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.'78$this->source); })()), "BodyAfter", [], "any"falsefalsefalse78)]);
  230.             echo "
  231. ";
  232.         }
  233.         // line 80
  234.         echo "
  235. ";
  236.         // line 81
  237.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'81$this->source); })())) {
  238.             // line 82
  239.             echo "    <div class=\"ec-maintenanceAlert\">
  240.         <div>
  241.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  242.             // line 84
  243.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  244.             echo "\"/></div>
  245.             ";
  246.             // line 85
  247.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("front.under_maintenance"), "html"nulltrue);
  248.             echo "
  249.         </div>
  250.     </div>
  251. ";
  252.         }
  253.         // line 89
  254.         echo "
  255. <div class=\"ec-layoutRole\">
  256.     ";
  257.         // line 92
  258.         echo "    ";
  259.         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.'92$this->source); })()), "Header", [], "any"falsefalsefalse92)) {
  260.             // line 93
  261.             echo "        <header class=\"ec-layoutRole__header\">
  262.             ";
  263.             // line 94
  264.             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.'94$this->source); })()), "Header", [], "any"falsefalsefalse94)]);
  265.             echo "
  266.         </header>
  267.     ";
  268.         }
  269.         // line 97
  270.         echo "
  271.     ";
  272.         // line 99
  273.         echo "    ";
  274.         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); })()), "ContentsTop", [], "any"falsefalsefalse99)) {
  275.             // line 100
  276.             echo "        <div class=\"ec-layoutRole__contentTop\">
  277.             ";
  278.             // line 101
  279.             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.'101$this->source); })()), "ContentsTop", [], "any"falsefalsefalse101)]);
  280.             echo "
  281.         </div>
  282.     ";
  283.         }
  284.         // line 104
  285.         echo "
  286.     <div class=\"\">
  287.         ";
  288.         // line 107
  289.         echo "        ";
  290.         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); })()), "SideLeft", [], "any"falsefalsefalse107)) {
  291.             // line 108
  292.             echo "            <aside class=\"ec-layoutRole__left\">
  293.                 ";
  294.             // line 109
  295.             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.'109$this->source); })()), "SideLeft", [], "any"falsefalsefalse109)]);
  296.             echo "
  297.             </aside>
  298.         ";
  299.         }
  300.         // line 112
  301.         echo "
  302.         ";
  303.         // line 113
  304.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  305.         // line 114
  306.         echo "        ";
  307.         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); })()), "ColumnNum", [], "any"falsefalsefalse114) == 2)) {
  308.             // line 115
  309.             echo "            ";
  310.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  311.             // line 116
  312.             echo "        ";
  313.         } elseif ((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.'116$this->source); })()), "ColumnNum", [], "any"falsefalsefalse116) == 3)) {
  314.             // line 117
  315.             echo "            ";
  316.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  317.             // line 118
  318.             echo "        ";
  319.         }
  320.         // line 119
  321.         echo "
  322.         <main class=\"";
  323.         // line 120
  324.         echo twig_escape_filter($this->env, (isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain"$context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.'120$this->source); })()), "html"nulltrue);
  325.         echo "\">
  326.             ";
  327.         // line 122
  328.         echo "            ";
  329.         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.'122$this->source); })()), "MainTop", [], "any"falsefalsefalse122)) {
  330.             // line 123
  331.             echo "                <div class=\"ec-layoutRole__mainTop\">
  332.                     ";
  333.             // line 124
  334.             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.'124$this->source); })()), "MainTop", [], "any"falsefalsefalse124)]);
  335.             echo "
  336.                 </div>
  337.             ";
  338.         }
  339.         // line 127
  340.         echo "
  341.             ";
  342.         // line 129
  343.         echo "            ";
  344.         $this->displayBlock('main'$context$blocks);
  345.         // line 130
  346.         echo "
  347.             ";
  348.         // line 132
  349.         echo "            ";
  350.         // line 137
  351.         echo "        </main>
  352.         ";
  353.         // line 140
  354.         echo "        ";
  355.         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); })()), "SideRight", [], "any"falsefalsefalse140)) {
  356.             // line 141
  357.             echo "            <aside class=\"ec-layoutRole__right\">
  358.                 ";
  359.             // line 142
  360.             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.'142$this->source); })()), "SideRight", [], "any"falsefalsefalse142)]);
  361.             echo "
  362.             </aside>
  363.         ";
  364.         }
  365.         // line 145
  366.         echo "    </div>
  367.     ";
  368.         // line 148
  369.         echo "    ";
  370.         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.'148$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse148)) {
  371.             // line 149
  372.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  373.             ";
  374.             // line 150
  375.             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.'150$this->source); })()), "ContentsBottom", [], "any"falsefalsefalse150)]);
  376.             echo "
  377.         </div>
  378.     ";
  379.         }
  380.         // line 153
  381.         echo "
  382.     ";
  383.         // line 155
  384.         echo "    ";
  385.         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.'155$this->source); })()), "Footer", [], "any"falsefalsefalse155)) {
  386.             // line 156
  387.             echo "        <footer class=\"ec-layoutRole__footer font_all_mplus\">
  388.             ";
  389.             // line 157
  390.             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.'157$this->source); })()), "Footer", [], "any"falsefalsefalse157)]);
  391.             echo "
  392.         </footer>
  393.     ";
  394.         }
  395.         // line 160
  396.         echo "</div><!-- ec-layoutRole -->
  397. <div class=\"ec-overlayRole\"></div>
  398. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  399. <div class=\"ec-drawerRole\">
  400.     ";
  401.         // line 166
  402.         echo "    ";
  403.         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.'166$this->source); })()), "Drawer", [], "any"falsefalsefalse166)) {
  404.             // line 167
  405.             echo "        ";
  406.             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.'167$this->source); })()), "Drawer", [], "any"falsefalsefalse167)]);
  407.             echo "
  408.     ";
  409.         }
  410.         // line 169
  411.         echo "</div>
  412. <div class=\"ec-blockTopBtn pagetop\">
  413.     <i class=\"fas fa-chevron-up\" style=\"font-size: 20px; margin-top: 10px;\"></i>
  414. </div>
  415. ";
  416.         // line 173
  417.         $this->loadTemplate("@common/lang.twig""default_frame.twig"173)->display($context);
  418.         // line 174
  419.         echo "<script src=\"";
  420.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  421.         echo "\"></script>
  422. <script src=\"";
  423.         // line 175
  424.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  425.         echo "\"></script>
  426. ";
  427.         // line 176
  428.         $this->displayBlock('javascript'$context$blocks);
  429.         // line 178
  430.         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.'178$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse178)) {
  431.             // line 179
  432.             echo "    ";
  433.             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.'179$this->source); })()), "CloseBodyBefore", [], "any"falsefalsefalse179)]);
  434.             echo "
  435. ";
  436.         }
  437.         // line 182
  438.         if (array_key_exists("plugin_snippets"$context)) {
  439.             // line 183
  440.             echo "    ";
  441.             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.'183$this->source); })())]);
  442.             echo "
  443. ";
  444.         }
  445.         // line 185
  446.         echo "    <script src=\"";
  447.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/custom.js"), "html"nulltrue);
  448.         echo "\"></script>
  449. </body>
  450. </html>
  451. ";
  452.         
  453.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  454.         
  455.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  456.     }
  457.     // line 54
  458.     public function block_stylesheet($context, array $blocks = [])
  459.     {
  460.         $macros $this->macros;
  461.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  462.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  463.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  464.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  465.         
  466.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  467.         
  468.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  469.     }
  470.     // line 129
  471.     public function block_main($context, array $blocks = [])
  472.     {
  473.         $macros $this->macros;
  474.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  475.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  476.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  477.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  478.         
  479.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  480.         
  481.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  482.     }
  483.     // line 176
  484.     public function block_javascript($context, array $blocks = [])
  485.     {
  486.         $macros $this->macros;
  487.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  488.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  489.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  490.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  491.         
  492.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  493.         
  494.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  495.     }
  496.     public function getTemplateName()
  497.     {
  498.         return "default_frame.twig";
  499.     }
  500.     public function isTraitable()
  501.     {
  502.         return false;
  503.     }
  504.     public function getDebugInfo()
  505.     {
  506.         return array (  509 => 176,  491 => 129,  473 => 54,  458 => 185,  452 => 183,  450 => 182,  444 => 179,  442 => 178,  440 => 176,  436 => 175,  431 => 174,  429 => 173,  423 => 169,  417 => 167,  414 => 166,  407 => 160,  401 => 157,  398 => 156,  395 => 155,  392 => 153,  386 => 150,  383 => 149,  380 => 148,  376 => 145,  370 => 142,  367 => 141,  364 => 140,  360 => 137,  358 => 132,  355 => 130,  352 => 129,  349 => 127,  343 => 124,  340 => 123,  337 => 122,  333 => 120,  330 => 119,  327 => 118,  324 => 117,  321 => 116,  318 => 115,  315 => 114,  313 => 113,  310 => 112,  304 => 109,  301 => 108,  298 => 107,  294 => 104,  288 => 101,  285 => 100,  282 => 99,  279 => 97,  273 => 94,  270 => 93,  267 => 92,  263 => 89,  256 => 85,  252 => 84,  248 => 82,  246 => 81,  243 => 80,  237 => 78,  235 => 77,  229 => 75,  223 => 71,  221 => 70,  216 => 69,  214 => 68,  208 => 66,  205 => 65,  194 => 55,  192 => 54,  188 => 53,  184 => 52,  180 => 51,  176 => 50,  172 => 49,  168 => 48,  162 => 46,  156 => 44,  153 => 43,  147 => 41,  144 => 40,  138 => 38,  135 => 37,  129 => 35,  126 => 34,  120 => 32,  118 => 31,  113 => 30,  110 => 29,  104 => 27,  101 => 26,  95 => 24,  92 => 23,  81 => 21,  76 => 20,  74 => 19,  72 => 18,  61 => 17,  57 => 16,  49 => 12,  46 => 1,);
  507.     }
  508.     public function getSourceContext()
  509.     {
  510.         return new Source("<!doctype html>
  511. {#
  512. This file is part of EC-CUBE
  513. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  514. http://www.ec-cube.co.jp/
  515. For the full copyright and license information, please view the LICENSE
  516. file that was distributed with this source code.
  517. #}
  518. <html lang=\"{{ eccube_config.locale }}\">
  519. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  520.     <meta charset=\"utf-8\">
  521.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  522.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  523.     <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>
  524.     {% if custom_params is defined and custom_params.custom_meta_tags is defined %}
  525.         {# Custom meta tags from parameters #}
  526.         {% for key, value in custom_params.custom_meta_tags %}
  527.             <meta property=\"{{ key }}\" content=\"{{ value }}\" />
  528.         {% endfor %}
  529.         {% if custom_params.canonical_url is defined %}
  530.             <link rel=\"canonical\" href=\"{{ custom_params.canonical_url }}\" />
  531.         {% endif %}
  532.         {% if custom_params.meta_robots is defined %}
  533.             <meta name=\"robots\" content=\"{{ custom_params.meta_robots }}\" />
  534.         {% endif %}
  535.     {% elseif Page.meta_tags is not empty %}
  536.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  537.         {% if Page.description is not empty %}
  538.             <meta name=\"description\" content=\"{{ Page.description }}\">
  539.         {% endif %}
  540.     {% else %}
  541.         {{ include('meta.twig') }}
  542.     {% endif %}
  543.     {% if Page.author is not empty %}
  544.         <meta name=\"author\" content=\"{{ Page.author }}\">
  545.     {% endif %}
  546.     {% if Page.keyword is not empty %}
  547.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  548.     {% endif %}
  549.     {% if Page.meta_robots is not empty %}
  550.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  551.     {% endif %}
  552.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
  553.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  554.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  555.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/base.css') }}\">
  556.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/header.css') }}\">
  557.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/menu.css') }}\">
  558.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/footer.css') }}\">
  559.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  560.     {% block stylesheet %}{% endblock %}
  561.     <script>
  562.         \$(function() {
  563.             \$.ajaxSetup({
  564.                 'headers': {
  565.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  566.                 }
  567.             });
  568.         });
  569.     </script>
  570.     {# Layout: HEAD #}
  571.     {% if Layout.Head %}
  572.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  573.     {% endif %}
  574.     {# プラグイン用styleseetやmetatagなど #}
  575.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  576.     {# <link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\"> #}
  577.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  578.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  579.     <link href=\"https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap\" rel=\"stylesheet\">
  580. </head>
  581. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  582. {# Layout: BODY_AFTER #}
  583. {% if Layout.BodyAfter %}
  584.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  585. {% endif %}
  586. {% if isMaintenance %}
  587.     <div class=\"ec-maintenanceAlert\">
  588.         <div>
  589.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  590.             {{ 'front.under_maintenance'|trans }}
  591.         </div>
  592.     </div>
  593. {% endif %}
  594. <div class=\"ec-layoutRole\">
  595.     {# Layout: HEADER #}
  596.     {% if Layout.Header %}
  597.         <header class=\"ec-layoutRole__header\">
  598.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  599.         </header>
  600.     {% endif %}
  601.     {# Layout: CONTENTS_TOP #}
  602.     {% if Layout.ContentsTop %}
  603.         <div class=\"ec-layoutRole__contentTop\">
  604.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  605.         </div>
  606.     {% endif %}
  607.     <div class=\"\">
  608.         {# Layout: SIDE_LEFT #}
  609.         {% if Layout.SideLeft %}
  610.             <aside class=\"ec-layoutRole__left\">
  611.                 {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  612.             </aside>
  613.         {% endif %}
  614.         {% set layoutRoleMain = 'ec-layoutRole__main' %}
  615.         {% if Layout.ColumnNum == 2 %}
  616.             {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  617.         {% elseif Layout.ColumnNum == 3 %}
  618.             {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  619.         {% endif %}
  620.         <main class=\"{{ layoutRoleMain }}\">
  621.             {# Layout: MAIN_TOP #}
  622.             {% if Layout.MainTop %}
  623.                 <div class=\"ec-layoutRole__mainTop\">
  624.                     {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  625.                 </div>
  626.             {% endif %}
  627.             {# MAIN AREA #}
  628.             {% block main %}{% endblock %}
  629.             {# Layout: MAIN_Bottom #}
  630.             {# {% if Layout.MainBottom %}
  631.                 <div class=\"ec-layoutRole__mainBottom\">
  632.                     {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  633.                 </div>
  634.             {% endif %} #}
  635.         </main>
  636.         {# Layout: SIDE_RIGHT #}
  637.         {% if Layout.SideRight %}
  638.             <aside class=\"ec-layoutRole__right\">
  639.                 {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  640.             </aside>
  641.         {% endif %}
  642.     </div>
  643.     {# Layout: CONTENTS_BOTTOM #}
  644.     {% if Layout.ContentsBottom %}
  645.         <div class=\"ec-layoutRole__contentBottom\">
  646.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  647.         </div>
  648.     {% endif %}
  649.     {# Layout: CONTENTS_FOOTER #}
  650.     {% if Layout.Footer %}
  651.         <footer class=\"ec-layoutRole__footer font_all_mplus\">
  652.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  653.         </footer>
  654.     {% endif %}
  655. </div><!-- ec-layoutRole -->
  656. <div class=\"ec-overlayRole\"></div>
  657. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  658. <div class=\"ec-drawerRole\">
  659.     {# Layout: DRAWER #}
  660.     {% if Layout.Drawer %}
  661.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  662.     {% endif %}
  663. </div>
  664. <div class=\"ec-blockTopBtn pagetop\">
  665.     <i class=\"fas fa-chevron-up\" style=\"font-size: 20px; margin-top: 10px;\"></i>
  666. </div>
  667. {% include('@common/lang.twig') %}
  668. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  669. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  670. {% block javascript %}{% endblock %}
  671. {# Layout: CLOSE_BODY_BEFORE #}
  672. {% if Layout.CloseBodyBefore %}
  673.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  674. {% endif %}
  675. {# プラグイン用Snippet #}
  676. {% if plugin_snippets is defined %}
  677.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  678. {% endif %}
  679.     <script src=\"{{ asset('assets/js/custom.js') }}\"></script>
  680. </body>
  681. </html>
  682. ""default_frame.twig""/var/www/html/app/template/default/default_frame.twig");
  683.     }
  684. }