<?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;
/* @user_data/about.twig */
class __TwigTemplate_95860d621e95137a58070b8c21c5e1c4435508e616cadd5662a20e7d1fe024b1 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
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", "@user_data/about.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/about.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/about.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
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"));
// line 4
echo "
<section>
<h1 class=\"o-secTtl\">About</h1>
<div class=\"o-aboutCont1\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/about_cont1_sp@2x.png\" width=\"375\" height=\"2394\">
<img src=\"/html/user_data/img/about_cont1_pc@2x.png\" alt=\"\" loading=\"lazy\" width=\"1280\" height=\"1995\">
</picture>
</div>
<div class=\"o-aboutBtnBox\">
<a href=\"/products/list\">
<img src=\"/html/user_data/img/btn_search.svg\" alt=\"アクティビティを探す\" loading=\"lazy\" width=\"335\" height=\"96\">
</a>
<a href=\"/user_data/feature\">
<img src=\"/html/user_data/img/btn_feture.svg\" alt=\"Shima-asoboの3つの特徴\" loading=\"lazy\" width=\"335\" height=\"96\">
</a>
</div>
</section>
<style>
.ec-layoutRole .ec-layoutRole__contents {
max-width: 100%;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@user_data/about.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<section>
<h1 class=\"o-secTtl\">About</h1>
<div class=\"o-aboutCont1\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/about_cont1_sp@2x.png\" width=\"375\" height=\"2394\">
<img src=\"/html/user_data/img/about_cont1_pc@2x.png\" alt=\"\" loading=\"lazy\" width=\"1280\" height=\"1995\">
</picture>
</div>
<div class=\"o-aboutBtnBox\">
<a href=\"/products/list\">
<img src=\"/html/user_data/img/btn_search.svg\" alt=\"アクティビティを探す\" loading=\"lazy\" width=\"335\" height=\"96\">
</a>
<a href=\"/user_data/feature\">
<img src=\"/html/user_data/img/btn_feture.svg\" alt=\"Shima-asoboの3つの特徴\" loading=\"lazy\" width=\"335\" height=\"96\">
</a>
</div>
</section>
<style>
.ec-layoutRole .ec-layoutRole__contents {
max-width: 100%;
}
</style>
{% endblock %}", "@user_data/about.twig", "/home/users/1/pepper.jp-starfactory/web/asobo/app/template/user_data/about.twig");
}
}