var/cache/dev/twig/73/738507b81110c2a65b3eb423c8e6c4bd.php line 51

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. use Twig\TemplateWrapper;
  15. /* vitrine/lexend/articles/article.html.twig */
  16. class __TwigTemplate_9ef48d398ccdb3af5bca67a6fa2daa64 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'title' => [$this'block_title'],
  29.             'description' => [$this'block_description'],
  30.             'robots' => [$this'block_robots'],
  31.             'meta_social' => [$this'block_meta_social'],
  32.             'meta' => [$this'block_meta'],
  33.             'canonical' => [$this'block_canonical'],
  34.             'body_header' => [$this'block_body_header'],
  35.             'body' => [$this'block_body'],
  36.             'footerjs' => [$this'block_footerjs'],
  37.         ];
  38.     }
  39.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  40.     {
  41.         // line 1
  42.         return "vitrine/lexend/layout.html.twig";
  43.     }
  44.     protected function doDisplay(array $context, array $blocks = []): iterable
  45.     {
  46.         $macros $this->macros;
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/lexend/articles/article.html.twig"));
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/lexend/articles/article.html.twig"));
  51.         // line 3
  52.         $context["paramArticle"] = $this->extensions['App\Twig\ToolsExtension']->getCoreToolsList("article");
  53.         // line 1
  54.         $this->parent $this->load("vitrine/lexend/layout.html.twig"1);
  55.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  56.         
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.     }
  61.     // line 4
  62.     /**
  63.      * @return iterable<null|scalar|\Stringable>
  64.      */
  65.     public function block_title(array $context, array $blocks = []): iterable
  66.     {
  67.         $macros $this->macros;
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  72.         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"falsefalsefalse4), "html"nulltrue);
  73.         
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  75.         
  76.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  77.         yield from [];
  78.     }
  79.     // line 5
  80.     /**
  81.      * @return iterable<null|scalar|\Stringable>
  82.      */
  83.     public function block_description(array $context, array $blocks = []): iterable
  84.     {
  85.         $macros $this->macros;
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  90.         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"falsefalsefalse5), "html"nulltrue);
  91.         
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  93.         
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  95.         yield from [];
  96.     }
  97.     // line 6
  98.     /**
  99.      * @return iterable<null|scalar|\Stringable>
  100.      */
  101.     public function block_robots(array $context, array $blocks = []): iterable
  102.     {
  103.         $macros $this->macros;
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  108.         yield "index,follow";
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.         yield from [];
  114.     }
  115.     // line 7
  116.     /**
  117.      * @return iterable<null|scalar|\Stringable>
  118.      */
  119.     public function block_meta_social(array $context, array $blocks = []): iterable
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_social"));
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_social"));
  126.         yield from $this->yieldParentBlock("meta_social"$context$blocks);
  127.         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); })())]));
  128.         
  129.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  130.         
  131.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  132.         yield from [];
  133.     }
  134.     // line 8
  135.     /**
  136.      * @return iterable<null|scalar|\Stringable>
  137.      */
  138.     public function block_meta(array $context, array $blocks = []): iterable
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  145.         yield from $this->yieldParentBlock("meta"$context$blocks);
  146.         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"falsefalsefalse8))) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  147.             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"falsefalsefalse8))) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  148.                 yield "<meta name=\"author\" content=\"";
  149.                 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"falsefalsefalse8), "html"nulltrue);
  150.                 yield "\" />";
  151.             }
  152.         }
  153.         
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155.         
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  157.         yield from [];
  158.     }
  159.     // line 10
  160.     /**
  161.      * @return iterable<null|scalar|\Stringable>
  162.      */
  163.     public function block_canonical(array $context, array $blocks = []): iterable
  164.     {
  165.         $macros $this->macros;
  166.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  167.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  169.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  170.         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); })())]));
  171.         
  172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  173.         
  174.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  175.         yield from [];
  176.     }
  177.     // line 12
  178.     /**
  179.      * @return iterable<null|scalar|\Stringable>
  180.      */
  181.     public function block_body_header(array $context, array $blocks = []): iterable
  182.     {
  183.         $macros $this->macros;
  184.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  185.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  186.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  187.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  188.         // line 13
  189.         yield "    ";
  190.         yield from $this->load("vitrine/lexend/articles/article.html.twig"13"1173759414")->unwrap()->yield(CoreExtension::merge($context, ["navcolor" => "blue""navtype" => "default"]));
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.         
  194.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  195.         yield from [];
  196.     }
  197.     // line 20
  198.     /**
  199.      * @return iterable<null|scalar|\Stringable>
  200.      */
  201.     public function block_body(array $context, array $blocks = []): iterable
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  208.         // line 21
  209.         yield "    <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\">
  210.         <div class=\"container max-w-xl\">
  211.             <div class=\"post-header\" style=\"margin-bottom:40px;\">
  212.                 <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\">
  213.                     <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\">
  214.                         <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">";
  215.         // line 27
  216.         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"falsefalsefalse27), "html"nulltrue);
  217.         yield "</h1>
  218.                     </div>
  219.                 </div>
  220.             </div>
  221.             <div class=\"section\" style=\"margin-top:-40px;\">
  222.                 <div class=\"container\">
  223.                     <div class=\"panel py-4 lg:py-6 xl:py-8\">
  224.                         <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\">
  225.                             <div class=\"md:col-4 order-0\">
  226.                                 <div>
  227.                                     <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;\">
  228.                                         <div class=\"widget-title text-center\">
  229.                                             <h2 class=\"h4 m-0\">Sommaire</h2>
  230.                                         </div>
  231.                                         <div>
  232.                                             <div class=\"summary\" style=\"margin:-20px;\">
  233.                                                 ";
  234.         // line 45
  235.         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"falsefalsefalse45));
  236.         yield "
  237.                                             </div>
  238.                                         </div>
  239.                                     </div>
  240.                                 </div>
  241.                             </div>
  242.                             <div class=\"md:col-8 order-1\">
  243.                                 <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\">
  244.                                     ";
  245.         // line 55
  246.         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"falsefalsefalse55));
  247.         yield "
  248.                                 </div>
  249.                             </div>
  250.                         </div>
  251.                     </div>
  252.                 </div>
  253.             </div>
  254.             ";
  255.         // line 64
  256.         if (($this->extensions['App\Twig\CoreExtension']->getEnv("KERNEL_APPLICATION") == "whileresume")) {
  257.             // line 65
  258.             yield "                ";
  259.             if ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse65), "locale", [], "any"falsefalsefalse65) == "fr")) {
  260.                 // line 66
  261.                 yield "                    <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  262.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  263.                             <div class=\"container max-w-xl\">
  264.                                 <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;\">
  265.                                     <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  266.                                         <h2 class=\"h3 m-0\">
  267.                                             Whileresume met en relation des talents avec des entreprises en forte croissance
  268.                                         </h2>
  269.                                         <div class=\"row\" style=\"margin-top:15px;\">
  270.                                             <div class=\"col-md-6\">
  271.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  272.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3>
  273.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  274.                                                         On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception.
  275.                                                     </p>
  276.                                                     <a href=\"";
  277.                 // line 84
  278.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_business_" CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse84), "locale", [], "any"falsefalsefalse84)));
  279.                 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>
  280.                                                 </div>
  281.                                             </div>
  282.                                             <div class=\"col-md-6\">
  283.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  284.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3>
  285.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  286.                                                         On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché.
  287.                                                     </p>
  288.                                                     <a href=\"";
  289.                 // line 95
  290.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_resume_" CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse95), "locale", [], "any"falsefalsefalse95)));
  291.                 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>
  292.                                                 </div>
  293.                                             </div>
  294.                                         </div>
  295.                                     </div>
  296.                                 </div>
  297.                             </div>
  298.                         </div>
  299.                     </div>
  300.                 ";
  301.             } elseif ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source,             // line 108
  302. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'108$this->source); })()), "request", [], "any"falsefalsefalse108), "locale", [], "any"falsefalsefalse108) == "en")) {
  303.                 // line 109
  304.                 yield "                    <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  305.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  306.                             <div class=\"container max-w-xl\">
  307.                                 <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;\">
  308.                                     <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  309.                                         <h2 class=\"h3 m-0\">
  310.                                             Whileresume connects talent with fast-growing companies
  311.                                         </h2>
  312.                                         <div class=\"row\" style=\"margin-top:15px;\">
  313.                                             <div class=\"col-md-6\">
  314.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  315.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3>
  316.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  317.                                                         We connect the best talent in the market to growing companies looking for exceptional employees.
  318.                                                     </p>
  319.                                                     <a href=\"";
  320.                 // line 127
  321.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_business_" CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse127), "locale", [], "any"falsefalsefalse127)));
  322.                 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>
  323.                                                 </div>
  324.                                             </div>
  325.                                             <div class=\"col-md-6\">
  326.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  327.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3>
  328.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  329.                                                         We support you in finding your ideal position within the most promising companies in the market.
  330.                                                     </p>
  331.                                                     <a href=\"";
  332.                 // line 138
  333.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_resume_" CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse138), "locale", [], "any"falsefalsefalse138)));
  334.                 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>
  335.                                                 </div>
  336.                                             </div>
  337.                                         </div>
  338.                                     </div>
  339.                                 </div>
  340.                             </div>
  341.                         </div>
  342.                     </div>
  343.                 ";
  344.             }
  345.             // line 152
  346.             yield "            ";
  347.         }
  348.         // line 153
  349.         yield "
  350.         </div>
  351.     </div>
  352.     ";
  353.         // line 156
  354.         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"falsefalsefalse156))) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  355.             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"falsefalsefalse156);
  356.         }
  357.         
  358.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  359.         
  360.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  361.         yield from [];
  362.     }
  363.     // line 159
  364.     /**
  365.      * @return iterable<null|scalar|\Stringable>
  366.      */
  367.     public function block_footerjs(array $context, array $blocks = []): iterable
  368.     {
  369.         $macros $this->macros;
  370.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  371.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footerjs"));
  372.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  373.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footerjs"));
  374.         
  375.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  376.         
  377.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  378.         yield from [];
  379.     }
  380.     /**
  381.      * @codeCoverageIgnore
  382.      */
  383.     public function getTemplateName(): string
  384.     {
  385.         return "vitrine/lexend/articles/article.html.twig";
  386.     }
  387.     /**
  388.      * @codeCoverageIgnore
  389.      */
  390.     public function isTraitable(): bool
  391.     {
  392.         return false;
  393.     }
  394.     /**
  395.      * @codeCoverageIgnore
  396.      */
  397.     public function getDebugInfo(): array
  398.     {
  399.         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,);
  400.     }
  401.     public function getSourceContext(): Source
  402.     {
  403.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  404. {% set paramArticle = getCoreToolsList(\"article\") %}
  405. {% block title %}{{ article.title }}{% endblock title %}
  406. {% block description %}{{ article.shortDescription }}{% endblock description %}
  407. {% block robots %}index,follow{% endblock robots %}
  408. {% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia_articles.html.twig\" with { 'social_type':'article','article':article } %}{% endblock meta_social %}
  409. {% 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 %}
  410. {% block canonical %}{% include \"/vitrine/lexend/articles/components/canonical.html.twig\" with {'article':article} %}{% endblock canonical %}
  411. {% block body_header %}
  412.     {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %}
  413.         {% block header_content %}
  414.             {% include \"/vitrine/lexend/articles/components/languages.html.twig\" %}
  415.         {% endblock %}
  416.     {% endembed %}
  417. {% endblock body_header %}
  418. {% block body %}
  419.     <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\">
  420.         <div class=\"container max-w-xl\">
  421.             <div class=\"post-header\" style=\"margin-bottom:40px;\">
  422.                 <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\">
  423.                     <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\">
  424.                         <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">{{ article.title }}</h1>
  425.                     </div>
  426.                 </div>
  427.             </div>
  428.             <div class=\"section\" style=\"margin-top:-40px;\">
  429.                 <div class=\"container\">
  430.                     <div class=\"panel py-4 lg:py-6 xl:py-8\">
  431.                         <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\">
  432.                             <div class=\"md:col-4 order-0\">
  433.                                 <div>
  434.                                     <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;\">
  435.                                         <div class=\"widget-title text-center\">
  436.                                             <h2 class=\"h4 m-0\">Sommaire</h2>
  437.                                         </div>
  438.                                         <div>
  439.                                             <div class=\"summary\" style=\"margin:-20px;\">
  440.                                                 {{ autosummary(article.description)|raw }}
  441.                                             </div>
  442.                                         </div>
  443.                                     </div>
  444.                                 </div>
  445.                             </div>
  446.                             <div class=\"md:col-8 order-1\">
  447.                                 <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\">
  448.                                     {{ autosummaryID(article.description)|raw }}
  449.                                 </div>
  450.                             </div>
  451.                         </div>
  452.                     </div>
  453.                 </div>
  454.             </div>
  455.             {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %}
  456.                 {% if app.request.locale == \"fr\" %}
  457.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  458.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  459.                             <div class=\"container max-w-xl\">
  460.                                 <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;\">
  461.                                     <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  462.                                         <h2 class=\"h3 m-0\">
  463.                                             Whileresume met en relation des talents avec des entreprises en forte croissance
  464.                                         </h2>
  465.                                         <div class=\"row\" style=\"margin-top:15px;\">
  466.                                             <div class=\"col-md-6\">
  467.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  468.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3>
  469.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  470.                                                         On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception.
  471.                                                     </p>
  472.                                                     <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>
  473.                                                 </div>
  474.                                             </div>
  475.                                             <div class=\"col-md-6\">
  476.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  477.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3>
  478.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  479.                                                         On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché.
  480.                                                     </p>
  481.                                                     <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>
  482.                                                 </div>
  483.                                             </div>
  484.                                         </div>
  485.                                     </div>
  486.                                 </div>
  487.                             </div>
  488.                         </div>
  489.                     </div>
  490.                 {% elseif app.request.locale == \"en\" %}
  491.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  492.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  493.                             <div class=\"container max-w-xl\">
  494.                                 <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;\">
  495.                                     <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  496.                                         <h2 class=\"h3 m-0\">
  497.                                             Whileresume connects talent with fast-growing companies
  498.                                         </h2>
  499.                                         <div class=\"row\" style=\"margin-top:15px;\">
  500.                                             <div class=\"col-md-6\">
  501.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  502.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3>
  503.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  504.                                                         We connect the best talent in the market to growing companies looking for exceptional employees.
  505.                                                     </p>
  506.                                                     <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>
  507.                                                 </div>
  508.                                             </div>
  509.                                             <div class=\"col-md-6\">
  510.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  511.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3>
  512.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  513.                                                         We support you in finding your ideal position within the most promising companies in the market.
  514.                                                     </p>
  515.                                                     <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>
  516.                                                 </div>
  517.                                             </div>
  518.                                         </div>
  519.                                     </div>
  520.                                 </div>
  521.                             </div>
  522.                         </div>
  523.                     </div>
  524.                 {% endif %}
  525.             {% endif %}
  526.         </div>
  527.     </div>
  528.     {% if article.ctaHTML is not empty  %}{{ article.ctaHTML|raw }}{% endif %}
  529. {% endblock body %}
  530. {% 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");
  531.     }
  532. }
  533. /* vitrine/lexend/articles/article.html.twig */
  534. class __TwigTemplate_9ef48d398ccdb3af5bca67a6fa2daa64___1173759414 extends Template
  535. {
  536.     private Source $source;
  537.     /**
  538.      * @var array<string, Template>
  539.      */
  540.     private array $macros = [];
  541.     public function __construct(Environment $env)
  542.     {
  543.         parent::__construct($env);
  544.         $this->source $this->getSourceContext();
  545.         $this->blocks = [
  546.             'header_content' => [$this'block_header_content'],
  547.         ];
  548.     }
  549.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  550.     {
  551.         // line 13
  552.         return "/vitrine/lexend/components/header.html.twig";
  553.     }
  554.     protected function doDisplay(array $context, array $blocks = []): iterable
  555.     {
  556.         $macros $this->macros;
  557.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  558.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/lexend/articles/article.html.twig"));
  559.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  560.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/lexend/articles/article.html.twig"));
  561.         $this->parent $this->load("/vitrine/lexend/components/header.html.twig"13);
  562.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  563.         
  564.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  565.         
  566.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  567.     }
  568.     // line 14
  569.     /**
  570.      * @return iterable<null|scalar|\Stringable>
  571.      */
  572.     public function block_header_content(array $context, array $blocks = []): iterable
  573.     {
  574.         $macros $this->macros;
  575.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  576.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  577.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  578.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  579.         // line 15
  580.         yield "            ";
  581.         yield from $this->load("/vitrine/lexend/articles/components/languages.html.twig"15)->unwrap()->yield($context);
  582.         // line 16
  583.         yield "        ";
  584.         
  585.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  586.         
  587.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  588.         yield from [];
  589.     }
  590.     /**
  591.      * @codeCoverageIgnore
  592.      */
  593.     public function getTemplateName(): string
  594.     {
  595.         return "vitrine/lexend/articles/article.html.twig";
  596.     }
  597.     /**
  598.      * @codeCoverageIgnore
  599.      */
  600.     public function isTraitable(): bool
  601.     {
  602.         return false;
  603.     }
  604.     /**
  605.      * @codeCoverageIgnore
  606.      */
  607.     public function getDebugInfo(): array
  608.     {
  609.         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,);
  610.     }
  611.     public function getSourceContext(): Source
  612.     {
  613.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  614. {% set paramArticle = getCoreToolsList(\"article\") %}
  615. {% block title %}{{ article.title }}{% endblock title %}
  616. {% block description %}{{ article.shortDescription }}{% endblock description %}
  617. {% block robots %}index,follow{% endblock robots %}
  618. {% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia_articles.html.twig\" with { 'social_type':'article','article':article } %}{% endblock meta_social %}
  619. {% 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 %}
  620. {% block canonical %}{% include \"/vitrine/lexend/articles/components/canonical.html.twig\" with {'article':article} %}{% endblock canonical %}
  621. {% block body_header %}
  622.     {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %}
  623.         {% block header_content %}
  624.             {% include \"/vitrine/lexend/articles/components/languages.html.twig\" %}
  625.         {% endblock %}
  626.     {% endembed %}
  627. {% endblock body_header %}
  628. {% block body %}
  629.     <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\">
  630.         <div class=\"container max-w-xl\">
  631.             <div class=\"post-header\" style=\"margin-bottom:40px;\">
  632.                 <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\">
  633.                     <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\">
  634.                         <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">{{ article.title }}</h1>
  635.                     </div>
  636.                 </div>
  637.             </div>
  638.             <div class=\"section\" style=\"margin-top:-40px;\">
  639.                 <div class=\"container\">
  640.                     <div class=\"panel py-4 lg:py-6 xl:py-8\">
  641.                         <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\">
  642.                             <div class=\"md:col-4 order-0\">
  643.                                 <div>
  644.                                     <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;\">
  645.                                         <div class=\"widget-title text-center\">
  646.                                             <h2 class=\"h4 m-0\">Sommaire</h2>
  647.                                         </div>
  648.                                         <div>
  649.                                             <div class=\"summary\" style=\"margin:-20px;\">
  650.                                                 {{ autosummary(article.description)|raw }}
  651.                                             </div>
  652.                                         </div>
  653.                                     </div>
  654.                                 </div>
  655.                             </div>
  656.                             <div class=\"md:col-8 order-1\">
  657.                                 <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\">
  658.                                     {{ autosummaryID(article.description)|raw }}
  659.                                 </div>
  660.                             </div>
  661.                         </div>
  662.                     </div>
  663.                 </div>
  664.             </div>
  665.             {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %}
  666.                 {% if app.request.locale == \"fr\" %}
  667.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  668.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  669.                             <div class=\"container max-w-xl\">
  670.                                 <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;\">
  671.                                     <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  672.                                         <h2 class=\"h3 m-0\">
  673.                                             Whileresume met en relation des talents avec des entreprises en forte croissance
  674.                                         </h2>
  675.                                         <div class=\"row\" style=\"margin-top:15px;\">
  676.                                             <div class=\"col-md-6\">
  677.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  678.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3>
  679.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  680.                                                         On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception.
  681.                                                     </p>
  682.                                                     <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>
  683.                                                 </div>
  684.                                             </div>
  685.                                             <div class=\"col-md-6\">
  686.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  687.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3>
  688.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  689.                                                         On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché.
  690.                                                     </p>
  691.                                                     <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>
  692.                                                 </div>
  693.                                             </div>
  694.                                         </div>
  695.                                     </div>
  696.                                 </div>
  697.                             </div>
  698.                         </div>
  699.                     </div>
  700.                 {% elseif app.request.locale == \"en\" %}
  701.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  702.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  703.                             <div class=\"container max-w-xl\">
  704.                                 <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;\">
  705.                                     <div class=\"vstack items-center gap-2 mx-auto text-center\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  706.                                         <h2 class=\"h3 m-0\">
  707.                                             Whileresume connects talent with fast-growing companies
  708.                                         </h2>
  709.                                         <div class=\"row\" style=\"margin-top:15px;\">
  710.                                             <div class=\"col-md-6\">
  711.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  712.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3>
  713.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  714.                                                         We connect the best talent in the market to growing companies looking for exceptional employees.
  715.                                                     </p>
  716.                                                     <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>
  717.                                                 </div>
  718.                                             </div>
  719.                                             <div class=\"col-md-6\">
  720.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  721.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3>
  722.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  723.                                                         We support you in finding your ideal position within the most promising companies in the market.
  724.                                                     </p>
  725.                                                     <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>
  726.                                                 </div>
  727.                                             </div>
  728.                                         </div>
  729.                                     </div>
  730.                                 </div>
  731.                             </div>
  732.                         </div>
  733.                     </div>
  734.                 {% endif %}
  735.             {% endif %}
  736.         </div>
  737.     </div>
  738.     {% if article.ctaHTML is not empty  %}{{ article.ctaHTML|raw }}{% endif %}
  739. {% endblock body %}
  740. {% 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");
  741.     }
  742. }