<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\CoreExtension;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;use Twig\TemplateWrapper;/* vitrine/lexend/articles/article.html.twig */class __TwigTemplate_9ef48d398ccdb3af5bca67a6fa2daa64 extends Template{ private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'title' => [$this, 'block_title'], 'description' => [$this, 'block_description'], 'robots' => [$this, 'block_robots'], 'meta_social' => [$this, 'block_meta_social'], 'meta' => [$this, 'block_meta'], 'canonical' => [$this, 'block_canonical'], 'body_header' => [$this, 'block_body_header'], 'body' => [$this, 'block_body'], 'footerjs' => [$this, 'block_footerjs'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "vitrine/lexend/layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $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", "vitrine/lexend/articles/article.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/articles/article.html.twig")); // line 3 $context["paramArticle"] = $this->extensions['App\Twig\ToolsExtension']->getCoreToolsList("article"); // line 1 $this->parent = $this->load("vitrine/lexend/layout.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } // line 4 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $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")); 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); })()), "title", [], "any", false, false, false, 4), "html", null, true); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_description(array $context, array $blocks = []): iterable { $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")); 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); })()), "shortDescription", [], "any", false, false, false, 5), "html", null, true); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 6 /** * @return iterable<null|scalar|\Stringable> */ public function block_robots(array $context, array $blocks = []): iterable { $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", "robots")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots")); yield "index,follow"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 7 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta_social(array $context, array $blocks = []): iterable { $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", "meta_social")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social")); yield from $this->yieldParentBlock("meta_social", $context, $blocks); yield from $this->load("/vitrine/components/socialmedia_articles.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["social_type" => "article", "article" => (isset($context["article"]) || array_key_exists("article", $context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.', 7, $this->source); })())])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 8 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta(array $context, array $blocks = []): iterable { $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", "meta")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta")); yield from $this->yieldParentBlock("meta", $context, $blocks); if ((($tmp = !(null === 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.', 8, $this->source); })()), "author", [], "any", false, false, false, 8))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(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.', 8, $this->source); })()), "author", [], "any", false, false, false, 8))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<meta name=\"author\" content=\""; 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.', 8, $this->source); })()), "author", [], "any", false, false, false, 8), "html", null, true); yield "\" />"; } } $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 10 /** * @return iterable<null|scalar|\Stringable> */ public function block_canonical(array $context, array $blocks = []): iterable { $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", "canonical")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical")); yield from $this->load("/vitrine/lexend/articles/components/canonical.html.twig", 10)->unwrap()->yield(CoreExtension::merge($context, ["article" => (isset($context["article"]) || array_key_exists("article", $context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.', 10, $this->source); })())])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 12 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_header(array $context, array $blocks = []): iterable { $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_header")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_header")); // line 13 yield " "; yield from $this->load("vitrine/lexend/articles/article.html.twig", 13, "1173759414")->unwrap()->yield(CoreExtension::merge($context, ["navcolor" => "blue", "navtype" => "default"])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_body(array $context, array $blocks = []): iterable { $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")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); // line 21 yield " <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\"> <div class=\"container max-w-xl\"> <div class=\"post-header\" style=\"margin-bottom:40px;\"> <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\"> <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\"> <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">"; // line 27 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.', 27, $this->source); })()), "title", [], "any", false, false, false, 27), "html", null, true); yield "</h1> </div> </div> </div> <div class=\"section\" style=\"margin-top:-40px;\"> <div class=\"container\"> <div class=\"panel py-4 lg:py-6 xl:py-8\"> <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\"> <div class=\"md:col-4 order-0\"> <div> <div class=\"widget featured-widget vstack gap-2 lg:gap-4 p-2 py-3 lg:p-4 lg:py-5 rounded-1-5 lg:rounded-2\" style=\"background-color:#DFF5DD;\"> <div class=\"widget-title text-center\"> <h2 class=\"h4 m-0\">Sommaire</h2> </div> <div> <div class=\"summary\" style=\"margin:-20px;\"> "; // line 45 yield $this->extensions['App\Twig\PagesExtension']->autosummary(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.', 45, $this->source); })()), "description", [], "any", false, false, false, 45)); yield " </div> </div> </div> </div> </div> <div class=\"md:col-8 order-1\"> <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\"> "; // line 55 yield $this->extensions['App\Twig\PagesExtension']->autosummaryID(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.', 55, $this->source); })()), "description", [], "any", false, false, false, 55)); yield " </div> </div> </div> </div> </div> </div> "; // line 64 if (($this->extensions['App\Twig\CoreExtension']->getEnv("KERNEL_APPLICATION") == "whileresume")) { // line 65 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 65, $this->source); })()), "request", [], "any", false, false, false, 65), "locale", [], "any", false, false, false, 65) == "fr")) { // line 66 yield " <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\"> <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\"> <div class=\"container max-w-xl\"> <div class=\"section-inner panel p-4 md:p-6 lg:p-8 rounded-1-5 lg:rounded-2 bg-secondary dark:bg-gray-800 dark:text-white\" data-anime=\"onview: -200; translateY: [24, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500;\" style=\"transform: translateY(0px); opacity: 1;\"> <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: >*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\"> <h2 class=\"h3 m-0\"> Whileresume met en relation des talents avec des entreprises en forte croissance </h2> <div class=\"row\" style=\"margin-top:15px;\"> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception. </p> <a href=\""; // line 84 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_business_" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 84, $this->source); })()), "request", [], "any", false, false, false, 84), "locale", [], "any", false, false, false, 84))); yield "\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">Je recrute <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché. </p> <a href=\""; // line 95 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_resume_" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 95, $this->source); })()), "request", [], "any", false, false, false, 95), "locale", [], "any", false, false, false, 95))); yield "\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">Je cherche un job <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 108(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 108, $this->source); })()), "request", [], "any", false, false, false, 108), "locale", [], "any", false, false, false, 108) == "en")) { // line 109 yield " <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\"> <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\"> <div class=\"container max-w-xl\"> <div class=\"section-inner panel p-4 md:p-6 lg:p-8 rounded-1-5 lg:rounded-2 bg-secondary dark:bg-gray-800 dark:text-white\" data-anime=\"onview: -200; translateY: [24, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500;\" style=\"transform: translateY(0px); opacity: 1;\"> <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: >*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\"> <h2 class=\"h3 m-0\"> Whileresume connects talent with fast-growing companies </h2> <div class=\"row\" style=\"margin-top:15px;\"> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> We connect the best talent in the market to growing companies looking for exceptional employees. </p> <a href=\""; // line 127 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_business_" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 127, $this->source); })()), "request", [], "any", false, false, false, 127), "locale", [], "any", false, false, false, 127))); yield "\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">I'm recruiting <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> We support you in finding your ideal position within the most promising companies in the market. </p> <a href=\""; // line 138 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_resume_" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 138, $this->source); })()), "request", [], "any", false, false, false, 138), "locale", [], "any", false, false, false, 138))); yield "\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">I'm looking for a job <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> "; } // line 152 yield " "; } // line 153 yield " </div> </div> "; // line 156 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(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.', 156, $this->source); })()), "ctaHTML", [], "any", false, false, false, 156))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { 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.', 156, $this->source); })()), "ctaHTML", [], "any", false, false, false, 156); } $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 159 /** * @return iterable<null|scalar|\Stringable> */ public function block_footerjs(array $context, array $blocks = []): iterable { $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", "footerjs")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "vitrine/lexend/articles/article.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 441 => 159, 428 => 156, 423 => 153, 420 => 152, 403 => 138, 389 => 127, 369 => 109, 367 => 108, 351 => 95, 337 => 84, 317 => 66, 314 => 65, 312 => 64, 300 => 55, 287 => 45, 266 => 27, 258 => 21, 245 => 20, 233 => 13, 220 => 12, 197 => 10, 167 => 8, 143 => 7, 120 => 6, 97 => 5, 74 => 4, 63 => 1, 61 => 3, 48 => 1,); } public function getSourceContext(): Source { return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}{% set paramArticle = getCoreToolsList(\"article\") %}{% block title %}{{ article.title }}{% endblock title %}{% block description %}{{ article.shortDescription }}{% endblock description %}{% block robots %}index,follow{% endblock robots %}{% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia_articles.html.twig\" with { 'social_type':'article','article':article } %}{% endblock meta_social %}{% block meta %}{{ parent() }}{% if article.author is not null %}{% if article.author is not empty %}<meta name=\"author\" content=\"{{ article.author }}\" />{% endif %}{% endif %}{% endblock meta %}{% block canonical %}{% include \"/vitrine/lexend/articles/components/canonical.html.twig\" with {'article':article} %}{% endblock canonical %}{% block body_header %} {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %} {% block header_content %} {% include \"/vitrine/lexend/articles/components/languages.html.twig\" %} {% endblock %} {% endembed %}{% endblock body_header %}{% block body %} <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\"> <div class=\"container max-w-xl\"> <div class=\"post-header\" style=\"margin-bottom:40px;\"> <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\"> <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\"> <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">{{ article.title }}</h1> </div> </div> </div> <div class=\"section\" style=\"margin-top:-40px;\"> <div class=\"container\"> <div class=\"panel py-4 lg:py-6 xl:py-8\"> <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\"> <div class=\"md:col-4 order-0\"> <div> <div class=\"widget featured-widget vstack gap-2 lg:gap-4 p-2 py-3 lg:p-4 lg:py-5 rounded-1-5 lg:rounded-2\" style=\"background-color:#DFF5DD;\"> <div class=\"widget-title text-center\"> <h2 class=\"h4 m-0\">Sommaire</h2> </div> <div> <div class=\"summary\" style=\"margin:-20px;\"> {{ autosummary(article.description)|raw }} </div> </div> </div> </div> </div> <div class=\"md:col-8 order-1\"> <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\"> {{ autosummaryID(article.description)|raw }} </div> </div> </div> </div> </div> </div> {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %} {% if app.request.locale == \"fr\" %} <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\"> <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\"> <div class=\"container max-w-xl\"> <div class=\"section-inner panel p-4 md:p-6 lg:p-8 rounded-1-5 lg:rounded-2 bg-secondary dark:bg-gray-800 dark:text-white\" data-anime=\"onview: -200; translateY: [24, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500;\" style=\"transform: translateY(0px); opacity: 1;\"> <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: >*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\"> <h2 class=\"h3 m-0\"> Whileresume met en relation des talents avec des entreprises en forte croissance </h2> <div class=\"row\" style=\"margin-top:15px;\"> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception. </p> <a href=\"{{ path('whileresume_business_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">Je recrute <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché. </p> <a href=\"{{ path('whileresume_resume_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">Je cherche un job <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> {% elseif app.request.locale == \"en\" %} <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\"> <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\"> <div class=\"container max-w-xl\"> <div class=\"section-inner panel p-4 md:p-6 lg:p-8 rounded-1-5 lg:rounded-2 bg-secondary dark:bg-gray-800 dark:text-white\" data-anime=\"onview: -200; translateY: [24, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500;\" style=\"transform: translateY(0px); opacity: 1;\"> <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: >*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\"> <h2 class=\"h3 m-0\"> Whileresume connects talent with fast-growing companies </h2> <div class=\"row\" style=\"margin-top:15px;\"> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> We connect the best talent in the market to growing companies looking for exceptional employees. </p> <a href=\"{{ path('whileresume_business_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">I'm recruiting <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> We support you in finding your ideal position within the most promising companies in the market. </p> <a href=\"{{ path('whileresume_resume_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">I'm looking for a job <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> {% endif %} {% endif %} </div> </div> {% if article.ctaHTML is not empty %}{{ article.ctaHTML|raw }}{% endif %}{% endblock body %}{% block footerjs %}{% endblock footerjs %}", "vitrine/lexend/articles/article.html.twig", "/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/vitrine/lexend/articles/article.html.twig"); }}/* vitrine/lexend/articles/article.html.twig */class __TwigTemplate_9ef48d398ccdb3af5bca67a6fa2daa64___1173759414 extends Template{ private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'header_content' => [$this, 'block_header_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 13 return "/vitrine/lexend/components/header.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $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", "vitrine/lexend/articles/article.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/articles/article.html.twig")); $this->parent = $this->load("/vitrine/lexend/components/header.html.twig", 13); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } // line 14 /** * @return iterable<null|scalar|\Stringable> */ public function block_header_content(array $context, array $blocks = []): iterable { $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", "header_content")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_content")); // line 15 yield " "; yield from $this->load("/vitrine/lexend/articles/components/languages.html.twig", 15)->unwrap()->yield($context); // line 16 yield " "; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "vitrine/lexend/articles/article.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 713 => 16, 710 => 15, 697 => 14, 674 => 13, 441 => 159, 428 => 156, 423 => 153, 420 => 152, 403 => 138, 389 => 127, 369 => 109, 367 => 108, 351 => 95, 337 => 84, 317 => 66, 314 => 65, 312 => 64, 300 => 55, 287 => 45, 266 => 27, 258 => 21, 245 => 20, 233 => 13, 220 => 12, 197 => 10, 167 => 8, 143 => 7, 120 => 6, 97 => 5, 74 => 4, 63 => 1, 61 => 3, 48 => 1,); } public function getSourceContext(): Source { return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}{% set paramArticle = getCoreToolsList(\"article\") %}{% block title %}{{ article.title }}{% endblock title %}{% block description %}{{ article.shortDescription }}{% endblock description %}{% block robots %}index,follow{% endblock robots %}{% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia_articles.html.twig\" with { 'social_type':'article','article':article } %}{% endblock meta_social %}{% block meta %}{{ parent() }}{% if article.author is not null %}{% if article.author is not empty %}<meta name=\"author\" content=\"{{ article.author }}\" />{% endif %}{% endif %}{% endblock meta %}{% block canonical %}{% include \"/vitrine/lexend/articles/components/canonical.html.twig\" with {'article':article} %}{% endblock canonical %}{% block body_header %} {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %} {% block header_content %} {% include \"/vitrine/lexend/articles/components/languages.html.twig\" %} {% endblock %} {% endembed %}{% endblock body_header %}{% block body %} <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\"> <div class=\"container max-w-xl\"> <div class=\"post-header\" style=\"margin-bottom:40px;\"> <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\"> <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\"> <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">{{ article.title }}</h1> </div> </div> </div> <div class=\"section\" style=\"margin-top:-40px;\"> <div class=\"container\"> <div class=\"panel py-4 lg:py-6 xl:py-8\"> <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\"> <div class=\"md:col-4 order-0\"> <div> <div class=\"widget featured-widget vstack gap-2 lg:gap-4 p-2 py-3 lg:p-4 lg:py-5 rounded-1-5 lg:rounded-2\" style=\"background-color:#DFF5DD;\"> <div class=\"widget-title text-center\"> <h2 class=\"h4 m-0\">Sommaire</h2> </div> <div> <div class=\"summary\" style=\"margin:-20px;\"> {{ autosummary(article.description)|raw }} </div> </div> </div> </div> </div> <div class=\"md:col-8 order-1\"> <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\"> {{ autosummaryID(article.description)|raw }} </div> </div> </div> </div> </div> </div> {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %} {% if app.request.locale == \"fr\" %} <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\"> <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\"> <div class=\"container max-w-xl\"> <div class=\"section-inner panel p-4 md:p-6 lg:p-8 rounded-1-5 lg:rounded-2 bg-secondary dark:bg-gray-800 dark:text-white\" data-anime=\"onview: -200; translateY: [24, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500;\" style=\"transform: translateY(0px); opacity: 1;\"> <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: >*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\"> <h2 class=\"h3 m-0\"> Whileresume met en relation des talents avec des entreprises en forte croissance </h2> <div class=\"row\" style=\"margin-top:15px;\"> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception. </p> <a href=\"{{ path('whileresume_business_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">Je recrute <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché. </p> <a href=\"{{ path('whileresume_resume_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">Je cherche un job <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> {% elseif app.request.locale == \"en\" %} <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\"> <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\"> <div class=\"container max-w-xl\"> <div class=\"section-inner panel p-4 md:p-6 lg:p-8 rounded-1-5 lg:rounded-2 bg-secondary dark:bg-gray-800 dark:text-white\" data-anime=\"onview: -200; translateY: [24, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500;\" style=\"transform: translateY(0px); opacity: 1;\"> <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: >*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\"> <h2 class=\"h3 m-0\"> Whileresume connects talent with fast-growing companies </h2> <div class=\"row\" style=\"margin-top:15px;\"> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> We connect the best talent in the market to growing companies looking for exceptional employees. </p> <a href=\"{{ path('whileresume_business_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">I'm recruiting <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> <div class=\"col-md-6\"> <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\"> <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3> <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\"> We support you in finding your ideal position within the most promising companies in the market. </p> <a href=\"{{ path('whileresume_resume_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary rounded-default text-white shadow-xs\" style=\"margin-top:10px;\">I'm looking for a job <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> {% endif %} {% endif %} </div> </div> {% if article.ctaHTML is not empty %}{{ article.ctaHTML|raw }}{% endif %}{% endblock body %}{% block footerjs %}{% endblock footerjs %}", "vitrine/lexend/articles/article.html.twig", "/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/vitrine/lexend/articles/article.html.twig"); }}