<?php
use 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;
/* theme/default/partials/base.html.twig */
class __TwigTemplate_3cb84f322496ff5e8ee50843daf9d986 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'custom_class' => [$this, 'block_custom_class'],
'navbar' => [$this, 'block_navbar'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "theme/default/partials/base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/default/partials/base.html.twig"));
// line 1
yield "<!doctype html>
<html lang=\"";
// line 2
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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "html", null, true);
yield "\">
\t<head>
\t\t<meta charset=\"utf-8\"/>
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
\t\t<link rel=\"icon\" type=\"image/x-icon\" href=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/favicon/favicon.ico"), "html", null, true);
yield "\"/>
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/favicon/favicon-16x16.png"), "html", null, true);
yield "\"/>
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
// line 8
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/favicon/favicon-32x32.png"), "html", null, true);
yield "\"/>
\t\t";
// line 10
$___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 11
yield "\t\t";
yield $this->extensions['Leogout\Bundle\SeoBundle\Twig\SeoExtension']->seo();
yield "
\t\t<meta property=\"og:locale\" content=\"fr_FR\"/>
\t\t<meta property=\"og:site_name\" content=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["site_parameters"] ?? null), "getParameters", [], "method", false, true, false, 13), "titre", [], "any", true, true, false, 13)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["site_parameters"] ?? null), "getParameters", [], "method", false, true, false, 13), "titre", [], "any", false, false, false, 13), "")) : ("")), "html", null, true);
yield "\"/>
\t\t<meta name=\"robots\" content=\"";
// line 14
if ((CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "metaindex", [], "any", false, false, false, 14) == 1)) {
yield "INDEX";
} else {
yield "NOINDEX";
}
yield " , ";
if ((CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "metafollow", [], "any", false, false, false, 14) == 1)) {
yield "FOLLOW";
} else {
yield "NOFOLLOW";
}
yield "\">
\t\t";
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 10
yield Twig\Extension\CoreExtension::spaceless($___internal_parse_0_);
// line 16
yield "
\t\t";
// line 17
$context["languages"] = $this->extensions['App\Twig\AppExtension']->LanguagesFrontFunction();
// line 18
yield "\t\t";
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), (isset($context["languages"]) || array_key_exists("languages", $context) ? $context["languages"] : (function () { throw new RuntimeError('Variable "languages" does not exist.', 18, $this->source); })())) > 1)) {
// line 19
yield "\t\t\t";
yield $this->env->getFunction('hreflang')->getCallable()();
yield "
\t\t";
}
// line 21
yield "
\t\t";
// line 22
yield $this->env->getFunction('codeHead')->getCallable()();
yield "
\t\t";
// line 23
yield $this->env->getFunction('canonicalUrl')->getCallable()();
yield "
\t\t";
// line 24
yield $this->env->getFunction('schemaOrg')->getCallable()();
yield "
\t\t";
// line 25
yield $this->env->getFunction('schemaOrgGeneral')->getCallable()();
yield "
\t\t";
// line 27
if (CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "codehead", [], "any", false, false, false, 27)) {
// line 28
yield "\t\t\t";
yield CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "codehead", [], "any", false, false, false, 28);
yield "
\t\t";
}
// line 30
yield "
\t\t";
// line 31
$___internal_parse_1_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 32
yield "\t\t";
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 44
yield "\t\t";
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
yield Twig\Extension\CoreExtension::spaceless($___internal_parse_1_);
// line 45
yield "
\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js\"></script>
\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
\t\t<link href=\"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap\" rel=\"stylesheet\">
\t\t<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\">
\t</head>
\t";
// line 53
$___internal_parse_2_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 54
yield "\t<body class=\"";
yield from $this->unwrap()->yieldBlock('custom_class', $context, $blocks);
yield "\">
\t\t";
// line 55
yield from $this->unwrap()->yieldBlock('navbar', $context, $blocks);
// line 58
yield "
\t\t<main>
\t\t\t";
// line 60
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 61
yield "\t\t</main>
\t\t";
// line 62
if (CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "actifwhatsapp", [], "any", false, false, false, 62)) {
// line 63
yield "\t\t\t<div id=\"floating-wpp\"></div>
\t\t";
}
// line 65
yield "
\t\t";
// line 67
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\FrontEnd\\FeatureController::renderFooter", ["TypeMenu" => "Footer"]));
yield "
\t\t";
// line 69
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 74
yield "
\t\t";
// line 75
yield $this->env->getFunction('codeBody')->getCallable()();
yield "
\t\t";
// line 76
if (CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "codebody", [], "any", false, false, false, 76)) {
// line 77
yield "\t\t\t";
yield CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "codebody", [], "any", false, false, false, 77);
yield "
\t\t";
}
// line 79
yield "\t</body>
\t";
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 53
yield Twig\Extension\CoreExtension::spaceless($___internal_parse_2_);
// line 81
yield "</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
// line 32
public function block_stylesheets($context, array $blocks = [])
{
$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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 33
yield "\t\t\t";
// line 34
yield "\t\t\t<style>
\t\t\t\t";
// line 35
yield Twig\Extension\CoreExtension::source($this->env, ("@PUBLIC" . "/theme.min.css"));
yield "
\t\t\t\t";
// line 36
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable($this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->getWebpackCssFiles("frontend"));
foreach ($context['_seq'] as $context["_key"] => $context["file"]) {
// line 37
yield "\t\t\t\t\t";
yield Twig\Extension\CoreExtension::source($this->env, ("@PUBLIC" . $context["file"]));
yield "
\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 39
yield "\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "customstylecss", [], "any", false, false, false, 39) != null)) {
// line 40
yield "\t\t\t\t\t";
yield CoreExtension::getAttribute($this->env, $this->source, $this->extensions['App\Twig\SiteConfigExtension']->ParametreSiteFunction(), "customstylecss", [], "any", false, false, false, 40);
yield "
\t\t\t\t";
}
// line 42
yield "\t\t\t</style>
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 54
public function block_custom_class($context, array $blocks = [])
{
$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", "custom_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "custom_class"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 55
public function block_navbar($context, array $blocks = [])
{
$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", "navbar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "navbar"));
// line 56
yield "\t\t\t";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\FrontEnd\\FeatureController::renderMenu"));
yield "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 60
public function block_body($context, array $blocks = [])
{
$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);
return; yield '';
}
// line 69
public function block_javascripts($context, array $blocks = [])
{
$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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 70
yield "\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js\"></script>
\t\t\t";
// line 71
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("frontend");
yield "
\t\t\t";
// line 72
yield Twig\Extension\CoreExtension::include($this->env, $context, (("theme/" . CoreExtension::getAttribute($this->env, $this->source, 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.', 72, $this->source); })()), "request", [], "any", false, false, false, 72), "server", [], "any", false, false, false, 72), "get", ["APP_THEME"], "method", false, false, false, 72)) . "/partials/cookies/cookie.html.twig"), [], false);
yield "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "theme/default/partials/base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 369 => 72, 365 => 71, 362 => 70, 352 => 69, 333 => 60, 319 => 56, 309 => 55, 290 => 54, 278 => 42, 272 => 40, 269 => 39, 260 => 37, 256 => 36, 252 => 35, 249 => 34, 247 => 33, 237 => 32, 225 => 81, 223 => 53, 218 => 79, 212 => 77, 210 => 76, 206 => 75, 203 => 74, 201 => 69, 196 => 67, 192 => 65, 188 => 63, 186 => 62, 183 => 61, 181 => 60, 177 => 58, 175 => 55, 170 => 54, 168 => 53, 158 => 45, 156 => 31, 152 => 44, 149 => 32, 147 => 31, 144 => 30, 138 => 28, 136 => 27, 131 => 25, 127 => 24, 123 => 23, 119 => 22, 116 => 21, 110 => 19, 107 => 18, 105 => 17, 102 => 16, 100 => 10, 84 => 14, 80 => 13, 74 => 11, 72 => 10, 67 => 8, 63 => 7, 59 => 6, 52 => 2, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
<html lang=\"{{ app.request.locale }}\">
\t<head>
\t\t<meta charset=\"utf-8\"/>
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
\t\t<link rel=\"icon\" type=\"image/x-icon\" href=\"{{asset('/favicon/favicon.ico')}}\"/>
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('/favicon/favicon-16x16.png') }}\"/>
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('/favicon/favicon-32x32.png') }}\"/>
\t\t{% apply spaceless %}
\t\t{{ leogout_seo() }}
\t\t<meta property=\"og:locale\" content=\"fr_FR\"/>
\t\t<meta property=\"og:site_name\" content=\"{{site_parameters.getParameters().titre|default('')}}\"/>
\t\t<meta name=\"robots\" content=\"{% if ParametreSite().metaindex == 1 %}INDEX{% else %}NOINDEX{% endif %} , {% if ParametreSite().metafollow == 1 %}FOLLOW{% else %}NOFOLLOW{% endif %}\">
\t\t{% endapply %}
\t\t{% set languages = LanguagesFront() %}
\t\t{% if languages|length > 1 %}
\t\t\t{{hreflang()|raw}}
\t\t{% endif %}
\t\t{{ codeHead()|raw }}
\t\t{{ canonicalUrl()|raw }}
\t\t{{ schemaOrg()|raw }}
\t\t{{ schemaOrgGeneral()|raw }}
\t\t{% if ParametreSite().codehead %}
\t\t\t{{ParametreSite().codehead|raw}}
\t\t{% endif %}
\t\t{% apply spaceless %}
\t\t{% block stylesheets %}
\t\t\t{# <link rel=\"stylesheet\" href=\"{{ asset('theme.min.css') }}\"> #}
\t\t\t<style>
\t\t\t\t{{source('@PUBLIC' ~ '/theme.min.css')}}
\t\t\t\t{% for file in encore_entry_css_files('frontend') %}
\t\t\t\t\t{{source('@PUBLIC' ~ file)}}
\t\t\t\t{% endfor %}
\t\t\t\t{% if ParametreSite().customstylecss != null %}
\t\t\t\t\t{{ParametreSite().customstylecss|raw}}
\t\t\t\t{% endif %}
\t\t\t</style>
\t\t{% endblock %}
\t\t{% endapply %}
\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js\"></script>
\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
\t\t<link href=\"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap\" rel=\"stylesheet\">
\t\t<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css\">
\t</head>
\t{% apply spaceless %}
\t<body class=\"{% block custom_class %}{% endblock %}\">
\t\t{% block navbar %}
\t\t\t{{ render(controller('App\\\\Controller\\\\FrontEnd\\\\FeatureController::renderMenu')) }}
\t\t{% endblock %}
\t\t<main>
\t\t\t{% block body %}{% endblock %}
\t\t</main>
\t\t{% if ParametreSite().actifwhatsapp %}
\t\t\t<div id=\"floating-wpp\"></div>
\t\t{% endif %}
\t\t{{ render(controller('App\\\\Controller\\\\FrontEnd\\\\FeatureController::renderFooter',{ 'TypeMenu': 'Footer' })) }}
\t\t{% block javascripts %}
\t\t\t<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js\"></script>
\t\t\t{{ encore_entry_script_tags('frontend') }}
\t\t\t{{ include ('theme/'~ app.request.server.get('APP_THEME') ~'/partials/cookies/cookie.html.twig',{}, with_context = false)}}
\t\t{% endblock %}
\t\t{{ codeBody()|raw }}
\t\t{% if ParametreSite().codebody %}
\t\t\t{{ParametreSite().codebody|raw}}
\t\t{% endif %}
\t</body>
\t{% endapply %}
</html>
", "theme/default/partials/base.html.twig", "/var/www/vhosts/k2klean.studiojna.fr/httpdocs/templates/theme/default/partials/base.html.twig");
}
}