var/cache/dev/twig/18/1883c81c3d24fa7e669b2b4dd20f025d.php line 285

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* front/blog/index.html.twig */
  14. class __TwigTemplate_63465b2a6077b2dfabd5b42098e713a2 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'seo' => [$this'block_seo'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "front/base.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/blog/index.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/blog/index.html.twig"));
  40.         $this->parent $this->loadTemplate("front/base.html.twig""front/blog/index.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_title($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         // line 4
  56.         echo "\t";
  57.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.blog_title"), "html"nulltrue);
  58.         echo "
  59. ";
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.         
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  64.     }
  65.     // line 7
  66.     public function block_seo($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""seo"));
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""seo"));
  73.         // line 8
  74.         echo "\t<meta name=\"description\" content=\"";
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.blog_description"), "html"nulltrue);
  76.         echo "\">
  77. ";
  78.         
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  80.         
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  82.     }
  83.     // line 11
  84.     public function block_body($context, array $blocks = [])
  85.     {
  86.         $macros $this->macros;
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  91.         // line 12
  92.         echo "
  93. \t<section class=\"mt-0 first-section\" id=\"blog-search\">
  94. \t\t<div class=\"container\">
  95. \t\t\t<div class=\"row justify-content-center\">
  96. \t\t\t\t<div class=\"col-lg-8\">
  97. \t\t\t\t\t";
  98.         // line 17
  99.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'17$this->source); })()), 'form_start', ["attr" => ["class" => "blog-main-search"]]);
  100.         echo "
  101. \t\t\t\t\t\t<div class=\"form-inline\">
  102. \t\t\t\t\t\t\t";
  103.         // line 19
  104.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'19$this->source); })()), "title", [], "any"falsefalsefalse19), 'widget', ["attr" => ["class" => "input-main-search"]]);
  105.         echo "
  106. \t\t\t\t\t\t\t<button class=\"btn btn-main-search\" type=\"submit\">
  107. \t\t\t\t\t\t\t\t<span class=\"hide-mobile\">";
  108.         // line 21
  109.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("global.search")), "html"nulltrue);
  110.         echo "</span>
  111. \t\t\t\t\t\t\t\t<i class=\"far fa-search hide-desktop\"></i>
  112. \t\t\t\t\t\t\t</button>
  113. \t\t\t\t\t\t</div>
  114. \t\t\t\t\t";
  115.         // line 25
  116.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'25$this->source); })()), 'form_end');
  117.         echo "
  118. \t\t\t\t</div>
  119. \t\t\t</div>
  120. \t\t</div>
  121. \t</section>
  122. \t";
  123.         // line 32
  124.         echo "\t<section id=\"categories\">
  125. \t\t";
  126.         // line 33
  127.         if ((twig_length_filter($this->env, (isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'33$this->source); })())) > 0)) {
  128.             // line 34
  129.             echo "\t\t\t<div class=\"container\">
  130. \t\t\t\t<h2 class=\"section-title-underline\">";
  131.             // line 35
  132.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("blog.categories"), "html"nulltrue);
  133.             echo "</h2>
  134. \t\t\t\t<div class=\"categories-grid\">
  135. \t\t\t\t\t";
  136.             // line 39
  137.             $context['_parent'] = $context;
  138.             $context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'39$this->source); })()));
  139.             foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  140.                 // line 40
  141.                 echo "
  142. \t\t\t\t\t\t<a class=\"card-category\" href=\"";
  143.                 // line 41
  144.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("article_category", ["slug" => twig_get_attribute($this->env$this->source$context["category"], "slug", [], "any"falsefalsefalse41)]), "html"nulltrue);
  145.                 echo "\">
  146. \t\t\t\t\t\t\t<img loading=\"lazy\" src=\"";
  147.                 // line 42
  148.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("/images/categories/" twig_get_attribute($this->env$this->source$context["category"], "image", [], "any"falsefalsefalse42))), "html"nulltrue);
  149.                 echo "\" alt=\"";
  150.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category"], "title", [], "any"falsefalsefalse42), "html"nulltrue);
  151.                 echo "\"/>
  152. \t\t\t\t\t\t\t<h3 class=\"title\">";
  153.                 // line 43
  154.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category"], "title", [], "any"falsefalsefalse43), "html"nulltrue);
  155.                 echo "</h3>
  156. \t\t\t\t\t\t</a>
  157. \t\t\t\t\t";
  158.             }
  159.             $_parent $context['_parent'];
  160.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  161.             $context array_intersect_key($context$_parent) + $_parent;
  162.             // line 47
  163.             echo "\t\t\t\t</div>
  164. \t\t\t\t
  165. \t\t\t</div>
  166. \t\t";
  167.         }
  168.         // line 51
  169.         echo "\t</section>
  170. \t<section id=\"blog\" class=\"pt-0\">
  171. \t\t";
  172.         // line 54
  173.         if ((twig_length_filter($this->env, (isset($context["featured"]) || array_key_exists("featured"$context) ? $context["featured"] : (function () { throw new RuntimeError('Variable "featured" does not exist.'54$this->source); })())) > 0)) {
  174.             // line 55
  175.             echo "\t\t\t<div class=\"container\">
  176. \t\t\t\t<h2 class=\"section-title-underline\">";
  177.             // line 56
  178.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("blog.headline"), "html"nulltrue);
  179.             echo "</h2>
  180. \t\t\t\t<div class=\"row\">
  181. \t\t\t\t\t";
  182.             // line 58
  183.             $context['_parent'] = $context;
  184.             $context['_seq'] = twig_ensure_traversable((isset($context["featured"]) || array_key_exists("featured"$context) ? $context["featured"] : (function () { throw new RuntimeError('Variable "featured" does not exist.'58$this->source); })()));
  185.             $context['loop'] = [
  186.               'parent' => $context['_parent'],
  187.               'index0' => 0,
  188.               'index'  => 1,
  189.               'first'  => true,
  190.             ];
  191.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  192.                 $length count($context['_seq']);
  193.                 $context['loop']['revindex0'] = $length 1;
  194.                 $context['loop']['revindex'] = $length;
  195.                 $context['loop']['length'] = $length;
  196.                 $context['loop']['last'] = === $length;
  197.             }
  198.             foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
  199.                 // line 59
  200.                 echo "\t\t\t\t\t\t<div class=\"col-xl-3 col-lg-4 col-md-6 col-sm-12 blog-col\">
  201. \t\t\t\t\t\t\t";
  202.                 // line 60
  203.                 $this->loadTemplate("front/blog/_blog-card.html.twig""front/blog/index.html.twig"60)->display($context);
  204.                 // line 61
  205.                 echo "\t\t\t\t\t\t</div>
  206. \t\t\t\t\t";
  207.                 ++$context['loop']['index0'];
  208.                 ++$context['loop']['index'];
  209.                 $context['loop']['first'] = false;
  210.                 if (isset($context['loop']['length'])) {
  211.                     --$context['loop']['revindex0'];
  212.                     --$context['loop']['revindex'];
  213.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  214.                 }
  215.             }
  216.             $_parent $context['_parent'];
  217.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
  218.             $context array_intersect_key($context$_parent) + $_parent;
  219.             // line 63
  220.             echo "\t\t\t\t</div>
  221. \t\t\t</div>
  222. \t\t";
  223.         }
  224.         // line 66
  225.         echo "\t\t";
  226.         if ((twig_length_filter($this->env, (isset($context["latest"]) || array_key_exists("latest"$context) ? $context["latest"] : (function () { throw new RuntimeError('Variable "latest" does not exist.'66$this->source); })())) > 0)) {
  227.             // line 67
  228.             echo "\t\t\t<div class=\"container\" id=\"news\">
  229. \t\t\t\t<h2 class=\"section-title-underline\">";
  230.             // line 68
  231.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("blog.latest"), "html"nulltrue);
  232.             echo "</h2>
  233. \t\t\t\t<div class=\"row\">
  234. \t\t\t\t\t";
  235.             // line 70
  236.             $context['_parent'] = $context;
  237.             $context['_seq'] = twig_ensure_traversable((isset($context["latest"]) || array_key_exists("latest"$context) ? $context["latest"] : (function () { throw new RuntimeError('Variable "latest" does not exist.'70$this->source); })()));
  238.             $context['loop'] = [
  239.               'parent' => $context['_parent'],
  240.               'index0' => 0,
  241.               'index'  => 1,
  242.               'first'  => true,
  243.             ];
  244.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  245.                 $length count($context['_seq']);
  246.                 $context['loop']['revindex0'] = $length 1;
  247.                 $context['loop']['revindex'] = $length;
  248.                 $context['loop']['length'] = $length;
  249.                 $context['loop']['last'] = === $length;
  250.             }
  251.             foreach ($context['_seq'] as $context["_key"] => $context["article"]) {
  252.                 // line 71
  253.                 echo "\t\t\t\t\t\t<div class=\"col-xl-3 col-lg-4 col-md-6 col-sm-12 blog-col\">
  254. \t\t\t\t\t\t\t";
  255.                 // line 72
  256.                 $this->loadTemplate("front/blog/_blog-card.html.twig""front/blog/index.html.twig"72)->display($context);
  257.                 // line 73
  258.                 echo "\t\t\t\t\t\t</div>
  259. \t\t\t\t\t";
  260.                 ++$context['loop']['index0'];
  261.                 ++$context['loop']['index'];
  262.                 $context['loop']['first'] = false;
  263.                 if (isset($context['loop']['length'])) {
  264.                     --$context['loop']['revindex0'];
  265.                     --$context['loop']['revindex'];
  266.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  267.                 }
  268.             }
  269.             $_parent $context['_parent'];
  270.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['article'], $context['_parent'], $context['loop']);
  271.             $context array_intersect_key($context$_parent) + $_parent;
  272.             // line 75
  273.             echo "\t\t\t\t</div>
  274. \t\t\t\t<div class=\"text-center\">
  275. \t\t\t\t\t<a href=\"";
  276.             // line 77
  277.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("latest_news");
  278.             echo "\" class=\"btn main-btn\">";
  279.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("blog.more_latest"), "html"nulltrue);
  280.             echo "</a>
  281. \t\t\t\t</div>
  282. \t\t\t</div>
  283. \t\t";
  284.         }
  285.         // line 81
  286.         echo "
  287. \t</section>
  288. \t";
  289.         // line 84
  290.         $this->loadTemplate("front/blog/_blog-cta.html.twig""front/blog/index.html.twig"84)->display($context);
  291.         // line 85
  292.         echo "
  293. ";
  294.         
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  296.         
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  298.     }
  299.     /**
  300.      * @codeCoverageIgnore
  301.      */
  302.     public function getTemplateName()
  303.     {
  304.         return "front/blog/index.html.twig";
  305.     }
  306.     /**
  307.      * @codeCoverageIgnore
  308.      */
  309.     public function isTraitable()
  310.     {
  311.         return false;
  312.     }
  313.     /**
  314.      * @codeCoverageIgnore
  315.      */
  316.     public function getDebugInfo()
  317.     {
  318.         return array (  322 => 85,  320 => 84,  315 => 81,  306 => 77,  302 => 75,  287 => 73,  285 => 72,  282 => 71,  265 => 70,  260 => 68,  257 => 67,  254 => 66,  249 => 63,  234 => 61,  232 => 60,  229 => 59,  212 => 58,  207 => 56,  204 => 55,  202 => 54,  197 => 51,  191 => 47,  181 => 43,  175 => 42,  171 => 41,  168 => 40,  164 => 39,  157 => 35,  154 => 34,  152 => 33,  149 => 32,  140 => 25,  133 => 21,  128 => 19,  123 => 17,  116 => 12,  106 => 11,  93 => 8,  83 => 7,  70 => 4,  60 => 3,  37 => 1,);
  319.     }
  320.     public function getSourceContext()
  321.     {
  322.         return new Source("{% extends \"front/base.html.twig\" %}
  323. {% block title %}
  324. \t{{ 'seo.blog_title' | trans }}
  325. {% endblock %}
  326. {% block seo %}
  327. \t<meta name=\"description\" content=\"{{ 'seo.blog_description' | trans }}\">
  328. {% endblock %}
  329. {% block body %}
  330. \t<section class=\"mt-0 first-section\" id=\"blog-search\">
  331. \t\t<div class=\"container\">
  332. \t\t\t<div class=\"row justify-content-center\">
  333. \t\t\t\t<div class=\"col-lg-8\">
  334. \t\t\t\t\t{{ form_start(form, {'attr': {'class': 'blog-main-search'}}) }}
  335. \t\t\t\t\t\t<div class=\"form-inline\">
  336. \t\t\t\t\t\t\t{{ form_widget(form.title, {'attr': {'class': 'input-main-search'}}) }}
  337. \t\t\t\t\t\t\t<button class=\"btn btn-main-search\" type=\"submit\">
  338. \t\t\t\t\t\t\t\t<span class=\"hide-mobile\">{{ 'global.search' | trans | capitalize }}</span>
  339. \t\t\t\t\t\t\t\t<i class=\"far fa-search hide-desktop\"></i>
  340. \t\t\t\t\t\t\t</button>
  341. \t\t\t\t\t\t</div>
  342. \t\t\t\t\t{{ form_end(form) }}
  343. \t\t\t\t</div>
  344. \t\t\t</div>
  345. \t\t</div>
  346. \t</section>
  347. \t{# Categories #}
  348. \t<section id=\"categories\">
  349. \t\t{% if categories | length > 0 %}
  350. \t\t\t<div class=\"container\">
  351. \t\t\t\t<h2 class=\"section-title-underline\">{{ 'blog.categories' | trans }}</h2>
  352. \t\t\t\t<div class=\"categories-grid\">
  353. \t\t\t\t\t{% for category in categories %}
  354. \t\t\t\t\t\t<a class=\"card-category\" href=\"{{ path('article_category', {'slug': category.slug}) }}\">
  355. \t\t\t\t\t\t\t<img loading=\"lazy\" src=\"{{asset('/images/categories/' ~ category.image) }}\" alt=\"{{ category.title }}\"/>
  356. \t\t\t\t\t\t\t<h3 class=\"title\">{{ category.title }}</h3>
  357. \t\t\t\t\t\t</a>
  358. \t\t\t\t\t{% endfor %}
  359. \t\t\t\t</div>
  360. \t\t\t\t
  361. \t\t\t</div>
  362. \t\t{% endif %}
  363. \t</section>
  364. \t<section id=\"blog\" class=\"pt-0\">
  365. \t\t{% if featured | length > 0 %}
  366. \t\t\t<div class=\"container\">
  367. \t\t\t\t<h2 class=\"section-title-underline\">{{ 'blog.headline' | trans }}</h2>
  368. \t\t\t\t<div class=\"row\">
  369. \t\t\t\t\t{% for article in featured %}
  370. \t\t\t\t\t\t<div class=\"col-xl-3 col-lg-4 col-md-6 col-sm-12 blog-col\">
  371. \t\t\t\t\t\t\t{% include \"front/blog/_blog-card.html.twig\" %}
  372. \t\t\t\t\t\t</div>
  373. \t\t\t\t\t{% endfor %}
  374. \t\t\t\t</div>
  375. \t\t\t</div>
  376. \t\t{% endif %}
  377. \t\t{% if latest | length > 0 %}
  378. \t\t\t<div class=\"container\" id=\"news\">
  379. \t\t\t\t<h2 class=\"section-title-underline\">{{ 'blog.latest' | trans }}</h2>
  380. \t\t\t\t<div class=\"row\">
  381. \t\t\t\t\t{% for article in latest %}
  382. \t\t\t\t\t\t<div class=\"col-xl-3 col-lg-4 col-md-6 col-sm-12 blog-col\">
  383. \t\t\t\t\t\t\t{% include \"front/blog/_blog-card.html.twig\" %}
  384. \t\t\t\t\t\t</div>
  385. \t\t\t\t\t{% endfor %}
  386. \t\t\t\t</div>
  387. \t\t\t\t<div class=\"text-center\">
  388. \t\t\t\t\t<a href=\"{{ path('latest_news') }}\" class=\"btn main-btn\">{{ 'blog.more_latest' | trans }}</a>
  389. \t\t\t\t</div>
  390. \t\t\t</div>
  391. \t\t{% endif %}
  392. \t</section>
  393. \t{% include \"front/blog/_blog-cta.html.twig\" %}
  394. {% endblock %}
  395. ""front/blog/index.html.twig""/var/www/preprod/racket-trip/templates/front/blog/index.html.twig");
  396.     }
  397. }