var/cache/dev/twig/81/8102fb23643a392eb5afe1b7e1c8680e.php line 389

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_b443465f53d5ef4f15c08307dfdf6957 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.     <title>";
  51.         // line 17
  52.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsetrue17), 17$this->source), "html"nulltrue);
  53.         if ((array_key_exists("subtitle"$context) &&  !twig_test_empty(($context["subtitle"] ?? null)))) {
  54.             echo " / ";
  55.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["subtitle"] ?? null), 17$this->source), "html"nulltrue);
  56.         } elseif ((array_key_exists("title"$context) &&  !twig_test_empty(($context["title"] ?? null)))) {
  57.             echo " / ";
  58.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 17$this->source), "html"nulltrue);
  59.         }
  60.         echo "</title>
  61.     ";
  62.         // line 18
  63.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsetrue18))) {
  64.             // line 19
  65.             echo "        ";
  66.             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"falsefalsetrue19), 19$this->source)), array(), truefalsetrue);
  67.             echo "
  68.         ";
  69.             // line 20
  70.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "description", [], "any"falsefalsetrue20))) {
  71.                 // line 21
  72.                 echo "            <meta name=\"description\" content=\"";
  73.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "description", [], "any"falsefalsetrue21), 21$this->source), "html"nulltrue);
  74.                 echo "\">
  75.         ";
  76.             }
  77.             // line 23
  78.             echo "    ";
  79.         } else {
  80.             // line 24
  81.             echo "        ";
  82.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  83.             echo "
  84.     ";
  85.         }
  86.         // line 26
  87.         echo "    ";
  88.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsetrue26))) {
  89.             // line 27
  90.             echo "        <meta name=\"author\" content=\"";
  91.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsetrue27), 27$this->source), "html"nulltrue);
  92.             echo "\">
  93.     ";
  94.         }
  95.         // line 29
  96.         echo "    ";
  97.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsetrue29))) {
  98.             // line 30
  99.             echo "        <meta name=\"keywords\" content=\"";
  100.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsetrue30), 30$this->source), "html"nulltrue);
  101.             echo "\">
  102.     ";
  103.         }
  104.         // line 32
  105.         echo "    ";
  106.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsetrue32))) {
  107.             // line 33
  108.             echo "        <meta name=\"robots\" content=\"";
  109.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsetrue33), 33$this->source), "html"nulltrue);
  110.             echo "\">
  111.     ";
  112.         }
  113.         // line 35
  114.         echo "    <link rel=\"icon\" href=\"";
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  116.         echo "\">
  117.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  118.     <link rel=\"stylesheet\" href=\"";
  119.         // line 37
  120.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  121.         echo "\">
  122.     <script src=\"";
  123.         // line 38
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  125.         echo "\"></script>
  126.     ";
  127.         // line 39
  128.         $this->displayBlock('stylesheet'$context$blocks);
  129.         // line 40
  130.         echo "    <script>
  131.         \$(function() {
  132.             \$.ajaxSetup({
  133.                 'headers': {
  134.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  135.                 }
  136.             });
  137.         });
  138.     </script>
  139.     ";
  140.         // line 50
  141.         echo "    ";
  142.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsetrue50)) {
  143.             // line 51
  144.             echo "        ";
  145.             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"falsefalsetrue51)]);
  146.             echo "
  147.     ";
  148.         }
  149.         // line 53
  150.         echo "    ";
  151.         // line 54
  152.         echo "    ";
  153.         if (array_key_exists("plugin_assets"$context)) {
  154.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => ($context["plugin_assets"] ?? null)]);
  155.         }
  156.         // line 55
  157.         echo "    <link rel=\"stylesheet\" href=\"";
  158.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  159.         echo "\">
  160.     <!-- Google tag (gtag.js) -->
  161.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-5JMVH53FE5\"></script>
  162.     <script>
  163.         window.dataLayer = window.dataLayer || [];
  164.         function gtag(){dataLayer.push(arguments);}
  165.         gtag('js', new Date());
  166.         gtag('config', 'G-5JMVH53FE5');
  167.     </script>
  168.     <!-- Google tag (gtag.js) -->
  169.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=G-E9VMRRGXWS\"></script>
  170.     <script>
  171.     window.dataLayer = window.dataLayer || [];
  172.     function gtag(){dataLayer.push(arguments);}
  173.     gtag('js', new Date());
  174.     gtag('config', 'G-E9VMRRGXWS');
  175.     </script>
  176. </head>
  177. <body id=\"page_";
  178.         // line 74
  179.         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"falsefalsetrue74), "get", [=> "_route"], "method"falsefalsetrue74), 74$this->source), "html"nulltrue);
  180.         echo "\" class=\"";
  181.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["body_class"] ?? null), 74$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  182.         echo "\">
  183. ";
  184.         // line 76
  185.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsetrue76)) {
  186.             // line 77
  187.             echo "    ";
  188.             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"falsefalsetrue77)]);
  189.             echo "
  190. ";
  191.         }
  192.         // line 79
  193.         echo "
  194. ";
  195.         // line 80
  196.         if (($context["isMaintenance"] ?? null)) {
  197.             // line 81
  198.             echo "    <div class=\"ec-maintenanceAlert\">
  199.         <div>
  200.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  201.             // line 83
  202.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  203.             echo "\"/></div>
  204.             ";
  205.             // line 84
  206.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  207.             echo "
  208.         </div>
  209.     </div>
  210. ";
  211.         }
  212.         // line 88
  213.         echo "
  214. <div class=\"ec-layoutRole\">
  215.     <div class=\"header_bg\"></div>
  216.     ";
  217.         // line 92
  218.         echo "    ";
  219.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsetrue92)) {
  220.             // line 93
  221.             echo "        <header class=\"ec-layoutRole__header\">
  222.             ";
  223.             // line 94
  224.             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"falsefalsetrue94)]);
  225.             echo "
  226.         </header>
  227.     ";
  228.         }
  229.         // line 97
  230.         echo "
  231.     ";
  232.         // line 99
  233.         echo "    ";
  234.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsetrue99)) {
  235.             // line 100
  236.             echo "        <div class=\"ec-layoutRole__contentTop\">
  237.             ";
  238.             // line 101
  239.             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"falsefalsetrue101)]);
  240.             echo "
  241.         </div>
  242.     ";
  243.         }
  244.         // line 104
  245.         echo "
  246.     <div class=\"ec-layoutRole__contents\">
  247.         ";
  248.         // line 107
  249.         echo "        ";
  250.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsetrue107)) {
  251.             // line 108
  252.             echo "            <aside class=\"ec-layoutRole__left\">
  253.                 ";
  254.             // line 109
  255.             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"falsefalsetrue109)]);
  256.             echo "
  257.             </aside>
  258.         ";
  259.         }
  260.         // line 112
  261.         echo "
  262.         ";
  263.         // line 113
  264.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  265.         // line 114
  266.         echo "        ";
  267.         if ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsetrue114) == 2)) {
  268.             // line 115
  269.             echo "            ";
  270.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  271.             // line 116
  272.             echo "        ";
  273.         } elseif ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsetrue116) == 3)) {
  274.             // line 117
  275.             echo "            ";
  276.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  277.             // line 118
  278.             echo "        ";
  279.         }
  280.         // line 119
  281.         echo "
  282.         <main class=\"";
  283.         // line 120
  284.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["layoutRoleMain"] ?? null), 120$this->source), "html"nulltrue);
  285.         echo "\">
  286.             ";
  287.         // line 122
  288.         echo "            ";
  289.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsetrue122)) {
  290.             // line 123
  291.             echo "                <div class=\"ec-layoutRole__mainTop\">
  292.                     ";
  293.             // line 124
  294.             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"falsefalsetrue124)]);
  295.             echo "
  296.                 </div>
  297.             ";
  298.         }
  299.         // line 127
  300.         echo "
  301.             ";
  302.         // line 129
  303.         echo "            ";
  304.         $this->displayBlock('main'$context$blocks);
  305.         // line 130
  306.         echo "
  307.             ";
  308.         // line 132
  309.         echo "            ";
  310.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsetrue132)) {
  311.             // line 133
  312.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  313.                     ";
  314.             // line 134
  315.             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"falsefalsetrue134)]);
  316.             echo "
  317.                 </div>
  318.             ";
  319.         }
  320.         // line 137
  321.         echo "        </main>
  322.         ";
  323.         // line 140
  324.         echo "        ";
  325.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsetrue140)) {
  326.             // line 141
  327.             echo "            <aside class=\"ec-layoutRole__right\">
  328.                 ";
  329.             // line 142
  330.             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"falsefalsetrue142)]);
  331.             echo "
  332.             </aside>
  333.         ";
  334.         }
  335.         // line 145
  336.         echo "    </div>
  337.     ";
  338.         // line 148
  339.         echo "    ";
  340.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsetrue148)) {
  341.             // line 149
  342.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  343.             ";
  344.             // line 150
  345.             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"falsefalsetrue150)]);
  346.             echo "
  347.         </div>
  348.     ";
  349.         }
  350.         // line 153
  351.         echo "
  352.     <div class=\"footer_bg2\"></div>
  353.     ";
  354.         // line 156
  355.         echo "    ";
  356.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsetrue156)) {
  357.             // line 157
  358.             echo "        <footer class=\"ec-layoutRole__footer\">
  359.             ";
  360.             // line 158
  361.             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"falsefalsetrue158)]);
  362.             echo "
  363.         </footer>
  364.     ";
  365.         }
  366.         // line 161
  367.         echo "</div><!-- ec-layoutRole -->
  368. <div class=\"ec-overlayRole\"></div>
  369. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  370. <div class=\"ec-drawerRole\">
  371.     ";
  372.         // line 167
  373.         echo "    ";
  374.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsetrue167)) {
  375.             // line 168
  376.             echo "        ";
  377.             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"falsefalsetrue168)]);
  378.             echo "
  379.     ";
  380.         }
  381.         // line 170
  382.         echo "</div>
  383. <div class=\"ec-blockTopBtn pagetop\">
  384.     <div>▲</div>
  385.     <div>";
  386.         // line 173
  387.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("TOP"), "html"nulltrue);
  388.         echo "</div>
  389. </div>
  390. ";
  391.         // line 175
  392.         $this->loadTemplate("@common/lang.twig""default_frame.twig"175)->display($context);
  393.         // line 176
  394.         echo "<script src=\"";
  395.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  396.         echo "\"></script>
  397. <script src=\"";
  398.         // line 177
  399.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  400.         echo "\"></script>
  401. ";
  402.         // line 178
  403.         $this->displayBlock('javascript'$context$blocks);
  404.         // line 180
  405.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsetrue180)) {
  406.             // line 181
  407.             echo "    ";
  408.             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"falsefalsetrue181)]);
  409.             echo "
  410. ";
  411.         }
  412.         // line 184
  413.         if (array_key_exists("plugin_snippets"$context)) {
  414.             // line 185
  415.             echo "    ";
  416.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"snippet.twig", ["snippets" => ($context["plugin_snippets"] ?? null)]);
  417.             echo "
  418. ";
  419.         }
  420.         // line 187
  421.         echo "    <script src=\"";
  422.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  423.         echo "\"></script>
  424. </body>
  425. </html>
  426. ";
  427.         
  428.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  429.     }
  430.     // line 39
  431.     public function block_stylesheet($context, array $blocks = [])
  432.     {
  433.         $macros $this->macros;
  434.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  435.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  436.         
  437.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  438.     }
  439.     // line 129
  440.     public function block_main($context, array $blocks = [])
  441.     {
  442.         $macros $this->macros;
  443.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  444.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  445.         
  446.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  447.     }
  448.     // line 178
  449.     public function block_javascript($context, array $blocks = [])
  450.     {
  451.         $macros $this->macros;
  452.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  453.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  454.         
  455.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  456.     }
  457.     public function getTemplateName()
  458.     {
  459.         return "default_frame.twig";
  460.     }
  461.     public function isTraitable()
  462.     {
  463.         return false;
  464.     }
  465.     public function getDebugInfo()
  466.     {
  467.         return array (  469 => 178,  457 => 129,  445 => 39,  433 => 187,  427 => 185,  425 => 184,  419 => 181,  417 => 180,  415 => 178,  411 => 177,  406 => 176,  404 => 175,  399 => 173,  394 => 170,  388 => 168,  385 => 167,  378 => 161,  372 => 158,  369 => 157,  366 => 156,  362 => 153,  356 => 150,  353 => 149,  350 => 148,  346 => 145,  340 => 142,  337 => 141,  334 => 140,  330 => 137,  324 => 134,  321 => 133,  318 => 132,  315 => 130,  312 => 129,  309 => 127,  303 => 124,  300 => 123,  297 => 122,  293 => 120,  290 => 119,  287 => 118,  284 => 117,  281 => 116,  278 => 115,  275 => 114,  273 => 113,  270 => 112,  264 => 109,  261 => 108,  258 => 107,  254 => 104,  248 => 101,  245 => 100,  242 => 99,  239 => 97,  233 => 94,  230 => 93,  227 => 92,  222 => 88,  215 => 84,  211 => 83,  207 => 81,  205 => 80,  202 => 79,  196 => 77,  194 => 76,  188 => 74,  165 => 55,  160 => 54,  158 => 53,  152 => 51,  149 => 50,  138 => 40,  136 => 39,  132 => 38,  128 => 37,  122 => 35,  116 => 33,  113 => 32,  107 => 30,  104 => 29,  98 => 27,  95 => 26,  89 => 24,  86 => 23,  80 => 21,  78 => 20,  73 => 19,  71 => 18,  60 => 17,  56 => 16,  48 => 12,  45 => 1,);
  468.     }
  469.     public function getSourceContext()
  470.     {
  471.         return new Source("""default_frame.twig""/home/meihansl/meihan-sl.com/public_html/app/template/default/default_frame.twig");
  472.     }
  473.     
  474.     public function checkSecurity()
  475.     {
  476.         static $tags = array("if" => 17"block" => 39"set" => 113"include" => 175);
  477.         static $filters = array("escape" => 12"default" => 74"trans" => 84);
  478.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  479.         try {
  480.             $this->sandbox->checkSecurity(
  481.                 ['if''block''set''include'],
  482.                 ['escape''default''trans'],
  483.                 ['csrf_token''constant''include''template_from_string''asset']
  484.             );
  485.         } catch (SecurityError $e) {
  486.             $e->setSourceContext($this->source);
  487.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  488.                 $e->setTemplateLine($tags[$e->getTagName()]);
  489.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  490.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  491.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  492.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  493.             }
  494.             throw $e;
  495.         }
  496.     }
  497. }