<?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;
/* blog/detail.twig */
class __TwigTemplate_464b5baace8cbeeb91375496a1c2e3733346f9f955ab095108a5f4520a9661c8 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'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", "blog/detail.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blog/detail.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "blog/detail.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_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"));
// line 4
echo " <style>
.toc{
position: relative;
margin: 0 0 7rem;
width: 100%;
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1rem 2rem;
}
.toc__title{
margin-bottom: 0!important;
font-size: 1.2em!important;
}
.toc>ul{
padding-left: 2rem;
}
.toc ul{
counter-reset: item;
list-style-type: decimal;
}
.toc ul ul{
padding-left: 2rem;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
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"));
// line 31
echo " <script>
\$(function(){
\$('a[href^=\"#\"]').click(function(){
var href= \$(this).attr(\"href\");
var target = \$(href == \"#\" || href == \"\" ? 'html' : href);
var position = target.offset().top - 150;
\$(\"html, body\").animate({scrollTop:position}, 300, \"swing\");
return false;
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 44
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 45
echo "<div class=\"ec-recommended-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
";
// line 50
$context["category"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 50, $this->source); })()), "getBlogCategories", [], "any", false, false, false, 50), 0, [], "array", false, false, false, 50), "getCategory", [], "any", false, false, false, 50);
// line 51
echo " ";
if ((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.', 51, $this->source); })()), "getId", [], "any", false, false, false, 51) == 1)) {
// line 52
echo " コラム
";
} else {
// line 54
echo " 工事実績
";
}
// line 56
echo " </h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 61
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
";
// line 64
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 64, $this->source); })()), "getBlogCategories", [], "any", false, false, false, 64));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 65
echo " <li class=\"ec-breadcrumb__item\">
<a href=\"";
// line 66
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_list", ["categories" => [0 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "method", false, false, false, 66), "getId", [], "method", false, false, false, 66)]]), "html", null, true);
echo "\">
";
// line 67
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "any", false, false, false, 67), "getName", [], "any", false, false, false, 67);
echo "
</a>
</li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 73
echo "
<li class=\"ec-breadcrumb__item\">
<p>";
// line 75
(((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 75, $this->source); })()), "getTitle", [], "any", false, false, false, 75)) > 20)) ? (print (twig_escape_filter($this->env, (twig_slice($this->env, twig_replace_filter(twig_striptags(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 75, $this->source); })()), "getTitle", [], "any", false, false, false, 75)), [" " => " "]), 0, 20) . "..."), "html", null, true))) : (print (twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 75, $this->source); })()), "getTitle", [], "any", false, false, false, 75))));
echo "</p>
</li>
</ul>
</div>
</div>
<div class=\"ec-recommended-main\">
<div class=\"ec-recommended__inner\">
<div class=\"inner\">
<div class=\"ec-recommended__group\">
<div class=\"header\">
<div class=\"group\">
<p>";
// line 86
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 86, $this->source); })()), "release_date", [], "any", false, false, false, 86), "Y.m.d"), "html", null, true);
echo "</p>
";
// line 88
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 88, $this->source); })()), "getBlogCategories", [], "any", false, false, false, 88));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 89
echo " <span>";
echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getCategory", [], "any", false, false, false, 89), "getName", [], "any", false, false, false, 89);
echo "</span>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 90
echo "
</div>
<div class=\"title-main\">
<p>";
// line 93
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 93, $this->source); })()), "title", [], "any", false, false, false, 93), "html", null, true);
echo "</p>
</div>
<figure class=\"figure__main_image\">
";
// line 96
if (twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 96, $this->source); })()), "getMainListImage", [], "any", false, false, false, 96)) {
// line 97
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 97, $this->source); })()), "getMainListImage", [], "any", false, false, false, 97)), "save_image"), "html", null, true);
echo "\" class=\"main_image_blog\"></img>
";
} else {
// line 99
echo " <img class='item_blog_image'></img>
";
}
// line 101
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 101, $this->source); })()), "getFigCaption", [], "any", false, false, false, 101)) {
// line 102
echo " <figcaption>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 102, $this->source); })()), "getFigCaption", [], "any", false, false, false, 102), "html", null, true);
echo "</figcaption>
";
}
// line 104
echo " </figure>
</div>
<div class=\"content\">
";
// line 108
echo " ";
echo twig_get_attribute($this->env, $this->source, $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getBlogContent(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 108, $this->source); })()), "body", [], "any", false, false, false, 108)), "toc", [], "array", false, false, false, 108);
echo "
";
// line 109
echo twig_get_attribute($this->env, $this->source, $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getBlogContent(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 109, $this->source); })()), "body", [], "any", false, false, false, 109)), "html", [], "array", false, false, false, 109);
echo "
</div>
<div class=\"list-btn\">
";
// line 113
$context["category"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 113, $this->source); })()), "getBlogCategories", [], "any", false, false, false, 113), 0, [], "array", false, false, false, 113), "getCategory", [], "any", false, false, false, 113);
// line 114
echo "
";
// line 115
$context["prev"] = $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getNextPost(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 115, $this->source); })()), "id", [], "any", false, false, false, 115), (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.', 115, $this->source); })()), "getId", [], "any", false, false, false, 115) == 1), true);
// line 116
echo " ";
if (((isset($context["prev"]) || array_key_exists("prev", $context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.', 116, $this->source); })()) != null)) {
// line 117
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_detail", ["id" => ((twig_get_attribute($this->env, $this->source, (isset($context["prev"]) || array_key_exists("prev", $context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.', 117, $this->source); })()), "slug", [], "any", false, false, false, 117)) ? (twig_get_attribute($this->env, $this->source, (isset($context["prev"]) || array_key_exists("prev", $context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.', 117, $this->source); })()), "slug", [], "any", false, false, false, 117)) : (twig_get_attribute($this->env, $this->source, (isset($context["prev"]) || array_key_exists("prev", $context) ? $context["prev"] : (function () { throw new RuntimeError('Variable "prev" does not exist.', 117, $this->source); })()), "id", [], "any", false, false, false, 117)))]), "html", null, true);
echo "\" class=\"page prev\"></a>
";
}
// line 119
echo "
";
// line 120
if ((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.', 120, $this->source); })()), "getId", [], "any", false, false, false, 120) == 1)) {
// line 121
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("columns");
echo "\" class=\"btn\"><span>一覧へ戻る</span></a>
";
} else {
// line 123
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("results");
echo "\" class=\"btn\"><span>一覧へ戻る</span></a>
";
}
// line 125
echo "
";
// line 126
$context["next"] = $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getNextPost(twig_get_attribute($this->env, $this->source, (isset($context["blog"]) || array_key_exists("blog", $context) ? $context["blog"] : (function () { throw new RuntimeError('Variable "blog" does not exist.', 126, $this->source); })()), "id", [], "any", false, false, false, 126), (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.', 126, $this->source); })()), "getId", [], "any", false, false, false, 126) == 1));
// line 127
echo " ";
if (((isset($context["next"]) || array_key_exists("next", $context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.', 127, $this->source); })()) != null)) {
// line 128
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_detail", ["id" => ((twig_get_attribute($this->env, $this->source, (isset($context["next"]) || array_key_exists("next", $context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.', 128, $this->source); })()), "slug", [], "any", false, false, false, 128)) ? (twig_get_attribute($this->env, $this->source, (isset($context["next"]) || array_key_exists("next", $context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.', 128, $this->source); })()), "slug", [], "any", false, false, false, 128)) : (twig_get_attribute($this->env, $this->source, (isset($context["next"]) || array_key_exists("next", $context) ? $context["next"] : (function () { throw new RuntimeError('Variable "next" does not exist.', 128, $this->source); })()), "id", [], "any", false, false, false, 128)))]), "html", null, true);
echo "\" class=\"page next\"></a>
";
}
// line 130
echo "
</div>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "blog/detail.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 333 => 130, 327 => 128, 324 => 127, 322 => 126, 319 => 125, 313 => 123, 307 => 121, 305 => 120, 302 => 119, 296 => 117, 293 => 116, 291 => 115, 288 => 114, 286 => 113, 279 => 109, 274 => 108, 269 => 104, 263 => 102, 260 => 101, 256 => 99, 250 => 97, 248 => 96, 242 => 93, 237 => 90, 228 => 89, 224 => 88, 219 => 86, 205 => 75, 201 => 73, 189 => 67, 185 => 66, 182 => 65, 178 => 64, 172 => 61, 165 => 56, 161 => 54, 157 => 52, 154 => 51, 152 => 50, 145 => 45, 135 => 44, 114 => 31, 104 => 30, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block stylesheet %}
<style>
.toc{
position: relative;
margin: 0 0 7rem;
width: 100%;
background: #f9f9f9;
border: 1px solid #aaa;
padding: 1rem 2rem;
}
.toc__title{
margin-bottom: 0!important;
font-size: 1.2em!important;
}
.toc>ul{
padding-left: 2rem;
}
.toc ul{
counter-reset: item;
list-style-type: decimal;
}
.toc ul ul{
padding-left: 2rem;
}
</style>
{% endblock %}
{% block javascript %}
<script>
\$(function(){
\$('a[href^=\"#\"]').click(function(){
var href= \$(this).attr(\"href\");
var target = \$(href == \"#\" || href == \"\" ? 'html' : href);
var position = target.offset().top - 150;
\$(\"html, body\").animate({scrollTop:position}, 300, \"swing\");
return false;
});
});
</script>
{% endblock %}
{% block main %}
<div class=\"ec-recommended-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
{% set category = blog.getBlogCategories[0].getCategory %}
{% if category.getId == 1 %}
コラム
{% else %}
工事実績
{% endif %}
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
{% for category in blog.getBlogCategories %}
<li class=\"ec-breadcrumb__item\">
<a href=\"{{ url('cm_blog_pro_page_list', {categories: [category.getCategory().getId()]}) }}\">
{{ category.getCategory.getName|raw }}
</a>
</li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
{% endfor %}
<li class=\"ec-breadcrumb__item\">
<p>{{ blog.getTitle|length > 20 ? blog.getTitle|striptags|replace({(' '):' '})|slice(0, 20)|raw ~ '...' : blog.getTitle|raw }}</p>
</li>
</ul>
</div>
</div>
<div class=\"ec-recommended-main\">
<div class=\"ec-recommended__inner\">
<div class=\"inner\">
<div class=\"ec-recommended__group\">
<div class=\"header\">
<div class=\"group\">
<p>{{blog.release_date|date('Y.m.d')}}</p>
{% for category in blog.getBlogCategories %}
<span>{{ category.getCategory.getName|raw }}</span>
{% endfor %}
</div>
<div class=\"title-main\">
<p>{{ blog.title }}</p>
</div>
<figure class=\"figure__main_image\">
{% if blog.getMainListImage %}
<img src=\"{{ asset(blog.getMainListImage|no_image_product, 'save_image') }}\" class=\"main_image_blog\"></img>
{% else %}
<img class='item_blog_image'></img>
{% endif %}
{% if blog.getFigCaption %}
<figcaption>{{ blog.getFigCaption }}</figcaption>
{% endif %}
</figure>
</div>
<div class=\"content\">
{# {{ blog.body|raw }} #}
{{ CustomizeBlogContent(blog.body)['toc']|raw }}
{{ CustomizeBlogContent(blog.body)['html']|raw }}
</div>
<div class=\"list-btn\">
{% set category = blog.getBlogCategories[0].getCategory %}
{% set prev = CustomizeNextPost(blog.id, category.getId == 1, true) %}
{% if prev != null %}
<a href=\"{{ url('cm_blog_pro_page_detail', {'id': prev.slug ? prev.slug : prev.id}) }}\" class=\"page prev\"></a>
{% endif %}
{% if category.getId == 1 %}
<a href=\"{{ url('columns') }}\" class=\"btn\"><span>一覧へ戻る</span></a>
{% else %}
<a href=\"{{ url('results') }}\" class=\"btn\"><span>一覧へ戻る</span></a>
{% endif %}
{% set next = CustomizeNextPost(blog.id, category.getId == 1) %}
{% if next != null %}
<a href=\"{{ url('cm_blog_pro_page_detail', {'id': next.slug ? next.slug : next.id}) }}\" class=\"page next\"></a>
{% endif %}
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}", "blog/detail.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/blog/detail.twig");
}
}