<?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_f70080002b26c9faa864b6fc78d6926bb68b357c9e96f8973026b5c99732bbd2 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'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
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, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 12, $this->source); })()), "locale", [], "any", false, false, true, 12), 12, $this->source), "html", null, true);
echo "\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
";
// line 14
if ((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.', 14, $this->source); })()), "request", [], "any", false, false, true, 14), "get", [0 => "_route"], "method", false, false, true, 14) == "product_list")) {
// line 15
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 15, $this->source); })()), "request", [], "any", false, false, true, 15), "query", [], "any", false, false, true, 15), "get", [0 => "category_id"], "method", false, false, true, 15))) {
// line 16
echo "<link rel=\"canonical\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "products/list?category_id=";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 16, $this->source); })()), "request", [], "any", false, false, true, 16), "query", [], "any", false, false, true, 16), "get", [0 => "category_id"], "method", false, false, true, 16), 16, $this->source), "html", null, true);
echo "\" />
";
} else {
// line 18
echo "<link rel=\"canonical\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "products/list\" />
";
}
// line 20
$context["pages"] = twig_get_attribute($this->env, $this->source, (isset($context["pagination"]) || array_key_exists("pagination", $context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.', 20, $this->source); })()), "paginationData", [], "any", false, false, true, 20);
// line 21
if ((twig_get_attribute($this->env, $this->source, (isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 21, $this->source); })()), "pageCount", [], "any", false, false, true, 21) > 1)) {
// line 22
if (twig_get_attribute($this->env, $this->source, ($context["pages"] ?? null), "previous", [], "any", true, true, true, 22)) {
// line 23
echo "<link rel=\"prev\" href=\"";
echo twig_escape_filter($this->env, ($this->sandbox->ensureToStringAllowed(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.', 23, $this->source); })()), "request", [], "any", false, false, true, 23), "schemeAndHttpHost", [], "method", false, false, true, 23), 23, $this->source) . $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 23, $this->source); })()), "request", [], "any", false, false, true, 23), "attributes", [], "any", false, false, true, 23), "get", [0 => "_route"], "method", false, false, true, 23), 23, $this->source), twig_array_merge($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 23, $this->source); })()), "request", [], "any", false, false, true, 23), "query", [], "any", false, false, true, 23), "all", [], "any", false, false, true, 23), 23, $this->source), ["pageno" => twig_get_attribute($this->env, $this->source, (isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 23, $this->source); })()), "previous", [], "any", false, false, true, 23)]))), "html", null, true);
echo "\">
";
}
// line 25
if (twig_get_attribute($this->env, $this->source, ($context["pages"] ?? null), "next", [], "any", true, true, true, 25)) {
// line 26
echo "<link rel=\"next\" href=\"";
echo twig_escape_filter($this->env, ($this->sandbox->ensureToStringAllowed(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.', 26, $this->source); })()), "request", [], "any", false, false, true, 26), "schemeAndHttpHost", [], "method", false, false, true, 26), 26, $this->source) . $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 26, $this->source); })()), "request", [], "any", false, false, true, 26), "attributes", [], "any", false, false, true, 26), "get", [0 => "_route"], "method", false, false, true, 26), 26, $this->source), twig_array_merge($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 26, $this->source); })()), "request", [], "any", false, false, true, 26), "query", [], "any", false, false, true, 26), "all", [], "any", false, false, true, 26), 26, $this->source), ["pageno" => twig_get_attribute($this->env, $this->source, (isset($context["pages"]) || array_key_exists("pages", $context) ? $context["pages"] : (function () { throw new RuntimeError('Variable "pages" does not exist.', 26, $this->source); })()), "next", [], "any", false, false, true, 26)]))), "html", null, true);
echo "\">
";
}
}
}
// line 30
echo " <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 32
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 "\">
";
// line 33
if (((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.', 33, $this->source); })()), "request", [], "any", false, false, true, 33), "get", [0 => "_route"], "method", false, false, true, 33) == "product_detail") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 33, $this->source); })()), "itoben_seo_title", [], "any", false, false, true, 33)))) {
// line 34
echo "<title>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 34, $this->source); })()), "itoben_seo_title", [], "any", false, false, true, 34), 34, $this->source), "html", null, true);
echo "</title>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 35
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 35, $this->source); })()), "request", [], "any", false, false, true, 35), "get", [0 => "_route"], "method", false, false, true, 35) == "product_list") && twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 35, $this->source); })()), "request", [], "any", false, false, true, 35), "query", [], "any", false, false, true, 35), "get", [0 => "category_id"], "method", false, false, true, 35)))) {
// line 36
echo "<title>全商品 / ";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 36, $this->source); })()), "shop_name", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
echo "</title>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 37
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 37, $this->source); })()), "request", [], "any", false, false, true, 37), "get", [0 => "_route"], "method", false, false, true, 37) == "product_list") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 37, $this->source); })()), "itoben_seo_title", [], "any", false, false, true, 37)))) {
// line 38
echo "<title>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 38, $this->source); })()), "itoben_seo_title", [], "any", false, false, true, 38), 38, $this->source), "html", null, true);
echo "</title>
";
} else {
// line 40
echo "<title>";
if (((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.', 40, $this->source); })()), "request", [], "any", false, false, true, 40), "get", [0 => "_route"], "method", false, false, true, 40) == "product_detail") || (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.', 40, $this->source); })()), "request", [], "any", false, false, true, 40), "get", [0 => "_route"], "method", false, false, true, 40) == "product_list"))) {
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 40, $this->source); })()), 40, $this->source), "html", null, true);
echo " / ";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 40, $this->source); })()), "shop_name", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
} else {
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 40, $this->source); })()), "shop_name", [], "any", false, false, true, 40), 40, $this->source), "html", null, true);
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.', 40, $this->source); })())))) {
echo " / ";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 40, $this->source); })()), 40, $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.', 40, $this->source); })())))) {
echo " / ";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 40, $this->source); })()), 40, $this->source), "html", null, true);
}
}
echo "</title>
";
}
// line 42
if (((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.', 42, $this->source); })()), "request", [], "any", false, false, true, 42), "get", [0 => "_route"], "method", false, false, true, 42) == "product_detail") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 42, $this->source); })()), "itoben_seo_author", [], "any", false, false, true, 42)))) {
// line 43
echo "<meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 43, $this->source); })()), "itoben_seo_author", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
echo "\">
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 44
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 44, $this->source); })()), "request", [], "any", false, false, true, 44), "get", [0 => "_route"], "method", false, false, true, 44) == "product_list") && twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 44, $this->source); })()), "request", [], "any", false, false, true, 44), "query", [], "any", false, false, true, 44), "get", [0 => "category_id"], "method", false, false, true, 44)))) {
// line 45
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.', 45, $this->source); })()), "author", [], "any", false, false, true, 45))) {
echo "<meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 45, $this->source); })()), "author", [], "any", false, false, true, 45), 45, $this->source), "html", null, true);
echo "\">";
}
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 46
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 46, $this->source); })()), "request", [], "any", false, false, true, 46), "get", [0 => "_route"], "method", false, false, true, 46) == "product_list") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 46, $this->source); })()), "itoben_seo_author", [], "any", false, false, true, 46)))) {
// line 47
echo "<meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 47, $this->source); })()), "itoben_seo_author", [], "any", false, false, true, 47), 47, $this->source), "html", null, true);
echo "\">
";
} elseif ( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 48
(isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 48, $this->source); })()), "author", [], "any", false, false, true, 48))) {
// line 49
echo "<meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 49, $this->source); })()), "author", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
echo "\">
";
}
// line 51
if (((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.', 51, $this->source); })()), "request", [], "any", false, false, true, 51), "get", [0 => "_route"], "method", false, false, true, 51) == "product_detail") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 51, $this->source); })()), "itoben_seo_description", [], "any", false, false, true, 51)))) {
// line 52
echo "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 52, $this->source); })()), "itoben_seo_description", [], "any", false, false, true, 52), 52, $this->source), "html", null, true);
echo "\">
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 53
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 53, $this->source); })()), "request", [], "any", false, false, true, 53), "get", [0 => "_route"], "method", false, false, true, 53) == "product_list") && twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 53, $this->source); })()), "request", [], "any", false, false, true, 53), "query", [], "any", false, false, true, 53), "get", [0 => "category_id"], "method", false, false, true, 53)))) {
// line 54
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.', 54, $this->source); })()), "description", [], "any", false, false, true, 54))) {
echo "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 54, $this->source); })()), "description", [], "any", false, false, true, 54), 54, $this->source), "html", null, true);
echo "\">";
}
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 55
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 55, $this->source); })()), "request", [], "any", false, false, true, 55), "get", [0 => "_route"], "method", false, false, true, 55) == "product_list") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 55, $this->source); })()), "itoben_seo_description", [], "any", false, false, true, 55)))) {
// line 56
echo "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 56, $this->source); })()), "itoben_seo_description", [], "any", false, false, true, 56), 56, $this->source), "html", null, true);
echo "\">
";
} elseif ( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 57
(isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 57, $this->source); })()), "description", [], "any", false, false, true, 57))) {
// line 58
echo "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 58, $this->source); })()), "description", [], "any", false, false, true, 58), 58, $this->source), "html", null, true);
echo "\">
";
}
// line 60
if (((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.', 60, $this->source); })()), "request", [], "any", false, false, true, 60), "get", [0 => "_route"], "method", false, false, true, 60) == "product_detail") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 60, $this->source); })()), "itoben_seo_keyword", [], "any", false, false, true, 60)))) {
// line 61
echo "<meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 61, $this->source); })()), "itoben_seo_keyword", [], "any", false, false, true, 61), 61, $this->source), "html", null, true);
echo "\">
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 62
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 62, $this->source); })()), "request", [], "any", false, false, true, 62), "get", [0 => "_route"], "method", false, false, true, 62) == "product_list") && twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 62, $this->source); })()), "request", [], "any", false, false, true, 62), "query", [], "any", false, false, true, 62), "get", [0 => "category_id"], "method", false, false, true, 62)))) {
// line 63
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.', 63, $this->source); })()), "keyword", [], "any", false, false, true, 63))) {
echo "<meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 63, $this->source); })()), "keyword", [], "any", false, false, true, 63), 63, $this->source), "html", null, true);
echo "\">";
}
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 64
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 64, $this->source); })()), "request", [], "any", false, false, true, 64), "get", [0 => "_route"], "method", false, false, true, 64) == "product_list") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 64, $this->source); })()), "itoben_seo_keyword", [], "any", false, false, true, 64)))) {
// line 65
echo "<meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 65, $this->source); })()), "itoben_seo_keyword", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
echo "\">
";
} elseif ( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 66
(isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 66, $this->source); })()), "keyword", [], "any", false, false, true, 66))) {
// line 67
echo "<meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 67, $this->source); })()), "keyword", [], "any", false, false, true, 67), 67, $this->source), "html", null, true);
echo "\">
";
}
// line 69
if (((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.', 69, $this->source); })()), "request", [], "any", false, false, true, 69), "get", [0 => "_route"], "method", false, false, true, 69) == "product_detail") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 69, $this->source); })()), "itoben_seo_meta_robots", [], "any", false, false, true, 69)))) {
// line 70
echo "<meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 70, $this->source); })()), "itoben_seo_meta_robots", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "\">
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 71
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 71, $this->source); })()), "request", [], "any", false, false, true, 71), "get", [0 => "_route"], "method", false, false, true, 71) == "product_list") && twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 71, $this->source); })()), "request", [], "any", false, false, true, 71), "query", [], "any", false, false, true, 71), "get", [0 => "category_id"], "method", false, false, true, 71)))) {
// line 72
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.', 72, $this->source); })()), "meta_robots", [], "any", false, false, true, 72))) {
echo "<meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 72, $this->source); })()), "meta_robots", [], "any", false, false, true, 72), 72, $this->source), "html", null, true);
echo "\">";
}
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 73
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 73, $this->source); })()), "request", [], "any", false, false, true, 73), "get", [0 => "_route"], "method", false, false, true, 73) == "product_list") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 73, $this->source); })()), "itoben_seo_meta_robots", [], "any", false, false, true, 73)))) {
// line 74
echo "<meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 74, $this->source); })()), "itoben_seo_meta_robots", [], "any", false, false, true, 74), 74, $this->source), "html", null, true);
echo "\">
";
} elseif ( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 75
(isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 75, $this->source); })()), "meta_robots", [], "any", false, false, true, 75))) {
// line 76
echo "<meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 76, $this->source); })()), "meta_robots", [], "any", false, false, true, 76), 76, $this->source), "html", null, true);
echo "\">
";
}
// line 78
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 78, $this->source); })()), "meta_tags", [], "any", false, false, true, 78))) {
// line 79
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, twig_template_from_string($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 79, $this->source); })()), "meta_tags", [], "any", false, false, true, 79), 79, $this->source)), array(), true, false, true);
echo "
";
}
// line 81
if (((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.', 81, $this->source); })()), "request", [], "any", false, false, true, 81), "get", [0 => "_route"], "method", false, false, true, 81) == "product_detail") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 81, $this->source); })()), "itoben_seo_meta_tags", [], "any", false, false, true, 81)))) {
// line 82
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, twig_template_from_string($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 82, $this->source); })()), "itoben_seo_meta_tags", [], "any", false, false, true, 82), 82, $this->source)), array(), true, false, true);
echo "
";
}
// line 84
if (((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.', 84, $this->source); })()), "request", [], "any", false, false, true, 84), "get", [0 => "_route"], "method", false, false, true, 84) == "product_list") && twig_test_empty(twig_get_attribute($this->env, $this->source, 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.', 84, $this->source); })()), "request", [], "any", false, false, true, 84), "query", [], "any", false, false, true, 84), "get", [0 => "category_id"], "method", false, false, true, 84)))) {
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 85
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 85, $this->source); })()), "request", [], "any", false, false, true, 85), "get", [0 => "_route"], "method", false, false, true, 85) == "product_list") && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 85, $this->source); })()), "itoben_seo_meta_tags", [], "any", false, false, true, 85)))) {
// line 86
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, twig_template_from_string($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 86, $this->source); })()), "itoben_seo_meta_tags", [], "any", false, false, true, 86), 86, $this->source)), array(), true, false, true);
echo "
";
}
// line 88
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 92
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap\" rel=\"stylesheet\">
<link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap\" rel=\"stylesheet\">
";
// line 97
$this->displayBlock('stylesheet', $context, $blocks);
// line 98
echo " <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
<script>
\$(function() {
\$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
});
});
</script>
";
// line 109
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.', 109, $this->source); })()), "Head", [], "any", false, false, true, 109)) {
// line 110
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 110, $this->source); })()), "Head", [], "any", false, false, true, 110)]);
echo "
";
}
// line 112
echo " ";
// line 113
echo " ";
if (array_key_exists("plugin_assets", $context)) {
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets", $context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.', 113, $this->source); })())]);
}
// line 114
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 "\">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58357089-1', {
'name': 'plg_gaecommerceua',
'cookieDomain': 'auto'
});
ga('plg_gaecommerceua.send', 'pageview');
</script>
</head>
<body id=\"page_";
// line 131
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(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.', 131, $this->source); })()), "request", [], "any", false, false, true, 131), "get", [0 => "_route"], "method", false, false, true, 131), 131, $this->source), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 131, $this->source); })()), 131, $this->source), "other_page")) : ("other_page")), "html", null, true);
echo "\">
";
// line 133
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); })()), "BodyAfter", [], "any", false, false, true, 133)) {
// line 134
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 134, $this->source); })()), "BodyAfter", [], "any", false, false, true, 134)]);
echo "
";
}
// line 136
echo "
<div class=\"ec-layoutRole\">
";
// line 139
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.', 139, $this->source); })()), "Header", [], "any", false, false, true, 139)) {
// line 140
echo " <div class=\"ec-layoutRole__header\">
<div class=\"ec-layoutRole__header__inner\">
<div class=\"ec-headerRole__navSP\">
";
// line 143
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/nav_sp.twig");
echo "
</div>
";
// line 145
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 145, $this->source); })()), "Header", [], "any", false, false, true, 145)]);
echo "
</div>
</div>
";
}
// line 149
echo "
";
// line 151
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.', 151, $this->source); })()), "ContentsTop", [], "any", false, false, true, 151)) {
// line 152
echo " <div class=\"ec-layoutRole__contentTop\">
";
// line 153
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 153, $this->source); })()), "ContentsTop", [], "any", false, false, true, 153)]);
echo "
</div>
";
}
// line 156
echo "
<div class=\"ec-layoutRole__contents\">
";
// line 159
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.', 159, $this->source); })()), "SideLeft", [], "any", false, false, true, 159)) {
// line 160
echo " <div class=\"ec-layoutRole__left\">
";
// line 161
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 161, $this->source); })()), "SideLeft", [], "any", false, false, true, 161)]);
echo "
</div>
";
}
// line 164
echo "
";
// line 165
$context["layoutRoleMain"] = "ec-layoutRole__main";
// line 166
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.', 166, $this->source); })()), "ColumnNum", [], "any", false, false, true, 166) == 2)) {
// line 167
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
// line 168
echo " ";
} 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.', 168, $this->source); })()), "ColumnNum", [], "any", false, false, true, 168) == 3)) {
// line 169
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
// line 170
echo " ";
}
// line 171
echo "
<div class=\"";
// line 172
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain", $context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.', 172, $this->source); })()), 172, $this->source), "html", null, true);
echo "\">
";
// line 174
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.', 174, $this->source); })()), "MainTop", [], "any", false, false, true, 174)) {
// line 175
echo " <div class=\"ec-layoutRole__mainTop\">
";
// line 176
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 176, $this->source); })()), "MainTop", [], "any", false, false, true, 176)]);
echo "
</div>
";
}
// line 179
echo "
";
// line 181
echo " ";
$this->displayBlock('main', $context, $blocks);
// line 182
echo "
";
// line 184
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.', 184, $this->source); })()), "MainBottom", [], "any", false, false, true, 184)) {
// line 185
echo " <div class=\"ec-layoutRole__mainBottom\">
";
// line 186
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 186, $this->source); })()), "MainBottom", [], "any", false, false, true, 186)]);
echo "
</div>
";
}
// line 189
echo " </div>
";
// line 192
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.', 192, $this->source); })()), "SideRight", [], "any", false, false, true, 192)) {
// line 193
echo " <div class=\"ec-layoutRole__right\">
";
// line 194
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 194, $this->source); })()), "SideRight", [], "any", false, false, true, 194)]);
echo "
</div>
";
}
// line 197
echo " </div>
";
// line 200
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.', 200, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 200)) {
// line 201
echo " <div class=\"ec-layoutRole__contentBottom\">
";
// line 202
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 202, $this->source); })()), "ContentsBottom", [], "any", false, false, true, 202)]);
echo "
</div>
";
}
// line 205
echo "
";
// line 207
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.', 207, $this->source); })()), "Footer", [], "any", false, false, true, 207)) {
// line 208
echo " <div class=\"ec-layoutRole__footer\">
";
// line 209
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 209, $this->source); })()), "Footer", [], "any", false, false, true, 209)]);
echo "
</div>
";
}
// line 212
echo "</div><!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
<div class=\"ec-drawerRole\">
<div class=\"ec-drawerRole__inner\">
";
// line 218
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.', 218, $this->source); })()), "Drawer", [], "any", false, false, true, 218)) {
// line 219
echo " <div class=\"ec-layoutRole__header__inner\">
<div class=\"ec-drawerRoleClose\"><img src=\"";
// line 220
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/icon_menuclose.svg"), "html", null, true);
echo "\" class=\"\" alt=\"メニュー閉じるアイコン\"></div>
";
// line 221
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/logo.twig");
echo "
<div class=\"ec-headerNaviRole\">
<div class=\"ec-headerNaviRole__left\">
</div>
<div class=\"ec-headerNaviRole__right\">
<div class=\"ec-headerNaviRole__nav\">
";
// line 227
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/login.twig");
echo "
</div>
<div class=\"ec-headerRole__cart\">
";
// line 230
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "Block/cart.twig");
echo "
</div>
</div>
</div>
</div>
";
}
// line 236
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 236, $this->source); })()), "Drawer", [], "any", false, false, true, 236)]);
echo "
</div>
</div>
<div class=\"ec-headerNaviRole__bottom sticky\">
";
// line 245
echo " <div class=\"ec-headerNaviRole__contact\">
<a href=\"";
// line 246
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\">お問い合わせ・お見積り</a>
</div>
<div class=\"ec-headerNaviRole__searchSP anchor\">
<a href=\"\">
<img src=\"";
// line 250
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/icon_search.svg"), "html", null, true);
echo "\" class=\"\" alt=\"アイコン検索虫眼鏡\">
</a>
</div>
</div>
<div class=\"ec-blockTopBtn pagetop\"><img src=\"";
// line 254
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/icon_arrow_wh.svg"), "html", null, true);
echo "\" class=\"\" alt=\"ページトップアイコン\"></div>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
";
// line 257
$this->loadTemplate("@common/lang.twig", "default_frame.twig", 257)->display($context);
// line 258
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 259
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
echo "\"></script>
";
// line 260
$this->displayBlock('javascript', $context, $blocks);
// line 262
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.', 262, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 262)) {
// line 263
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 263, $this->source); })()), "CloseBodyBefore", [], "any", false, false, true, 263)]);
echo "
";
}
// line 266
if (array_key_exists("plugin_snippets", $context)) {
// line 267
echo " ";
echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env, $context, "snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets", $context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.', 267, $this->source); })())]);
echo "
";
}
// line 269
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 97
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 181
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 260
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 ( 685 => 260, 667 => 181, 649 => 97, 633 => 269, 627 => 267, 625 => 266, 619 => 263, 617 => 262, 615 => 260, 611 => 259, 606 => 258, 604 => 257, 598 => 254, 591 => 250, 584 => 246, 581 => 245, 573 => 236, 564 => 230, 558 => 227, 549 => 221, 545 => 220, 542 => 219, 539 => 218, 532 => 212, 526 => 209, 523 => 208, 520 => 207, 517 => 205, 511 => 202, 508 => 201, 505 => 200, 501 => 197, 495 => 194, 492 => 193, 489 => 192, 485 => 189, 479 => 186, 476 => 185, 473 => 184, 470 => 182, 467 => 181, 464 => 179, 458 => 176, 455 => 175, 452 => 174, 448 => 172, 445 => 171, 442 => 170, 439 => 169, 436 => 168, 433 => 167, 430 => 166, 428 => 165, 425 => 164, 419 => 161, 416 => 160, 413 => 159, 409 => 156, 403 => 153, 400 => 152, 397 => 151, 394 => 149, 387 => 145, 382 => 143, 377 => 140, 374 => 139, 370 => 136, 364 => 134, 362 => 133, 356 => 131, 335 => 114, 330 => 113, 328 => 112, 322 => 110, 319 => 109, 307 => 98, 305 => 97, 297 => 92, 289 => 88, 284 => 86, 282 => 85, 280 => 84, 275 => 82, 273 => 81, 268 => 79, 266 => 78, 260 => 76, 258 => 75, 253 => 74, 251 => 73, 245 => 72, 243 => 71, 238 => 70, 236 => 69, 230 => 67, 228 => 66, 223 => 65, 221 => 64, 215 => 63, 213 => 62, 208 => 61, 206 => 60, 200 => 58, 198 => 57, 193 => 56, 191 => 55, 185 => 54, 183 => 53, 178 => 52, 176 => 51, 170 => 49, 168 => 48, 163 => 47, 161 => 46, 155 => 45, 153 => 44, 148 => 43, 146 => 42, 127 => 40, 121 => 38, 119 => 37, 114 => 36, 112 => 35, 107 => 34, 105 => 33, 101 => 32, 97 => 30, 89 => 26, 87 => 25, 81 => 23, 79 => 22, 77 => 21, 75 => 20, 69 => 18, 61 => 16, 59 => 15, 57 => 14, 51 => 12, 48 => 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#\">
{% if app.request.get('_route') == 'product_list' %}
{% if app.request.query.get('category_id') is not empty %}
<link rel=\"canonical\" href=\"{{ url('homepage') }}products/list?category_id={{ app.request.query.get('category_id') }}\" />
{% else %}
<link rel=\"canonical\" href=\"{{ url('homepage') }}products/list\" />
{% endif %}
{% set pages = pagination.paginationData %}
{% if pages.pageCount > 1 %}
{% if pages.previous is defined %}
<link rel=\"prev\" href=\"{{ app.request.schemeAndHttpHost() ~ path(app.request.attributes.get('_route'),app.request.query.all|merge({'pageno': pages.previous})) }}\">
{% endif %}
{% if pages.next is defined %}
<link rel=\"next\" href=\"{{ app.request.schemeAndHttpHost() ~ path(app.request.attributes.get('_route'),app.request.query.all|merge({'pageno': pages.next})) }}\">
{% endif %}
{% endif %}
{% endif %}
<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')) }}\">
{% if app.request.get('_route') == 'product_detail' and Product.itoben_seo_title is not empty %}
<title>{{ Product.itoben_seo_title }}</title>
{% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}
<title>全商品 / {{ BaseInfo.shop_name }}</title>
{% elseif app.request.get('_route') == 'product_list' and Category.itoben_seo_title is not empty %}
<title>{{ Category.itoben_seo_title }}</title>
{% else %}
<title>{% if app.request.get('_route') == 'product_detail' or app.request.get('_route') == 'product_list' %}{{ subtitle }} / {{ BaseInfo.shop_name }}{% else %}{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}{% endif %}</title>
{% endif %}
{% if app.request.get('_route') == 'product_detail' and Product.itoben_seo_author is not empty %}
<meta name=\"author\" content=\"{{ Product.itoben_seo_author }}\">
{% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}
{% if Page.author is not empty %}<meta name=\"author\" content=\"{{ Page.author }}\">{% endif %}
{% elseif app.request.get('_route') == 'product_list' and Category.itoben_seo_author is not empty %}
<meta name=\"author\" content=\"{{ Category.itoben_seo_author }}\">
{% elseif Page.author is not empty %}
<meta name=\"author\" content=\"{{ Page.author }}\">
{% endif %}
{% if app.request.get('_route') == 'product_detail' and Product.itoben_seo_description is not empty %}
<meta name=\"description\" content=\"{{ Product.itoben_seo_description }}\">
{% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}
{% if Page.description is not empty %}<meta name=\"description\" content=\"{{ Page.description }}\">{% endif %}
{% elseif app.request.get('_route') == 'product_list' and Category.itoben_seo_description is not empty %}
<meta name=\"description\" content=\"{{ Category.itoben_seo_description }}\">
{% elseif Page.description is not empty %}
<meta name=\"description\" content=\"{{ Page.description }}\">
{% endif %}
{% if app.request.get('_route') == 'product_detail' and Product.itoben_seo_keyword is not empty %}
<meta name=\"keywords\" content=\"{{ Product.itoben_seo_keyword }}\">
{% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}
{% if Page.keyword is not empty %}<meta name=\"keywords\" content=\"{{ Page.keyword }}\">{% endif %}
{% elseif app.request.get('_route') == 'product_list' and Category.itoben_seo_keyword is not empty %}
<meta name=\"keywords\" content=\"{{ Category.itoben_seo_keyword }}\">
{% elseif Page.keyword is not empty %}
<meta name=\"keywords\" content=\"{{ Page.keyword }}\">
{% endif %}
{% if app.request.get('_route') == 'product_detail' and Product.itoben_seo_meta_robots is not empty %}
<meta name=\"robots\" content=\"{{ Product.itoben_seo_meta_robots }}\">
{% elseif app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}
{% if Page.meta_robots is not empty %}<meta name=\"robots\" content=\"{{ Page.meta_robots }}\">{% endif %}
{% elseif app.request.get('_route') == 'product_list' and Category.itoben_seo_meta_robots is not empty %}
<meta name=\"robots\" content=\"{{ Category.itoben_seo_meta_robots }}\">
{% elseif 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), sandboxed = true) }}
{% endif %}
{% if app.request.get('_route') == 'product_detail' and Product.itoben_seo_meta_tags is not empty %}
{{ include(template_from_string(Product.itoben_seo_meta_tags), sandboxed = true) }}
{% endif %}
{% if app.request.get('_route') == 'product_list' and app.request.query.get('category_id') is empty %}
{% elseif app.request.get('_route') == 'product_list' and Category.itoben_seo_meta_tags is not empty %}
{{ include(template_from_string(Category.itoben_seo_meta_tags), sandboxed = true) }}
{% 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') }}\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap\" rel=\"stylesheet\">
<link href=\"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap\" rel=\"stylesheet\">
{% block stylesheet %}{% endblock %}
<script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" 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') }}\">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58357089-1', {
'name': 'plg_gaecommerceua',
'cookieDomain': 'auto'
});
ga('plg_gaecommerceua.send', 'pageview');
</script>
</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 %}
<div class=\"ec-layoutRole\">
{# Layout: HEADER #}
{% if Layout.Header %}
<div class=\"ec-layoutRole__header\">
<div class=\"ec-layoutRole__header__inner\">
<div class=\"ec-headerRole__navSP\">
{{ include('Block/nav_sp.twig') }}
</div>
{{ include('block.twig', {'Blocks': Layout.Header}) }}
</div>
</div>
{% endif %}
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop %}
<div class=\"ec-layoutRole__contentTop\">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
<div class=\"ec-layoutRole__contents\">
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft %}
<div class=\"ec-layoutRole__left\">
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
</div>
{% endif %}
{% set layoutRoleMain = 'ec-layoutRole__main' %}
{% if Layout.ColumnNum == 2 %}
{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
{% elseif Layout.ColumnNum == 3 %}
{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
{% endif %}
<div class=\"{{ layoutRoleMain }}\">
{# Layout: MAIN_TOP #}
{% if Layout.MainTop %}
<div class=\"ec-layoutRole__mainTop\">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{# MAIN AREA #}
{% block main %}{% endblock %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom %}
<div class=\"ec-layoutRole__mainBottom\">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
</div>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight %}
<div class=\"ec-layoutRole__right\">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</div>
{% endif %}
</div>
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom %}
<div class=\"ec-layoutRole__contentBottom\">
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
</div>
{% endif %}
{# Layout: CONTENTS_FOOTER #}
{% if Layout.Footer %}
<div class=\"ec-layoutRole__footer\">
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
</div>
{% endif %}
</div><!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
<div class=\"ec-drawerRole\">
<div class=\"ec-drawerRole__inner\">
{# Layout: DRAWER #}
{% if Layout.Drawer %}
<div class=\"ec-layoutRole__header__inner\">
<div class=\"ec-drawerRoleClose\"><img src=\"{{ asset('assets/icon/icon_menuclose.svg') }}\" class=\"\" alt=\"メニュー閉じるアイコン\"></div>
{{ include('Block/logo.twig') }}
<div class=\"ec-headerNaviRole\">
<div class=\"ec-headerNaviRole__left\">
</div>
<div class=\"ec-headerNaviRole__right\">
<div class=\"ec-headerNaviRole__nav\">
{{ include('Block/login.twig') }}
</div>
<div class=\"ec-headerRole__cart\">
{{ include('Block/cart.twig') }}
</div>
</div>
</div>
</div>
{% endif %}
{{ include('block.twig', {'Blocks': Layout.Drawer}) }}
</div>
</div>
<div class=\"ec-headerNaviRole__bottom sticky\">
{#
<div class=\"ec-headerNaviRole__fixentry\">
<a href=\"{{ url('contact_product_fix') }}\">修理の申し込み</a>
</div>
#}
<div class=\"ec-headerNaviRole__contact\">
<a href=\"{{ url('contact') }}\">お問い合わせ・お見積り</a>
</div>
<div class=\"ec-headerNaviRole__searchSP anchor\">
<a href=\"\">
<img src=\"{{ asset('assets/icon/icon_search.svg') }}\" class=\"\" alt=\"アイコン検索虫眼鏡\">
</a>
</div>
</div>
<div class=\"ec-blockTopBtn pagetop\"><img src=\"{{ asset('assets/icon/icon_arrow_wh.svg') }}\" class=\"\" alt=\"ページトップアイコン\"></div>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
{% 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/nakatomishop/www/NfNudtBdkd/app/template/default/default_frame.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 14, "set" => 20, "block" => 97, "include" => 257);
static $filters = array("escape" => 12, "merge" => 23, "default" => 131);
static $functions = array("url" => 16, "path" => 23, "csrf_token" => 32, "constant" => 32, "include" => 79, "template_from_string" => 79, "asset" => 88);
try {
$this->sandbox->checkSecurity(
['if', 'set', 'block', 'include'],
['escape', 'merge', 'default'],
['url', 'path', 'csrf_token', 'constant', 'include', 'template_from_string', 'asset']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}