<?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, "983662341")->unwrap()->yield(CoreExtension::merge($context, ["navcolor" => "blue", "navtype" => "default"])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 23 /** * @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 24 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 30 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.', 30, $this->source); })()), "title", [], "any", false, false, false, 30), "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 48 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.', 48, $this->source); })()), "description", [], "any", false, false, false, 48)); 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 58 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.', 58, $this->source); })()), "description", [], "any", false, false, false, 58)); yield " </div> </div> </div> </div> </div> </div> "; // line 67 if (($this->extensions['App\Twig\CoreExtension']->getEnv("KERNEL_APPLICATION") == "whileresume")) { // line 68 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.', 68, $this->source); })()), "request", [], "any", false, false, false, 68), "locale", [], "any", false, false, false, 68) == "fr")) { // line 69 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 87 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.', 87, $this->source); })()), "request", [], "any", false, false, false, 87), "locale", [], "any", false, false, false, 87))); 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 98 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.', 98, $this->source); })()), "request", [], "any", false, false, false, 98), "locale", [], "any", false, false, false, 98))); 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 111(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 111, $this->source); })()), "request", [], "any", false, false, false, 111), "locale", [], "any", false, false, false, 111) == "en")) { // line 112 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 130 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.', 130, $this->source); })()), "request", [], "any", false, false, false, 130), "locale", [], "any", false, false, false, 130))); 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 141 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.', 141, $this->source); })()), "request", [], "any", false, false, false, 141), "locale", [], "any", false, false, false, 141))); 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 155 yield " "; } // line 156 yield " </div> </div> "; // line 159 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.', 159, $this->source); })()), "ctaHTML", [], "any", false, false, false, 159))) && $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.', 159, $this->source); })()), "ctaHTML", [], "any", false, false, false, 159); } $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 162 /** * @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 => 162, 428 => 159, 423 => 156, 420 => 155, 403 => 141, 389 => 130, 369 => 112, 367 => 111, 351 => 98, 337 => 87, 317 => 69, 314 => 68, 312 => 67, 300 => 58, 287 => 48, 266 => 30, 258 => 24, 245 => 23, 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 %} {% block header_content2 %} {% include \"/vitrine/lexend/articles/components/languages_mobile.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___983662341 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'], 'header_content2' => [$this, 'block_header_content2'], ]; } 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 []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_header_content2(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_content2")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_content2")); // line 18 yield " "; yield from $this->load("/vitrine/lexend/articles/components/languages_mobile.html.twig", 18)->unwrap()->yield($context); // line 19 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 ( 744 => 19, 741 => 18, 728 => 17, 717 => 16, 714 => 15, 701 => 14, 678 => 13, 441 => 162, 428 => 159, 423 => 156, 420 => 155, 403 => 141, 389 => 130, 369 => 112, 367 => 111, 351 => 98, 337 => 87, 317 => 69, 314 => 68, 312 => 67, 300 => 58, 287 => 48, 266 => 30, 258 => 24, 245 => 23, 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 %} {% block header_content2 %} {% include \"/vitrine/lexend/articles/components/languages_mobile.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"); }}