<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\CoreExtension;use Twig\Extension\SandboxExtension;use Twig\Markup;use Twig\Sandbox\SecurityError;use Twig\Sandbox\SecurityNotAllowedTagError;use Twig\Sandbox\SecurityNotAllowedFilterError;use Twig\Sandbox\SecurityNotAllowedFunctionError;use Twig\Source;use Twig\Template;use Twig\TemplateWrapper;/* vitrine/lexend/layout.html.twig */class __TwigTemplate_dc7587d3c4fbafac06f738d300ca7f3d extends Template{ private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'title' => [$this, 'block_title'], 'robots' => [$this, 'block_robots'], 'description' => [$this, 'block_description'], 'meta_social' => [$this, 'block_meta_social'], 'meta' => [$this, 'block_meta'], 'canonical' => [$this, 'block_canonical'], 'css' => [$this, 'block_css'], 'js' => [$this, 'block_js'], 'body_header' => [$this, 'block_body_header'], 'start_body' => [$this, 'block_start_body'], 'body' => [$this, 'block_body'], 'body_footer' => [$this, 'block_body_footer'], 'footerbody' => [$this, 'block_footerbody'], 'footer_body' => [$this, 'block_footer_body'], 'footer_js' => [$this, 'block_footer_js'], 'footerjs' => [$this, 'block_footerjs'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/layout.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/layout.html.twig")); // line 1 $context["connectUser"] = false; // line 2 $context["connectUser2"] = false; // line 3 if ((($tmp = !(null === CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 3, $this->source); })()), "user", [], "any", false, false, false, 3))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 4 yield " "; $context["connectUser"] = true; // line 5 yield " "; $context["connectUser2"] = false; } // line 7 $context["pathAbsolute"] = (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "schemeAndHttpHost", [], "any", false, false, false, 7) . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "requestUri", [], "any", false, false, false, 7)); // line 8 $context["paramTool"] = $this->extensions['App\Twig\ToolsExtension']->getCoreToolsList("blog"); // line 9 $context["logo"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 9, $this->source); })()), "logo", [], "array", false, false, false, 9); // line 10 $context["logoWebp"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 10, $this->source); })()), "logo", [], "array", false, false, false, 10); // line 11 $context["logo_width"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 11, $this->source); })()), "logo_width", [], "array", false, false, false, 11); // line 12 $context["logo_height"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 12, $this->source); })()), "logo_height", [], "array", false, false, false, 12); // line 13 $context["logoMobile"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 13, $this->source); })()), "logomobile", [], "array", false, false, false, 13); // line 14 $context["logoMobile_width"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 14, $this->source); })()), "logomobile_width", [], "array", false, false, false, 14); // line 15 $context["logoMobile_height"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 15, $this->source); })()), "logomobile_height", [], "array", false, false, false, 15); // line 16 $context["twitter"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 16, $this->source); })()), "twitter", [], "array", false, false, false, 16); // line 17 $context["facebook"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 17, $this->source); })()), "facebook", [], "array", false, false, false, 17); // line 18 $context["instagram"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 18, $this->source); })()), "instagram", [], "array", false, false, false, 18); // line 19 $context["youtube"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 19, $this->source); })()), "youtube", [], "array", false, false, false, 19); // line 20 $context["linkedin"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 20, $this->source); })()), "linkedin", [], "array", false, false, false, 20); // line 21 $context["favicon"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 21, $this->source); })()), "favicon", [], "array", false, false, false, 21); // line 22 $context["websitename"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 22, $this->source); })()), "websitename", [], "array", false, false, false, 22); // line 23 $context["htmlTrack"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 23, $this->source); })()), "htmltrack", [], "array", false, false, false, 23); // line 24 $context["htmlTrack2"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 24, $this->source); })()), "htmltrack2", [], "array", false, false, false, 24); // line 25 $context["domain"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 25, $this->source); })()), "absolute_domain", [], "array", false, false, false, 25); // line 26 $context["footer_description"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 26, $this->source); })()), "footer_description", [], "array", false, false, false, 26); // line 27 $context["footer_html_col1_en"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 27, $this->source); })()), "footer_html_col1_en", [], "array", false, false, false, 27); // line 28 $context["footer_html_col2_en"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 28, $this->source); })()), "footer_html_col2_en", [], "array", false, false, false, 28); // line 29 $context["footer_html_col3_en"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 29, $this->source); })()), "footer_html_col3_en", [], "array", false, false, false, 29); // line 30 $context["footer_html_col1_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 30, $this->source); })()), "footer_html_col1_fr", [], "array", false, false, false, 30); // line 31 $context["footer_html_col2_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 31, $this->source); })()), "footer_html_col2_fr", [], "array", false, false, false, 31); // line 32 $context["footer_html_col3_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 32, $this->source); })()), "footer_html_col3_fr", [], "array", false, false, false, 32); // line 33 $context["ios_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 33, $this->source); })()), "link_ios_fr", [], "array", false, false, false, 33); // line 34 $context["android_fr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 34, $this->source); })()), "link_android_fr", [], "array", false, false, false, 34); // line 35 $context["ios_us"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 35, $this->source); })()), "link_ios_us", [], "array", false, false, false, 35); // line 36 $context["android_us"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["paramTool"]) || array_key_exists("paramTool", $context) ? $context["paramTool"] : (function () { throw new RuntimeError('Variable "paramTool" does not exist.', 36, $this->source); })()), "link_android_us", [], "array", false, false, false, 36); // line 37 $context["arrayTranslate"] = $this->extensions['App\Twig\TranslationsExtension']->getArrayTranslateLocale(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 37, $this->source); })()), "request", [], "any", false, false, false, 37), "locale", [], "any", false, false, false, 37)); // line 38 yield "<!DOCTYPE html><html lang=\""; // line 39 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 39, $this->source); })()), "request", [], "any", false, false, false, 39), "locale", [], "any", false, false, false, 39), "html", null, true); yield "\"> <head> <meta charset=\"utf-8\"> <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]--> <title>"; // line 43 yield from $this->unwrap()->yieldBlock('title', $context, $blocks); yield "</title> <meta name=\"language\" content=\""; // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 44, $this->source); })()), "request", [], "any", false, false, false, 44), "locale", [], "any", false, false, false, 44), "html", null, true); yield "\" /> <meta name=\"copyright\" content=\""; // line 45 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["websitename"]) || array_key_exists("websitename", $context) ? $context["websitename"] : (function () { throw new RuntimeError('Variable "websitename" does not exist.', 45, $this->source); })()), "html", null, true); yield "\" /> <meta name=\"robots\" content=\""; // line 46 yield from $this->unwrap()->yieldBlock('robots', $context, $blocks); yield "\" /> <meta name=\"description\" content=\""; // line 47 yield from $this->unwrap()->yieldBlock('description', $context, $blocks); yield "\" /> <meta name=\"viewport\" content=\"initial-scale=1.0\" /> <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" /> "; // line 50 yield from $this->unwrap()->yieldBlock('meta_social', $context, $blocks); // line 51 yield " "; yield from $this->unwrap()->yieldBlock('meta', $context, $blocks); // line 52 yield " "; yield from $this->unwrap()->yieldBlock('canonical', $context, $blocks); // line 53 yield " <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Articles de "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["websitename"]) || array_key_exists("websitename", $context) ? $context["websitename"] : (function () { throw new RuntimeError('Variable "websitename" does not exist.', 53, $this->source); })()), "html", null, true); yield "\" href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((isset($context["domain"]) || array_key_exists("domain", $context) ? $context["domain"] : (function () { throw new RuntimeError('Variable "domain" does not exist.', 53, $this->source); })()) . $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("rss")), "html", null, true); yield "\" /> "; // line 54 yield from $this->load("components/dns-prefetch.html.twig", 54)->unwrap()->yield($context); // line 55 yield " "; yield from $this->load("components/favicon.html.twig", 55)->unwrap()->yield(CoreExtension::merge($context, ["favicon" => (isset($context["favicon"]) || array_key_exists("favicon", $context) ? $context["favicon"] : (function () { throw new RuntimeError('Variable "favicon" does not exist.', 55, $this->source); })())])); // line 56 yield " "; yield from $this->load("/vitrine/lexend/components/stylesheets.html.twig", 56)->unwrap()->yield($context); // line 57 yield " "; yield from $this->unwrap()->yieldBlock('css', $context, $blocks); // line 58 yield " "; yield from $this->load("/vitrine/lexend/components/scripts_header.html.twig", 58)->unwrap()->yield($context); // line 59 yield " "; yield from $this->unwrap()->yieldBlock('js', $context, $blocks); // line 60 yield " "; yield (isset($context["htmlTrack"]) || array_key_exists("htmlTrack", $context) ? $context["htmlTrack"] : (function () { throw new RuntimeError('Variable "htmlTrack" does not exist.', 60, $this->source); })()); yield " <style> body { padding-bottom:50px; } /* Caché par défaut sur desktop */ .mobilecta { display: none; } /* Visible uniquement sur mobile */ @media (max-width: 768px) { .mobilecta { display: block; position: fixed; bottom: 20px; right: 20px; z-index: 1000; } } </style> </head> <body> <div class=\"content-wrapper\"> "; // line 84 yield from $this->unwrap()->yieldBlock('body_header', $context, $blocks); // line 89 yield " <main> "; // line 90 yield from $this->unwrap()->yieldBlock('start_body', $context, $blocks); // line 91 yield " "; yield from $this->unwrap()->yieldBlock('body', $context, $blocks); // line 92 yield " </main> "; // line 93 yield from $this->unwrap()->yieldBlock('body_footer', $context, $blocks); // line 94 yield " </div> "; // line 95 yield from $this->unwrap()->yieldBlock('footerbody', $context, $blocks); // line 96 yield " "; yield from $this->unwrap()->yieldBlock('footer_body', $context, $blocks); // line 97 yield " "; yield from $this->load("/vitrine/lexend/components/scripts_footer.html.twig", 97)->unwrap()->yield($context); // line 98 yield " "; yield from $this->load("components/flashmessage.html.twig", 98)->unwrap()->yield($context); // line 99 yield " "; yield from $this->unwrap()->yieldBlock('footer_js', $context, $blocks); // line 100 yield " "; yield from $this->unwrap()->yieldBlock('footerjs', $context, $blocks); // line 101 yield " "; yield (isset($context["htmlTrack2"]) || array_key_exists("htmlTrack2", $context) ? $context["htmlTrack2"] : (function () { throw new RuntimeError('Variable "htmlTrack2" does not exist.', 101, $this->source); })()); yield " "; // line 103 if (($this->extensions['App\Twig\CoreExtension']->getEnv("KERNEL_APPLICATION") == "whileresume")) { // line 104 yield " <div class=\"mobilecta\"> <a href=\""; // line 105 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("whileresume_resume_" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 105, $this->source); })()), "request", [], "any", false, false, false, 105), "locale", [], "any", false, false, false, 105))); yield "\" class=\"btn btn-md btn-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px;\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TranslationsExtension']->translateLocale("Start now for free", (isset($context["arrayTranslate"]) || array_key_exists("arrayTranslate", $context) ? $context["arrayTranslate"] : (function () { throw new RuntimeError('Variable "arrayTranslate" does not exist.', 105, $this->source); })())), "html", null, true); yield " <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> "; } // line 108 yield " </body></html>"; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } // line 43 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 46 /** * @return iterable<null|scalar|\Stringable> */ public function block_robots(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots")); yield "index,follow"; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 47 /** * @return iterable<null|scalar|\Stringable> */ public function block_description(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 50 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta_social(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_social")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 51 /** * @return iterable<null|scalar|\Stringable> */ public function block_meta(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 52 /** * @return iterable<null|scalar|\Stringable> */ public function block_canonical(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 57 /** * @return iterable<null|scalar|\Stringable> */ public function block_css(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 59 /** * @return iterable<null|scalar|\Stringable> */ public function block_js(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 84 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_header(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_header")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_header")); // line 85 yield " "; yield from $this->load("vitrine/lexend/layout.html.twig", 85, "762098550")->unwrap()->yield(CoreExtension::merge($context, ["navcolor" => "blue", "navtype" => "default"])); // line 88 yield " "; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 90 /** * @return iterable<null|scalar|\Stringable> */ public function block_start_body(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "start_body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "start_body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 91 /** * @return iterable<null|scalar|\Stringable> */ public function block_body(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 93 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_footer")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_footer")); yield from $this->load("/vitrine/lexend/components/footer.html.twig", 93)->unwrap()->yield(CoreExtension::merge($context, ["logo" => (isset($context["favicon"]) || array_key_exists("favicon", $context) ? $context["favicon"] : (function () { throw new RuntimeError('Variable "favicon" does not exist.', 93, $this->source); })())])); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 95 /** * @return iterable<null|scalar|\Stringable> */ public function block_footerbody(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerbody")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerbody")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 96 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_body(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_body")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 99 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_js(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer_js")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } // line 100 /** * @return iterable<null|scalar|\Stringable> */ public function block_footerjs(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footerjs")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "vitrine/lexend/layout.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 635 => 100, 613 => 99, 591 => 96, 569 => 95, 546 => 93, 524 => 91, 502 => 90, 491 => 88, 488 => 85, 475 => 84, 453 => 59, 431 => 57, 409 => 52, 387 => 51, 365 => 50, 343 => 47, 320 => 46, 298 => 43, 285 => 108, 277 => 105, 274 => 104, 272 => 103, 266 => 101, 263 => 100, 260 => 99, 257 => 98, 254 => 97, 251 => 96, 249 => 95, 246 => 94, 244 => 93, 241 => 92, 238 => 91, 236 => 90, 233 => 89, 231 => 84, 203 => 60, 200 => 59, 197 => 58, 194 => 57, 191 => 56, 188 => 55, 186 => 54, 179 => 53, 176 => 52, 173 => 51, 171 => 50, 165 => 47, 161 => 46, 157 => 45, 153 => 44, 149 => 43, 142 => 39, 139 => 38, 137 => 37, 135 => 36, 133 => 35, 131 => 34, 129 => 33, 127 => 32, 125 => 31, 123 => 30, 121 => 29, 119 => 28, 117 => 27, 115 => 26, 113 => 25, 111 => 24, 109 => 23, 107 => 22, 105 => 21, 103 => 20, 101 => 19, 99 => 18, 97 => 17, 95 => 16, 93 => 15, 91 => 14, 89 => 13, 87 => 12, 85 => 11, 83 => 10, 81 => 9, 79 => 8, 77 => 7, 73 => 5, 70 => 4, 68 => 3, 66 => 2, 64 => 1,); } public function getSourceContext(): Source { return new Source("{% set connectUser = false %}{% set connectUser2 = false %}{% if app.user is not null %} {% set connectUser = true %} {% set connectUser2 = false %}{% endif %}{% set pathAbsolute = app.request.schemeAndHttpHost ~ app.request.requestUri %}{% set paramTool = getCoreToolsList(\"blog\") %}{% set logo = paramTool['logo'] %}{% set logoWebp = paramTool['logo'] %}{% set logo_width = paramTool['logo_width'] %}{% set logo_height = paramTool['logo_height'] %}{% set logoMobile = paramTool['logomobile'] %}{% set logoMobile_width = paramTool['logomobile_width'] %}{% set logoMobile_height = paramTool['logomobile_height'] %}{% set twitter = paramTool['twitter'] %}{% set facebook = paramTool['facebook'] %}{% set instagram = paramTool['instagram'] %}{% set youtube = paramTool['youtube'] %}{% set linkedin = paramTool['linkedin'] %}{% set favicon = paramTool['favicon'] %}{% set websitename = paramTool['websitename'] %}{% set htmlTrack = paramTool['htmltrack'] %}{% set htmlTrack2 = paramTool['htmltrack2'] %}{% set domain = paramTool['absolute_domain'] %}{% set footer_description = paramTool['footer_description'] %}{% set footer_html_col1_en = paramTool['footer_html_col1_en'] %}{% set footer_html_col2_en = paramTool['footer_html_col2_en'] %}{% set footer_html_col3_en = paramTool['footer_html_col3_en'] %}{% set footer_html_col1_fr = paramTool['footer_html_col1_fr'] %}{% set footer_html_col2_fr = paramTool['footer_html_col2_fr'] %}{% set footer_html_col3_fr = paramTool['footer_html_col3_fr'] %}{% set ios_fr = paramTool['link_ios_fr'] %}{% set android_fr = paramTool['link_android_fr'] %}{% set ios_us = paramTool['link_ios_us'] %}{% set android_us = paramTool['link_android_us'] %}{% set arrayTranslate = getArrayTranslateLocale(app.request.locale) %}<!DOCTYPE html><html lang=\"{{ app.request.locale }}\"> <head> <meta charset=\"utf-8\"> <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]--> <title>{% block title %}{% endblock title %}</title> <meta name=\"language\" content=\"{{ app.request.locale }}\" /> <meta name=\"copyright\" content=\"{{ websitename }}\" /> <meta name=\"robots\" content=\"{% block robots %}index,follow{% endblock robots %}\" /> <meta name=\"description\" content=\"{% block description %}{% endblock description %}\" /> <meta name=\"viewport\" content=\"initial-scale=1.0\" /> <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" /> {% block meta_social %}{% endblock meta_social %} {% block meta %}{% endblock meta %} {% block canonical %}{% endblock canonical %} <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Articles de {{ websitename }}\" href=\"{{ domain ~ path('rss') }}\" /> {% include \"components/dns-prefetch.html.twig\" %} {% include \"components/favicon.html.twig\" with {'favicon':favicon} %} {% include \"/vitrine/lexend/components/stylesheets.html.twig\" %} {% block css %}{% endblock css %} {% include \"/vitrine/lexend/components/scripts_header.html.twig\" %} {% block js %}{% endblock js %} {{ htmlTrack|raw }} <style> body { padding-bottom:50px; } /* Caché par défaut sur desktop */ .mobilecta { display: none; } /* Visible uniquement sur mobile */ @media (max-width: 768px) { .mobilecta { display: block; position: fixed; bottom: 20px; right: 20px; z-index: 1000; } } </style> </head> <body> <div class=\"content-wrapper\"> {% block body_header %} {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %} {% block header_content %}{% endblock %} {% endembed %} {% endblock body_header %} <main> {% block start_body %}{% endblock start_body %} {% block body %}{% endblock body %} </main> {% block body_footer %}{% include \"/vitrine/lexend/components/footer.html.twig\" with {'logo':favicon} %}{% endblock body_footer %} </div> {% block footerbody %}{% endblock footerbody %} {% block footer_body %}{% endblock footer_body %} {% include \"/vitrine/lexend/components/scripts_footer.html.twig\" %} {% include \"components/flashmessage.html.twig\" %} {% block footer_js %}{% endblock footer_js %} {% block footerjs %}{% endblock footerjs %} {{ htmlTrack2|raw }} {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %} <div class=\"mobilecta\"> <a href=\"{{ path('whileresume_resume_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px;\">{{ \"Start now for free\"|translateLocale(arrayTranslate) }} <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> {% endif %} </body></html>", "vitrine/lexend/layout.html.twig", "/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/vitrine/lexend/layout.html.twig"); }}/* vitrine/lexend/layout.html.twig */class __TwigTemplate_dc7587d3c4fbafac06f738d300ca7f3d___762098550 extends Template{ private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'header_content' => [$this, 'block_header_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 85 return "/vitrine/lexend/components/header.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/layout.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/lexend/layout.html.twig")); $this->parent = $this->load("/vitrine/lexend/components/header.html.twig", 85); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } // line 86 /** * @return iterable<null|scalar|\Stringable> */ public function block_header_content(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_content")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header_content")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "vitrine/lexend/layout.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 842 => 86, 819 => 85, 635 => 100, 613 => 99, 591 => 96, 569 => 95, 546 => 93, 524 => 91, 502 => 90, 491 => 88, 488 => 85, 475 => 84, 453 => 59, 431 => 57, 409 => 52, 387 => 51, 365 => 50, 343 => 47, 320 => 46, 298 => 43, 285 => 108, 277 => 105, 274 => 104, 272 => 103, 266 => 101, 263 => 100, 260 => 99, 257 => 98, 254 => 97, 251 => 96, 249 => 95, 246 => 94, 244 => 93, 241 => 92, 238 => 91, 236 => 90, 233 => 89, 231 => 84, 203 => 60, 200 => 59, 197 => 58, 194 => 57, 191 => 56, 188 => 55, 186 => 54, 179 => 53, 176 => 52, 173 => 51, 171 => 50, 165 => 47, 161 => 46, 157 => 45, 153 => 44, 149 => 43, 142 => 39, 139 => 38, 137 => 37, 135 => 36, 133 => 35, 131 => 34, 129 => 33, 127 => 32, 125 => 31, 123 => 30, 121 => 29, 119 => 28, 117 => 27, 115 => 26, 113 => 25, 111 => 24, 109 => 23, 107 => 22, 105 => 21, 103 => 20, 101 => 19, 99 => 18, 97 => 17, 95 => 16, 93 => 15, 91 => 14, 89 => 13, 87 => 12, 85 => 11, 83 => 10, 81 => 9, 79 => 8, 77 => 7, 73 => 5, 70 => 4, 68 => 3, 66 => 2, 64 => 1,); } public function getSourceContext(): Source { return new Source("{% set connectUser = false %}{% set connectUser2 = false %}{% if app.user is not null %} {% set connectUser = true %} {% set connectUser2 = false %}{% endif %}{% set pathAbsolute = app.request.schemeAndHttpHost ~ app.request.requestUri %}{% set paramTool = getCoreToolsList(\"blog\") %}{% set logo = paramTool['logo'] %}{% set logoWebp = paramTool['logo'] %}{% set logo_width = paramTool['logo_width'] %}{% set logo_height = paramTool['logo_height'] %}{% set logoMobile = paramTool['logomobile'] %}{% set logoMobile_width = paramTool['logomobile_width'] %}{% set logoMobile_height = paramTool['logomobile_height'] %}{% set twitter = paramTool['twitter'] %}{% set facebook = paramTool['facebook'] %}{% set instagram = paramTool['instagram'] %}{% set youtube = paramTool['youtube'] %}{% set linkedin = paramTool['linkedin'] %}{% set favicon = paramTool['favicon'] %}{% set websitename = paramTool['websitename'] %}{% set htmlTrack = paramTool['htmltrack'] %}{% set htmlTrack2 = paramTool['htmltrack2'] %}{% set domain = paramTool['absolute_domain'] %}{% set footer_description = paramTool['footer_description'] %}{% set footer_html_col1_en = paramTool['footer_html_col1_en'] %}{% set footer_html_col2_en = paramTool['footer_html_col2_en'] %}{% set footer_html_col3_en = paramTool['footer_html_col3_en'] %}{% set footer_html_col1_fr = paramTool['footer_html_col1_fr'] %}{% set footer_html_col2_fr = paramTool['footer_html_col2_fr'] %}{% set footer_html_col3_fr = paramTool['footer_html_col3_fr'] %}{% set ios_fr = paramTool['link_ios_fr'] %}{% set android_fr = paramTool['link_android_fr'] %}{% set ios_us = paramTool['link_ios_us'] %}{% set android_us = paramTool['link_android_us'] %}{% set arrayTranslate = getArrayTranslateLocale(app.request.locale) %}<!DOCTYPE html><html lang=\"{{ app.request.locale }}\"> <head> <meta charset=\"utf-8\"> <!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]--> <title>{% block title %}{% endblock title %}</title> <meta name=\"language\" content=\"{{ app.request.locale }}\" /> <meta name=\"copyright\" content=\"{{ websitename }}\" /> <meta name=\"robots\" content=\"{% block robots %}index,follow{% endblock robots %}\" /> <meta name=\"description\" content=\"{% block description %}{% endblock description %}\" /> <meta name=\"viewport\" content=\"initial-scale=1.0\" /> <meta name=\"viewport\" content=\"width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui\" /> {% block meta_social %}{% endblock meta_social %} {% block meta %}{% endblock meta %} {% block canonical %}{% endblock canonical %} <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Articles de {{ websitename }}\" href=\"{{ domain ~ path('rss') }}\" /> {% include \"components/dns-prefetch.html.twig\" %} {% include \"components/favicon.html.twig\" with {'favicon':favicon} %} {% include \"/vitrine/lexend/components/stylesheets.html.twig\" %} {% block css %}{% endblock css %} {% include \"/vitrine/lexend/components/scripts_header.html.twig\" %} {% block js %}{% endblock js %} {{ htmlTrack|raw }} <style> body { padding-bottom:50px; } /* Caché par défaut sur desktop */ .mobilecta { display: none; } /* Visible uniquement sur mobile */ @media (max-width: 768px) { .mobilecta { display: block; position: fixed; bottom: 20px; right: 20px; z-index: 1000; } } </style> </head> <body> <div class=\"content-wrapper\"> {% block body_header %} {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %} {% block header_content %}{% endblock %} {% endembed %} {% endblock body_header %} <main> {% block start_body %}{% endblock start_body %} {% block body %}{% endblock body %} </main> {% block body_footer %}{% include \"/vitrine/lexend/components/footer.html.twig\" with {'logo':favicon} %}{% endblock body_footer %} </div> {% block footerbody %}{% endblock footerbody %} {% block footer_body %}{% endblock footer_body %} {% include \"/vitrine/lexend/components/scripts_footer.html.twig\" %} {% include \"components/flashmessage.html.twig\" %} {% block footer_js %}{% endblock footer_js %} {% block footerjs %}{% endblock footerjs %} {{ htmlTrack2|raw }} {% if getEnv(\"KERNEL_APPLICATION\") == \"whileresume\" %} <div class=\"mobilecta\"> <a href=\"{{ path('whileresume_resume_' ~ app.request.locale) }}\" class=\"btn btn-md btn-primary dark:border-tertiary dark:text-tertiary dark:hover:bg-tertiary dark:hover:text-primary-700 border-2 px-3 w-auto\" style=\"margin-top:10px;\">{{ \"Start now for free\"|translateLocale(arrayTranslate) }} <i class=\"icon-2 unicon-arrow-up-right rtl:-rotate-90\"></i></a> </div> {% endif %} </body></html>", "vitrine/lexend/layout.html.twig", "/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/vitrine/lexend/layout.html.twig"); }}