var/cache/dev/twig/3f/3fd8d7d1703a86e8f2f8cbd43a0d150204a9678e45b07c5d54b5b8f9bbcaf4f1.php line 50

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* front/blog/single.html.twig */
  15. class __TwigTemplate_fcdc56d0318d7ab68b9d3b02fc1fc947bad340af20cd03ae3e447fcf720e2384 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'meta' => [$this'block_meta'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "base_front.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/blog/single.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/blog/single.html.twig"));
  40.         $this->parent $this->loadTemplate("base_front.html.twig""front/blog/single.html.twig"1);
  41.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_meta($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  55.         // line 4
  56.         yield "    <title>";
  57.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'4$this->source); })()), "metaTitle", [], "any"falsefalsefalse4), "html"nulltrue);
  58.         yield "</title>
  59.     <meta name=\"description\" content=\"";
  60.         // line 5
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'5$this->source); })()), "metaDescription", [], "any"falsefalsefalse5), "html"nulltrue);
  62.         yield "\">
  63. ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.         return; yield '';
  69.     }
  70.     // line 8
  71.     public function block_body($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  78.         // line 9
  79.         yield "    <div class=\"page-header\" style=\"background: url(";
  80.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((Twig\Extension\CoreExtension::constant("App\\Services\\File::IMAGE_BLOG_DIR") . CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'9$this->source); })()), "image", [], "any"falsefalsefalse9))), "html"nulltrue);
  81.         yield ") no-repeat center;background-size: cover\">
  82.         <div class=\"container\">
  83.             <div class=\"row\">
  84.                 <!-- page caption -->
  85.                 <div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 \">
  86.                     <div class=\"page-caption\">
  87.                         <h1 class=\"page-title\">";
  88.         // line 15
  89.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'15$this->source); })()), "title", [], "any"falsefalsefalse15), "html"nulltrue);
  90.         yield "</h1>
  91.                     </div>
  92.                 </div>
  93.                 <!-- /.page caption -->
  94.             </div>
  95.         </div>
  96.         <!-- page caption -->
  97.         <div class=\"page-breadcrumb\">
  98.             <div class=\"container\">
  99.                 <div class=\"row\">
  100.                     <nav aria-label=\"breadcrumb\">
  101.                         <ol class=\"breadcrumb\">
  102.                             <li class=\"breadcrumb-item\"><a href=\"";
  103.         // line 27
  104.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_home");
  105.         yield "\" class=\"breadcrumb-link\">Accueil</a></li>
  106.                             <li class=\"breadcrumb-item\"><a href=\"";
  107.         // line 28
  108.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_blog_list");
  109.         yield "\" class=\"breadcrumb-link\">Tous les articles</a></li>
  110.                             <li class=\"breadcrumb-item active text-white\" aria-current=\"page\">Article : ";
  111.         // line 29
  112.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'29$this->source); })()), "title", [], "any"falsefalsefalse29), "html"nulltrue);
  113.         yield "</li>
  114.                         </ol>
  115.                     </nav>
  116.                 </div>
  117.             </div>
  118.         </div>
  119.         <!-- page breadcrumb -->
  120.     </div>
  121.     <!-- /.page-header -->
  122.     <div class=\"content\">
  123.         <div class=\"container\">
  124.             <div class=\"row\">
  125.                 <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 col-12\">
  126.                     <!-- post-content -->
  127.                     <div class=\"post-content-single\">
  128.                         <div class=\"row\">
  129.                             <div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12\">
  130.                                 <div class=\"post-img zoomimg\">
  131.                                 </div>
  132.                                 <div class=\"post-content text-left\">
  133.                                     <h2>";
  134.         // line 49
  135.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'49$this->source); })()), "title", [], "any"falsefalsefalse49), "html"nulltrue);
  136.         yield "</h2>
  137.                                     <p class=\"meta\">
  138.                                         <span class=\"meta-date\">PubliĆ© ";
  139.         // line 51
  140.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->envCoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'51$this->source); })()), "publishedAt", [], "any"falsefalsefalse51), "full""short"""null"gregorian""fr"), "html"nulltrue);
  141.         yield "</span>
  142.                                     </p>
  143.                                     <p class=\"lead\">";
  144.         // line 53
  145.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'53$this->source); })()), "text", [], "any"falsefalsefalse53);
  146.         yield "</p>
  147.                                 </div>
  148.                             </div>
  149.                         </div>
  150.                     </div>
  151.                 </div>
  152.                 <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12\">
  153.                     <div class=\"sidebar\">
  154.                         <!-- widget-categories -->
  155.                         <div class=\"widget widget-category\">
  156.                             <h3 class=\"widget-title\">Categories</h3>
  157.                             <ul class=\"angle\">
  158.                                 ";
  159.         // line 66
  160.         $context['_parent'] = $context;
  161.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'66$this->source); })()));
  162.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  163.             // line 67
  164.             yield "                                    <li><a href=\"";
  165.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_blog_category_list", ["categorySlug" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'67$this->source); })()), "blogCategory", [], "any"falsefalsefalse67), "categorySlug", [], "any"falsefalsefalse67)]), "html"nulltrue);
  166.             yield "\">";
  167.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse67), "html"nulltrue);
  168.             yield "</a></li>
  169.                                 ";
  170.         }
  171.         $_parent $context['_parent'];
  172.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  173.         $context array_intersect_key($context$_parent) + $_parent;
  174.         // line 69
  175.         yield "                            </ul>
  176.                         </div>
  177.                         <div class=\"widget widget-recent-post\">
  178.                             <h3 class=\"widget-title\">Derniers Articles</h3>
  179.                             <ul class=\"\">
  180.                                 ";
  181.         // line 75
  182.         $context['_parent'] = $context;
  183.         $context['_seq'] = CoreExtension::ensureTraversable((isset($context["lastArticles"]) || array_key_exists("lastArticles"$context) ? $context["lastArticles"] : (function () { throw new RuntimeError('Variable "lastArticles" does not exist.'75$this->source); })()));
  184.         foreach ($context['_seq'] as $context["_key"] => $context["lastArticle"]) {
  185.             // line 76
  186.             yield "                                    <li>
  187.                                         <div class=\"row\">
  188.                                             <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-4 col-4\">
  189.                                                 <div class=\"recent-post-img\">
  190.                                                     <a href=\"";
  191.             // line 80
  192.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_blog_single", ["categorySlug" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "blogCategory", [], "any"falsefalsefalse80), "categorySlug", [], "any"falsefalsefalse80), "slug" => CoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "slug", [], "any"falsefalsefalse80)]), "html"nulltrue);
  193.             yield "\">
  194.                                                         <img src=\"";
  195.             // line 81
  196.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((Twig\Extension\CoreExtension::constant("App\\Services\\File::IMAGE_BLOG_DIR") . CoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "image", [], "any"falsefalsefalse81))), "html"nulltrue);
  197.             yield "\" alt=\"";
  198.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "title", [], "any"falsefalsefalse81), "html"nulltrue);
  199.             yield "\"></a>
  200.                                                 </div>
  201.                                             </div>
  202.                                             <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-8 col-8\">
  203.                                                 <div class=\"recent-post-content\">
  204.                                                     <h4 class=\"recent-title\"><a href=\"";
  205.             // line 86
  206.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("front_blog_single", ["categorySlug" => CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "blogCategory", [], "any"falsefalsefalse86), "categorySlug", [], "any"falsefalsefalse86), "slug" => CoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "slug", [], "any"falsefalsefalse86)]), "html"nulltrue);
  207.             yield "\">";
  208.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "title", [], "any"falsefalsefalse86), "html"nulltrue);
  209.             yield "</a></h4>
  210.                                                     <p class=\"meta font-italic text-default\">";
  211.             // line 87
  212.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source$context["lastArticle"], "publishedAt", [], "any"falsefalsefalse87), "d/m/Y"), "html"nulltrue);
  213.             yield "</p>
  214.                                                 </div>
  215.                                             </div>
  216.                                         </div>
  217.                                     </li>
  218.                                 ";
  219.         }
  220.         $_parent $context['_parent'];
  221.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['lastArticle'], $context['_parent'], $context['loop']);
  222.         $context array_intersect_key($context$_parent) + $_parent;
  223.         // line 93
  224.         yield "                            </ul>
  225.                         </div>
  226.                     </div>
  227.                 </div>
  228.             </div>
  229.         </div>
  230.     </div>
  231. ";
  232.         
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  234.         
  235.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  236.         return; yield '';
  237.     }
  238.     /**
  239.      * @codeCoverageIgnore
  240.      */
  241.     public function getTemplateName()
  242.     {
  243.         return "front/blog/single.html.twig";
  244.     }
  245.     /**
  246.      * @codeCoverageIgnore
  247.      */
  248.     public function isTraitable()
  249.     {
  250.         return false;
  251.     }
  252.     /**
  253.      * @codeCoverageIgnore
  254.      */
  255.     public function getDebugInfo()
  256.     {
  257.         return array (  245 => 93,  233 => 87,  227 => 86,  217 => 81,  213 => 80,  207 => 76,  203 => 75,  195 => 69,  184 => 67,  180 => 66,  164 => 53,  159 => 51,  154 => 49,  131 => 29,  127 => 28,  123 => 27,  108 => 15,  98 => 9,  88 => 8,  75 => 5,  70 => 4,  60 => 3,  37 => 1,);
  258.     }
  259.     public function getSourceContext()
  260.     {
  261.         return new Source("{% extends 'base_front.html.twig' %}
  262. {% block meta %}
  263.     <title>{{ article.metaTitle }}</title>
  264.     <meta name=\"description\" content=\"{{ article.metaDescription }}\">
  265. {% endblock %}
  266. {% block body %}
  267.     <div class=\"page-header\" style=\"background: url({{ asset(constant('App\\\\Services\\\\File::IMAGE_BLOG_DIR') ~ article.image) }}) no-repeat center;background-size: cover\">
  268.         <div class=\"container\">
  269.             <div class=\"row\">
  270.                 <!-- page caption -->
  271.                 <div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 \">
  272.                     <div class=\"page-caption\">
  273.                         <h1 class=\"page-title\">{{ article.title }}</h1>
  274.                     </div>
  275.                 </div>
  276.                 <!-- /.page caption -->
  277.             </div>
  278.         </div>
  279.         <!-- page caption -->
  280.         <div class=\"page-breadcrumb\">
  281.             <div class=\"container\">
  282.                 <div class=\"row\">
  283.                     <nav aria-label=\"breadcrumb\">
  284.                         <ol class=\"breadcrumb\">
  285.                             <li class=\"breadcrumb-item\"><a href=\"{{ path('front_home') }}\" class=\"breadcrumb-link\">Accueil</a></li>
  286.                             <li class=\"breadcrumb-item\"><a href=\"{{ path('front_blog_list') }}\" class=\"breadcrumb-link\">Tous les articles</a></li>
  287.                             <li class=\"breadcrumb-item active text-white\" aria-current=\"page\">Article : {{ article.title }}</li>
  288.                         </ol>
  289.                     </nav>
  290.                 </div>
  291.             </div>
  292.         </div>
  293.         <!-- page breadcrumb -->
  294.     </div>
  295.     <!-- /.page-header -->
  296.     <div class=\"content\">
  297.         <div class=\"container\">
  298.             <div class=\"row\">
  299.                 <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 col-12\">
  300.                     <!-- post-content -->
  301.                     <div class=\"post-content-single\">
  302.                         <div class=\"row\">
  303.                             <div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12\">
  304.                                 <div class=\"post-img zoomimg\">
  305.                                 </div>
  306.                                 <div class=\"post-content text-left\">
  307.                                     <h2>{{ article.title }}</h2>
  308.                                     <p class=\"meta\">
  309.                                         <span class=\"meta-date\">PubliĆ© {{ article.publishedAt|format_datetime('full', 'short', locale='fr') }}</span>
  310.                                     </p>
  311.                                     <p class=\"lead\">{{ article.text|raw }}</p>
  312.                                 </div>
  313.                             </div>
  314.                         </div>
  315.                     </div>
  316.                 </div>
  317.                 <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12\">
  318.                     <div class=\"sidebar\">
  319.                         <!-- widget-categories -->
  320.                         <div class=\"widget widget-category\">
  321.                             <h3 class=\"widget-title\">Categories</h3>
  322.                             <ul class=\"angle\">
  323.                                 {% for category in categories %}
  324.                                     <li><a href=\"{{ path('front_blog_category_list', {'categorySlug': article.blogCategory.categorySlug}) }}\">{{ category.name }}</a></li>
  325.                                 {% endfor %}
  326.                             </ul>
  327.                         </div>
  328.                         <div class=\"widget widget-recent-post\">
  329.                             <h3 class=\"widget-title\">Derniers Articles</h3>
  330.                             <ul class=\"\">
  331.                                 {% for lastArticle in lastArticles %}
  332.                                     <li>
  333.                                         <div class=\"row\">
  334.                                             <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-4 col-4\">
  335.                                                 <div class=\"recent-post-img\">
  336.                                                     <a href=\"{{ path('front_blog_single', {'categorySlug': lastArticle.blogCategory.categorySlug, 'slug': lastArticle.slug}) }}\">
  337.                                                         <img src=\"{{ asset(constant('App\\\\Services\\\\File::IMAGE_BLOG_DIR') ~ lastArticle.image) }}\" alt=\"{{ lastArticle.title }}\"></a>
  338.                                                 </div>
  339.                                             </div>
  340.                                             <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-8 col-8\">
  341.                                                 <div class=\"recent-post-content\">
  342.                                                     <h4 class=\"recent-title\"><a href=\"{{ path('front_blog_single', {'categorySlug': lastArticle.blogCategory.categorySlug, 'slug': lastArticle.slug}) }}\">{{ lastArticle.title }}</a></h4>
  343.                                                     <p class=\"meta font-italic text-default\">{{ lastArticle.publishedAt|date('d/m/Y') }}</p>
  344.                                                 </div>
  345.                                             </div>
  346.                                         </div>
  347.                                     </li>
  348.                                 {% endfor %}
  349.                             </ul>
  350.                         </div>
  351.                     </div>
  352.                 </div>
  353.             </div>
  354.         </div>
  355.     </div>
  356. {% endblock %}
  357. ""front/blog/single.html.twig""/var/www/vhosts/hobbiinn.com/httpdocs/providdersvacance/templates/front/blog/single.html.twig");
  358.     }
  359. }