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

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"983662341")->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 23
  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 24
  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 30
  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.'30$this->source); })()), "title", [], "any"falsefalsefalse30), "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 48
  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.'48$this->source); })()), "description", [], "any"falsefalsefalse48));
  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 58
  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.'58$this->source); })()), "description", [], "any"falsefalsefalse58));
  247.         yield "
  248.                                 </div>
  249.                             </div>
  250.                         </div>
  251.                     </div>
  252.                 </div>
  253.             </div>
  254.             ";
  255.         // line 67
  256.         if (($this->extensions['App\Twig\CoreExtension']->getEnv("KERNEL_APPLICATION") == "whileresume")) {
  257.             // line 68
  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.'68$this->source); })()), "request", [], "any"falsefalsefalse68), "locale", [], "any"falsefalsefalse68) == "fr")) {
  260.                 // line 69
  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 87
  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.'87$this->source); })()), "request", [], "any"falsefalsefalse87), "locale", [], "any"falsefalsefalse87)));
  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 98
  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.'98$this->source); })()), "request", [], "any"falsefalsefalse98), "locale", [], "any"falsefalsefalse98)));
  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 111
  302. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'111$this->source); })()), "request", [], "any"falsefalsefalse111), "locale", [], "any"falsefalsefalse111) == "en")) {
  303.                 // line 112
  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 130
  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.'130$this->source); })()), "request", [], "any"falsefalsefalse130), "locale", [], "any"falsefalsefalse130)));
  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 141
  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.'141$this->source); })()), "request", [], "any"falsefalsefalse141), "locale", [], "any"falsefalsefalse141)));
  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 155
  346.             yield "            ";
  347.         }
  348.         // line 156
  349.         yield "
  350.         </div>
  351.     </div>
  352.     ";
  353.         // line 159
  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.'159$this->source); })()), "ctaHTML", [], "any"falsefalsefalse159))) && $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.'159$this->source); })()), "ctaHTML", [], "any"falsefalsefalse159);
  356.         }
  357.         
  358.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  359.         
  360.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  361.         yield from [];
  362.     }
  363.     // line 162
  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 => 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,);
  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.         {% block header_content2 %}
  417.             {% include \"/vitrine/lexend/articles/components/languages_mobile.html.twig\" %}
  418.         {% endblock %}
  419.     {% endembed %}
  420. {% endblock body_header %}
  421. {% block body %}
  422.     <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\">
  423.         <div class=\"container max-w-xl\">
  424.             <div class=\"post-header\" style=\"margin-bottom:40px;\">
  425.                 <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\">
  426.                     <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\">
  427.                         <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">{{ article.title }}</h1>
  428.                     </div>
  429.                 </div>
  430.             </div>
  431.             <div class=\"section\" style=\"margin-top:-40px;\">
  432.                 <div class=\"container\">
  433.                     <div class=\"panel py-4 lg:py-6 xl:py-8\">
  434.                         <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\">
  435.                             <div class=\"md:col-4 order-0\">
  436.                                 <div>
  437.                                     <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;\">
  438.                                         <div class=\"widget-title text-center\">
  439.                                             <h2 class=\"h4 m-0\">Sommaire</h2>
  440.                                         </div>
  441.                                         <div>
  442.                                             <div class=\"summary\" style=\"margin:-20px;\">
  443.                                                 {{ autosummary(article.description)|raw }}
  444.                                             </div>
  445.                                         </div>
  446.                                     </div>
  447.                                 </div>
  448.                             </div>
  449.                             <div class=\"md:col-8 order-1\">
  450.                                 <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\">
  451.                                     {{ autosummaryID(article.description)|raw }}
  452.                                 </div>
  453.                             </div>
  454.                         </div>
  455.                     </div>
  456.                 </div>
  457.             </div>
  458.             {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %}
  459.                 {% if app.request.locale == \"fr\" %}
  460.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  461.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  462.                             <div class=\"container max-w-xl\">
  463.                                 <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;\">
  464.                                     <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});\">
  465.                                         <h2 class=\"h3 m-0\">
  466.                                             Whileresume met en relation des talents avec des entreprises en forte croissance
  467.                                         </h2>
  468.                                         <div class=\"row\" style=\"margin-top:15px;\">
  469.                                             <div class=\"col-md-6\">
  470.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  471.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3>
  472.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  473.                                                         On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception.
  474.                                                     </p>
  475.                                                     <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>
  476.                                                 </div>
  477.                                             </div>
  478.                                             <div class=\"col-md-6\">
  479.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  480.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3>
  481.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  482.                                                         On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché.
  483.                                                     </p>
  484.                                                     <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>
  485.                                                 </div>
  486.                                             </div>
  487.                                         </div>
  488.                                     </div>
  489.                                 </div>
  490.                             </div>
  491.                         </div>
  492.                     </div>
  493.                 {% elseif app.request.locale == \"en\" %}
  494.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  495.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  496.                             <div class=\"container max-w-xl\">
  497.                                 <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;\">
  498.                                     <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});\">
  499.                                         <h2 class=\"h3 m-0\">
  500.                                             Whileresume connects talent with fast-growing companies
  501.                                         </h2>
  502.                                         <div class=\"row\" style=\"margin-top:15px;\">
  503.                                             <div class=\"col-md-6\">
  504.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  505.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3>
  506.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  507.                                                         We connect the best talent in the market to growing companies looking for exceptional employees.
  508.                                                     </p>
  509.                                                     <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>
  510.                                                 </div>
  511.                                             </div>
  512.                                             <div class=\"col-md-6\">
  513.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  514.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3>
  515.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  516.                                                         We support you in finding your ideal position within the most promising companies in the market.
  517.                                                     </p>
  518.                                                     <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>
  519.                                                 </div>
  520.                                             </div>
  521.                                         </div>
  522.                                     </div>
  523.                                 </div>
  524.                             </div>
  525.                         </div>
  526.                     </div>
  527.                 {% endif %}
  528.             {% endif %}
  529.         </div>
  530.     </div>
  531.     {% if article.ctaHTML is not empty  %}{{ article.ctaHTML|raw }}{% endif %}
  532. {% endblock body %}
  533. {% 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");
  534.     }
  535. }
  536. /* vitrine/lexend/articles/article.html.twig */
  537. class __TwigTemplate_9ef48d398ccdb3af5bca67a6fa2daa64___983662341 extends Template
  538. {
  539.     private Source $source;
  540.     /**
  541.      * @var array<string, Template>
  542.      */
  543.     private array $macros = [];
  544.     public function __construct(Environment $env)
  545.     {
  546.         parent::__construct($env);
  547.         $this->source $this->getSourceContext();
  548.         $this->blocks = [
  549.             'header_content' => [$this'block_header_content'],
  550.             'header_content2' => [$this'block_header_content2'],
  551.         ];
  552.     }
  553.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  554.     {
  555.         // line 13
  556.         return "/vitrine/lexend/components/header.html.twig";
  557.     }
  558.     protected function doDisplay(array $context, array $blocks = []): iterable
  559.     {
  560.         $macros $this->macros;
  561.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  562.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/lexend/articles/article.html.twig"));
  563.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  564.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/lexend/articles/article.html.twig"));
  565.         $this->parent $this->load("/vitrine/lexend/components/header.html.twig"13);
  566.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  567.         
  568.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  569.         
  570.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  571.     }
  572.     // line 14
  573.     /**
  574.      * @return iterable<null|scalar|\Stringable>
  575.      */
  576.     public function block_header_content(array $context, array $blocks = []): iterable
  577.     {
  578.         $macros $this->macros;
  579.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  580.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  581.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  582.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  583.         // line 15
  584.         yield "            ";
  585.         yield from $this->load("/vitrine/lexend/articles/components/languages.html.twig"15)->unwrap()->yield($context);
  586.         // line 16
  587.         yield "        ";
  588.         
  589.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  590.         
  591.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  592.         yield from [];
  593.     }
  594.     // line 17
  595.     /**
  596.      * @return iterable<null|scalar|\Stringable>
  597.      */
  598.     public function block_header_content2(array $context, array $blocks = []): iterable
  599.     {
  600.         $macros $this->macros;
  601.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  602.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content2"));
  603.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  604.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content2"));
  605.         // line 18
  606.         yield "            ";
  607.         yield from $this->load("/vitrine/lexend/articles/components/languages_mobile.html.twig"18)->unwrap()->yield($context);
  608.         // line 19
  609.         yield "        ";
  610.         
  611.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  612.         
  613.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  614.         yield from [];
  615.     }
  616.     /**
  617.      * @codeCoverageIgnore
  618.      */
  619.     public function getTemplateName(): string
  620.     {
  621.         return "vitrine/lexend/articles/article.html.twig";
  622.     }
  623.     /**
  624.      * @codeCoverageIgnore
  625.      */
  626.     public function isTraitable(): bool
  627.     {
  628.         return false;
  629.     }
  630.     /**
  631.      * @codeCoverageIgnore
  632.      */
  633.     public function getDebugInfo(): array
  634.     {
  635.         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,);
  636.     }
  637.     public function getSourceContext(): Source
  638.     {
  639.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  640. {% set paramArticle = getCoreToolsList(\"article\") %}
  641. {% block title %}{{ article.title }}{% endblock title %}
  642. {% block description %}{{ article.shortDescription }}{% endblock description %}
  643. {% block robots %}index,follow{% endblock robots %}
  644. {% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia_articles.html.twig\" with { 'social_type':'article','article':article } %}{% endblock meta_social %}
  645. {% 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 %}
  646. {% block canonical %}{% include \"/vitrine/lexend/articles/components/canonical.html.twig\" with {'article':article} %}{% endblock canonical %}
  647. {% block body_header %}
  648.     {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %}
  649.         {% block header_content %}
  650.             {% include \"/vitrine/lexend/articles/components/languages.html.twig\" %}
  651.         {% endblock %}
  652.         {% block header_content2 %}
  653.             {% include \"/vitrine/lexend/articles/components/languages_mobile.html.twig\" %}
  654.         {% endblock %}
  655.     {% endembed %}
  656. {% endblock body_header %}
  657. {% block body %}
  658.     <div class=\"post type-post single-post py-4 lg:py-6 xl:py-9\" style=\"margin-top:50px;\">
  659.         <div class=\"container max-w-xl\">
  660.             <div class=\"post-header\" style=\"margin-bottom:40px;\">
  661.                 <div class=\"panel vstack gap-4 md:gap-6 xl:gap-8 text-center\">
  662.                     <div class=\"panel vstack items-center max-w-400px sm:max-w-500px xl:max-w-md mx-auto gap-2 md:gap-3\">
  663.                         <h1 class=\"h4 sm:h2 lg:h1 xl:display-6\">{{ article.title }}</h1>
  664.                     </div>
  665.                 </div>
  666.             </div>
  667.             <div class=\"section\" style=\"margin-top:-40px;\">
  668.                 <div class=\"container\">
  669.                     <div class=\"panel py-4 lg:py-6 xl:py-8\">
  670.                         <div class=\"row child-cols-12 g-2 lg:g-4 xl:g-8\">
  671.                             <div class=\"md:col-4 order-0\">
  672.                                 <div>
  673.                                     <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;\">
  674.                                         <div class=\"widget-title text-center\">
  675.                                             <h2 class=\"h4 m-0\">Sommaire</h2>
  676.                                         </div>
  677.                                         <div>
  678.                                             <div class=\"summary\" style=\"margin:-20px;\">
  679.                                                 {{ autosummary(article.description)|raw }}
  680.                                             </div>
  681.                                         </div>
  682.                                     </div>
  683.                                 </div>
  684.                             </div>
  685.                             <div class=\"md:col-8 order-1\">
  686.                                 <div id=\"single-post\" class=\"post-content panel fs-6 md:fs-5\">
  687.                                     {{ autosummaryID(article.description)|raw }}
  688.                                 </div>
  689.                             </div>
  690.                         </div>
  691.                     </div>
  692.                 </div>
  693.             </div>
  694.             {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %}
  695.                 {% if app.request.locale == \"fr\" %}
  696.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  697.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  698.                             <div class=\"container max-w-xl\">
  699.                                 <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;\">
  700.                                     <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});\">
  701.                                         <h2 class=\"h3 m-0\">
  702.                                             Whileresume met en relation des talents avec des entreprises en forte croissance
  703.                                         </h2>
  704.                                         <div class=\"row\" style=\"margin-top:15px;\">
  705.                                             <div class=\"col-md-6\">
  706.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  707.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruteur</h3>
  708.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  709.                                                         On connecte les meilleurs talents du marché aux entreprises en croissance qui recherchent des collaborateurs d'exception.
  710.                                                     </p>
  711.                                                     <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>
  712.                                                 </div>
  713.                                             </div>
  714.                                             <div class=\"col-md-6\">
  715.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  716.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidat</h3>
  717.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  718.                                                         On vous accompagne dans la recherche de votre poste idéal au sein des entreprises les plus prometteuses du marché.
  719.                                                     </p>
  720.                                                     <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>
  721.                                                 </div>
  722.                                             </div>
  723.                                         </div>
  724.                                     </div>
  725.                                 </div>
  726.                             </div>
  727.                         </div>
  728.                     </div>
  729.                 {% elseif app.request.locale == \"en\" %}
  730.                     <div id=\"pre_cta\" class=\"pre-cta section panel overflow-hidden\">
  731.                         <div class=\"section-outer panel pb-4 sm:pb-6 xl:pb-9\">
  732.                             <div class=\"container max-w-xl\">
  733.                                 <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;\">
  734.                                     <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});\">
  735.                                         <h2 class=\"h3 m-0\">
  736.                                             Whileresume connects talent with fast-growing companies
  737.                                         </h2>
  738.                                         <div class=\"row\" style=\"margin-top:15px;\">
  739.                                             <div class=\"col-md-6\">
  740.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  741.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Recruiter</h3>
  742.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  743.                                                         We connect the best talent in the market to growing companies looking for exceptional employees.
  744.                                                     </p>
  745.                                                     <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>
  746.                                                 </div>
  747.                                             </div>
  748.                                             <div class=\"col-md-6\">
  749.                                                 <div style=\"background-color:white; text-align:left; border-radius:20px; padding:20px;\">
  750.                                                     <h3 class=\"h3 m-0\" style=\"color:purple;\">Candidate</h3>
  751.                                                     <p class=\"fs-6 text-dark dark:text-white text-opacity-70\" style=\"margin-top:10px;\">
  752.                                                         We support you in finding your ideal position within the most promising companies in the market.
  753.                                                     </p>
  754.                                                     <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>
  755.                                                 </div>
  756.                                             </div>
  757.                                         </div>
  758.                                     </div>
  759.                                 </div>
  760.                             </div>
  761.                         </div>
  762.                     </div>
  763.                 {% endif %}
  764.             {% endif %}
  765.         </div>
  766.     </div>
  767.     {% if article.ctaHTML is not empty  %}{{ article.ctaHTML|raw }}{% endif %}
  768. {% endblock body %}
  769. {% 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");
  770.     }
  771. }