<?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;
/* main/default/blog.html.twig */
class __TwigTemplate_913efbc47a6ea580b5cae1ab23495627 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'content' => [$this, 'block_content'],
'body_js' => [$this, 'block_body_js'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "main_base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "main/default/blog.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "main/default/blog.html.twig"));
$this->parent = $this->loadTemplate("main_base.html.twig", "main/default/blog.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Blog";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 3
public function block_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
echo "Blog";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 7
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 8
echo " <style>
.navbar__section-links__wrapper :not(.BLOG) {
opacity: 0.4 !important;
}
.navbar__section-logo__wrapper-img {
filter: brightness(0) invert(1) !important;
}
.production__section-sliders-slider-description {
margin-right: 10rem;
}
.navbar__section::before {
content: \"\";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: -1;
}
.navbar__section::after {
content: \"\";
background-image: url(\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/main/images/navbar/navbar-bg-blog.png"), "html", null, true);
echo "\");
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -2;
}
.video__section {
margin-top: 0 !important;
padding-bottom: 8% !important;
}
.blog__section-description h2 {
margin-right: 0;
}
.blog__section-description p {
padding-right: 35%;
}
</style>
<style>
";
// line 65
echo " ";
// line 66
echo " ";
// line 67
echo " ";
// line 68
echo " ";
// line 69
echo " ";
// line 70
echo " ";
// line 71
echo " ";
// line 72
echo "
";
// line 74
echo " ";
// line 75
echo " ";
// line 76
echo " ";
// line 77
echo " ";
// line 78
echo " ";
// line 79
echo " ";
// line 80
echo " ";
// line 81
echo " ";
// line 82
echo " ";
// line 83
echo " ";
// line 84
echo " ";
// line 85
echo " ";
// line 86
echo " ";
// line 87
echo " ";
// line 88
echo " ";
echo "</style>
<div id=\"blog\">
";
// line 90
$this->loadTemplate("main/default/loader.html.twig", "main/default/blog.html.twig", 90)->display($context);
// line 91
echo " ";
$this->loadTemplate("main/default/cookie.html.twig", "main/default/blog.html.twig", 91)->display($context);
// line 92
echo " <div class=\"main-container\">
<div class=\"blog__section\">
<div class=\"blog__section-active__page\">
<p><a href=\"";
// line 95
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_main_default");
echo "\">Elefante</a> / <a class=\"active\" href=\"\">Blog</a></p>
</div>
";
// line 97
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["blogResim"]) || array_key_exists("blogResim", $context) ? $context["blogResim"] : (function () { throw new RuntimeError('Variable "blogResim" does not exist.', 97, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["blog"]) {
// line 98
echo "
";
// line 99
$context["classNames"] = [0 => "", 1 => " blog__flexible__second"];
// line 100
echo " <div class=\"blog__flexible";
echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 100), [], "array", true, true, false, 100) && !(null === twig_get_attribute($this->env, $this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 100), [], "array", false, false, false, 100)))) ? (twig_get_attribute($this->env, $this->source, ($context["classNames"] ?? null), twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 100), [], "array", false, false, false, 100)) : (twig_last($this->env, (isset($context["classNames"]) || array_key_exists("classNames", $context) ? $context["classNames"] : (function () { throw new RuntimeError('Variable "classNames" does not exist.', 100, $this->source); })())))), "html", null, true);
echo "\">
<div class=\"blog__column__left blog__column\">
<div class=\"blog__link\">
<div class=\"feature__text__paired\">
<div class=\"title__relative\">
<h2 class=\"majortitle\">
";
// line 106
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["blog"], "diller", [], "any", false, false, false, 106));
foreach ($context['_seq'] as $context["_key"] => $context["dil"]) {
// line 107
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dil"], "baslik", [], "any", false, false, false, 107), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dil'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 109
echo " </h2>
</div>
<div class=\"center__text\"><p>
";
// line 115
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["blog"], "diller", [], "any", false, false, false, 115));
foreach ($context['_seq'] as $context["_key"] => $context["dil"]) {
// line 116
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["dil"], "title", [], "any", false, false, false, 116);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dil'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 118
echo " </p>
<p></p>
<p>
";
// line 121
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["blog"], "diller", [], "any", false, false, false, 121));
foreach ($context['_seq'] as $context["_key"] => $context["dil"]) {
// line 122
echo " ";
echo twig_get_attribute($this->env, $this->source, $context["dil"], "description", [], "any", false, false, false, 122);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dil'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 124
echo " </p>
</div>
<div class=\"lightly__spaced__row__above\">
";
// line 128
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["blog"], "bolumler", [], "any", false, false, false, 128));
$context['_iterated'] = false;
foreach ($context['_seq'] as $context["_key"] => $context["detay"]) {
// line 129
echo "
<a class=\"btn btn--primary\"
href=\"";
// line 131
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_main_bolum", ["code" => twig_get_attribute($this->env, $this->source, $context["detay"], "code", [], "any", false, false, false, 131)]), "html", null, true);
echo "\">CONTINUE
READING</a> ";
$context['_iterated'] = true;
}
if (!$context['_iterated']) {
// line 133
echo " <a class=\"btn btn--primary\" href=\"\">CONTINUE READING</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['detay'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 135
echo " </div>
</div>
</div>
</div>
<div class=\"blog__column__right blog__column\">
<a href=\"\" class=\"blog__link\">
<div class=\"image__overlap\">
";
// line 143
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->env, twig_array_filter($this->env, twig_get_attribute($this->env, $this->source, $context["blog"], "resimler", [], "any", false, false, false, 143), function ($__r__) use ($context, $macros) { $context["r"] = $__r__; return (twig_get_attribute($this->env, $this->source, (isset($context["r"]) || array_key_exists("r", $context) ? $context["r"] : (function () { throw new RuntimeError('Variable "r" does not exist.', 143, $this->source); })()), "del", [], "any", false, false, false, 143) == 0); }), function ($__a__, $__b__) use ($context, $macros) { $context["a"] = $__a__; $context["b"] = $__b__; return (twig_get_attribute($this->env, $this->source, (isset($context["a"]) || array_key_exists("a", $context) ? $context["a"] : (function () { throw new RuntimeError('Variable "a" does not exist.', 143, $this->source); })()), "sira", [], "any", false, false, false, 143) > twig_get_attribute($this->env, $this->source, (isset($context["b"]) || array_key_exists("b", $context) ? $context["b"] : (function () { throw new RuntimeError('Variable "b" does not exist.', 143, $this->source); })()), "sira", [], "any", false, false, false, 143)); }));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["resim"]) {
// line 144
echo " <div class=\"image__overlap__image overlap__image__";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 144), "html", null, true);
echo "\">
<div class=\"image__overlap__wrapper\">
<img
src=\"";
// line 149
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/blog/" . twig_get_attribute($this->env, $this->source, $context["resim"], "resim", [], "any", false, false, false, 149))), "html", null, true);
echo "\"
alt=\"\">
</div>
</div> ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['resim'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 155
echo "
</div>
</a>
</div>
</div>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['blog'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 163
echo "
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 169
public function block_body_js($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_js"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_js"));
// line 170
echo " ";
$this->loadTemplate("main/default/scripts.html.twig", "main/default/blog.html.twig", 170)->display($context);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "main/default/blog.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 450 => 170, 440 => 169, 425 => 163, 404 => 155, 384 => 149, 375 => 144, 358 => 143, 348 => 135, 341 => 133, 334 => 131, 330 => 129, 325 => 128, 319 => 124, 310 => 122, 306 => 121, 301 => 118, 292 => 116, 288 => 115, 280 => 109, 271 => 107, 267 => 106, 257 => 100, 255 => 99, 252 => 98, 235 => 97, 230 => 95, 225 => 92, 222 => 91, 220 => 90, 215 => 88, 213 => 87, 211 => 86, 209 => 85, 207 => 84, 205 => 83, 203 => 82, 201 => 81, 199 => 80, 197 => 79, 195 => 78, 193 => 77, 191 => 76, 189 => 75, 187 => 74, 184 => 72, 182 => 71, 180 => 70, 178 => 69, 176 => 68, 174 => 67, 172 => 66, 170 => 65, 139 => 36, 109 => 8, 99 => 7, 80 => 3, 61 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'main_base.html.twig' %}
{% block title %}Blog{% endblock %}
{% block description %}Blog{% endblock %}
{% block content %}
<style>
.navbar__section-links__wrapper :not(.BLOG) {
opacity: 0.4 !important;
}
.navbar__section-logo__wrapper-img {
filter: brightness(0) invert(1) !important;
}
.production__section-sliders-slider-description {
margin-right: 10rem;
}
.navbar__section::before {
content: \"\";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: -1;
}
.navbar__section::after {
content: \"\";
background-image: url(\"{{ asset('assets/main/images/navbar/navbar-bg-blog.png') }}\");
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -2;
}
.video__section {
margin-top: 0 !important;
padding-bottom: 8% !important;
}
.blog__section-description h2 {
margin-right: 0;
}
.blog__section-description p {
padding-right: 35%;
}
</style>
<style>
{# <section class=\"page-section\" id=\"pageBanner\">#}
{# <img class=\"banner-img\" src=\"{{ asset('uploads/blog/banner/'~blogDil.blog.banner) }}\" alt=\"\">#}
{# <div class=\"box-cover banner-content\">#}
{# <h1 class=\"banner-title\">COLOSSAE</h1>#}
{# <div class=\"banner-subtitle\">{{ blogDil.baslik }}</div>#}
{# <a class=\"slide-to-down\" href=\"#\">Aşağı Kaydır</a>#}
{# </div>#}
{# </section>#}
{# <section class=\"page-section\" id=\"pageContent\">#}
{# {% for bolum in blogDil.blog.bolumler %}#}
{# {% set defaultDil = bolum.diller|filter(d => d.dil.kisaBaslik == app.request.locale)|first %}#}
{# <div class=\"content-row\">#}
{# <div class=\"content-box x-align-center\">#}
{# <h2 class=\"box-title\">{{ defaultDil.baslik }}</h2>#}
{# {{ defaultDil.metin|raw }}#}
{# </div>#}
{# <div class=\"content-box scroll-animation slide-screen\">#}
{# {% for resim in bolum.resimler|filter(r => r.del == 0) %}#}
{# <img src=\"{{ asset('uploads/blog/bolum/'~resim.resim) }}\" alt=\"\">#}
{# {% endfor %}#}
{# </div>#}
{# </div>#}
{# {% endfor %}#}
{# </section> #}</style>
<div id=\"blog\">
{% include 'main/default/loader.html.twig' %}
{% include 'main/default/cookie.html.twig' %}
<div class=\"main-container\">
<div class=\"blog__section\">
<div class=\"blog__section-active__page\">
<p><a href=\"{{ path('app_main_default') }}\">Elefante</a> / <a class=\"active\" href=\"\">Blog</a></p>
</div>
{% for blog in blogResim %}
{% set classNames = ['', ' blog__flexible__second' ] %}
<div class=\"blog__flexible{{ classNames[loop.index0] ?? classNames|last }}\">
<div class=\"blog__column__left blog__column\">
<div class=\"blog__link\">
<div class=\"feature__text__paired\">
<div class=\"title__relative\">
<h2 class=\"majortitle\">
{% for dil in blog.diller %}
{{ dil.baslik }}
{% endfor %}
</h2>
</div>
<div class=\"center__text\"><p>
{% for dil in blog.diller %}
{{ dil.title|raw }}
{% endfor %}
</p>
<p></p>
<p>
{% for dil in blog.diller %}
{{ dil.description|raw }}
{% endfor %}
</p>
</div>
<div class=\"lightly__spaced__row__above\">
{% for detay in blog.bolumler %}
<a class=\"btn btn--primary\"
href=\"{{ path('app_main_bolum', {'code': detay.code}) }}\">CONTINUE
READING</a> {% else %}
<a class=\"btn btn--primary\" href=\"\">CONTINUE READING</a>
{% endfor %}
</div>
</div>
</div>
</div>
<div class=\"blog__column__right blog__column\">
<a href=\"\" class=\"blog__link\">
<div class=\"image__overlap\">
{% for resim in blog.resimler|filter(r => r.del == 0)|sort((a,b) => a.sira > b.sira) %}
<div class=\"image__overlap__image overlap__image__{{ loop.index }}\">
<div class=\"image__overlap__wrapper\">
<img
src=\"{{ asset('uploads/blog/' ~ resim.resim) }}\"
alt=\"\">
</div>
</div> {% endfor %}
</div>
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
{% endblock %}
{% block body_js %}
{% include 'main/default/scripts.html.twig' %}
{% endblock %}
", "main/default/blog.html.twig", "/home/technoon/public_html/elefante/templates/main/default/blog.html.twig");
}
}