<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* base.html.twig */
class __TwigTemplate_901e1730b6a3e768ff67b5766c26c81ef8d367b8a244af4994d5e0e13aefba5e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["settings"]) || array_key_exists("settings", $context) ? $context["settings"] : (function () { throw new RuntimeError('Variable "settings" does not exist.', 1, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["setting"]) {
// line 2
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">
<meta name=\"author\" content=\"Delit d'Influence'\">
<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">
<meta name=\"robots\" content=\"index, follow\" />
<meta name=\"google-site-verification\" content=\"t-rlYOhjDWHSSrZ7DLUWMObV5g9_kDP2sR77h10oOi4\" />
";
// line 16
echo "
<meta name=\"description\" content=\"";
// line 17
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["setting"], "siteDescription", [], "any", false, false, false, 17), ["<div>" => "", "</div>" => "", "<p>" => "", "</p>" => ""]);
echo "\">
<meta name=\"keywords\" content=\"";
// line 18
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["setting"], "siteKeywords", [], "any", false, false, false, 18), ["<div>" => "", "</div>" => "", "<p>" => "", "</p>" => ""]);
echo "\">
<meta name=\"image\" content=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("assets/img/" . twig_get_attribute($this->env, $this->source, $context["setting"], "siteLogo", [], "any", false, false, false, 19))), "html", null, true);
echo "\">
<link rel=\"canonical\" href=\"";
// line 20
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteUrlFull", [], "any", false, false, false, 20), "html", null, true);
echo "\" />
<meta itemprop=\"name\" content=\"";
// line 22
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteName", [], "any", false, false, false, 22), "html", null, true);
echo "\">
<meta itemprop=\"description\" content=\"";
// line 23
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["setting"], "siteDescription", [], "any", false, false, false, 23), ["<div>" => "", "</div>" => "", "<p>" => "", "</p>" => ""]);
echo "\">
<meta itemprop=\"image\" content=\"";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("assets/img/" . twig_get_attribute($this->env, $this->source, $context["setting"], "siteLogo", [], "any", false, false, false, 24))), "html", null, true);
echo "\">
<meta name=\"twitter:card\" content=\"summary\">
<meta name=\"twitter:title\" content=\"";
// line 27
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteName", [], "any", false, false, false, 27), "html", null, true);
echo "\">
<meta name=\"twitter:description\" content=\"";
// line 28
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["setting"], "siteDescription", [], "any", false, false, false, 28), ["<div>" => "", "</div>" => "", "<p>" => "", "</p>" => ""]);
echo "\">
<meta name=\"twitter:site\" content=\"";
// line 29
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteUrlFull", [], "any", false, false, false, 29), "html", null, true);
echo "\">
<meta name=\"twitter:image:src\" content=\"";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("assets/img/" . twig_get_attribute($this->env, $this->source, $context["setting"], "siteLogo", [], "any", false, false, false, 30))), "html", null, true);
echo "\">
<meta name=\"og:title\" content=\"";
// line 32
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteUrl", [], "any", false, false, false, 32), "html", null, true);
echo "\">
<meta name=\"og:description\" content=\"";
// line 33
echo twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["setting"], "siteDescription", [], "any", false, false, false, 33), ["<div>" => "", "</div>" => "", "<p>" => "", "</p>" => ""]);
echo "\">
<meta name=\"og:image\" content=\"";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("assets/img/" . twig_get_attribute($this->env, $this->source, $context["setting"], "siteLogo", [], "any", false, false, false, 34))), "html", null, true);
echo "\">
<meta name=\"og:url\" content=\"";
// line 35
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteUrlFull", [], "any", false, false, false, 35), "html", null, true);
echo "\">
<meta name=\"og:site_name\" content=\"";
// line 36
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["setting"], "siteName", [], "any", false, false, false, 36), "html", null, true);
echo "\">
<meta name=\"og:locale\" content=\"fr_FR\">
<meta name=\"og:type\" content=\"website\">
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-57x57.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-60x60.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-72x72.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-76x76.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-114x114.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-120x120.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"";
// line 46
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-144x144.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-152x152.png"), "html", null, true);
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/apple-icon-180x180.png"), "html", null, true);
echo "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/android-icon-192x192.png"), "html", null, true);
echo "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/favicon-32x32.png"), "html", null, true);
echo "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"";
// line 51
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/favicon-96x96.png"), "html", null, true);
echo "\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/favicon-16x16.png"), "html", null, true);
echo "\">
<link rel=\"manifest\" href=\"";
// line 53
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/manifest.json"), "html", null, true);
echo "\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"";
// line 55
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/favicon/ms-icon-144x144.png"), "html", null, true);
echo "\">
<meta name=\"theme-color\" content=\"#ffffff\">
<title>";
// line 58
$this->displayBlock('title', $context, $blocks);
echo "</title>
";
// line 60
$this->displayBlock('stylesheets', $context, $blocks);
// line 63
echo "
";
// line 64
$this->displayBlock('javascripts', $context, $blocks);
// line 67
echo "
<script src=\"";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/tarteaucitron/tarteaucitron.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\">
tarteaucitron.init({
\"privacyUrl\": \"";
// line 71
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_mentions_legales");
echo "\",
/* Privacy policy url */
\"bodyPosition\": \"bottom\",
/* or top to bring it as first element for accessibility */
\"hashtag\": \"#tarteaucitron\",
/* Open the panel with this hashtag */
\"cookieName\": \"tarteaucitron\",
/* Cookie name */
\"orientation\": \"bottom\",
/* Banner position (top - bottom) */
\"groupServices\": false,
/* Group services by category */
\"serviceDefaultState\": \"wait\",
/* Default state (true - wait - false) */
\"showAlertSmall\": false,
/* Show the small banner on bottom right */
\"cookieslist\": false,
/* Show the cookie list */
\"closePopup\": false,
/* Show a close X on the banner */
\"showIcon\": true,
/* Show cookie icon to manage cookies */
//\"iconSrc\": \"\", /* Optionnal: URL or base64 encoded image */
\"iconPosition\": \"BottomRight\",
/* BottomRight, BottomLeft, TopRight and TopLeft */
\"adblocker\": false,
/* Show a Warning if an adblocker is detected */
\"DenyAllCta\": true,
/* Show the deny all button */
\"AcceptAllCta\": true,
/* Show the accept all button when highPrivacy on */
\"highPrivacy\": true,
/* HIGHLY RECOMMANDED Disable auto consent */
\"handleBrowserDNTRequest\": false,
/* If Do Not Track == 1, disallow all */
\"removeCredit\": false,
/* Remove credit link */
\"moreInfoLink\": true,
/* Show more info link */
\"useExternalCss\": false,
/* If false, the tarteaucitron.css file will be loaded */
\"useExternalJs\": false,
/* If false, the tarteaucitron.js file will be loaded */
//\"cookieDomain\": \".my-multisite-domaine.fr\", /* Shared cookie for multisite */
\"readmoreLink\": \"\",
/* Change the default readmore link */
\"mandatory\": true,
/* Show a message about mandatory cookies */
\"mandatoryCta\": true /* Show the disabled accept button when mandatory on */
});
</script>
</head>
<body>
";
// line 125
$this->loadTemplate("_header.html.twig", "base.html.twig", 125)->display($context);
// line 126
echo " ";
$this->displayBlock('body', $context, $blocks);
// line 127
echo " ";
$this->loadTemplate("_footer.html.twig", "base.html.twig", 127)->display($context);
// line 128
echo "
<script type=\"text/javascript\">
tarteaucitron.user.googleFonts = ['Montserrat'];
(tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');
</script>
<script type=\"text/javascript\">
(tarteaucitron.job = tarteaucitron.job || []).push('googlemapsembed');
</script>
<script type=\"text/javascript\">
tarteaucitron.user.gtagUa = 'G-LPXN7FZBND';
// tarteaucitron.user.gtagCrossdomain = ['example.com', 'example2.com'];
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
</script>
</body>
</html>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['setting'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 58
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["setting"]) || array_key_exists("setting", $context) ? $context["setting"] : (function () { throw new RuntimeError('Variable "setting" does not exist.', 58, $this->source); })()), "siteName", [], "any", false, false, false, 58), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 60
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 61
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 64
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 65
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 126
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 405 => 126, 392 => 65, 382 => 64, 369 => 61, 359 => 60, 340 => 58, 301 => 128, 298 => 127, 295 => 126, 293 => 125, 236 => 71, 230 => 68, 227 => 67, 225 => 64, 222 => 63, 220 => 60, 215 => 58, 209 => 55, 204 => 53, 200 => 52, 196 => 51, 192 => 50, 188 => 49, 184 => 48, 180 => 47, 176 => 46, 172 => 45, 168 => 44, 164 => 43, 160 => 42, 156 => 41, 152 => 40, 145 => 36, 141 => 35, 137 => 34, 133 => 33, 129 => 32, 124 => 30, 120 => 29, 116 => 28, 112 => 27, 106 => 24, 102 => 23, 98 => 22, 93 => 20, 89 => 19, 85 => 18, 81 => 17, 78 => 16, 64 => 2, 47 => 1,);
}
public function getSourceContext()
{
return new Source("{% for setting in settings %}
<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">
<meta name=\"author\" content=\"Delit d'Influence'\">
<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">
<meta name=\"robots\" content=\"index, follow\" />
<meta name=\"google-site-verification\" content=\"t-rlYOhjDWHSSrZ7DLUWMObV5g9_kDP2sR77h10oOi4\" />
{# <link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' /> #}
<meta name=\"description\" content=\"{{ setting.siteDescription|replace({'<div>': '', '</div>': '', '<p>': '', '</p>': ''})|raw }}\">
<meta name=\"keywords\" content=\"{{ setting.siteKeywords|replace({'<div>': '', '</div>': '', '<p>': '', '</p>': ''})|raw }}\">
<meta name=\"image\" content=\"{{ asset('assets/img/' ~ setting.siteLogo) }}\">
<link rel=\"canonical\" href=\"{{ setting.siteUrlFull }}\" />
<meta itemprop=\"name\" content=\"{{ setting.siteName }}\">
<meta itemprop=\"description\" content=\"{{ setting.siteDescription|replace({'<div>': '', '</div>': '', '<p>': '', '</p>': ''})|raw }}\">
<meta itemprop=\"image\" content=\"{{ asset('assets/img/' ~ setting.siteLogo) }}\">
<meta name=\"twitter:card\" content=\"summary\">
<meta name=\"twitter:title\" content=\"{{ setting.siteName }}\">
<meta name=\"twitter:description\" content=\"{{ setting.siteDescription|replace({'<div>': '', '</div>': '', '<p>': '', '</p>': ''})|raw }}\">
<meta name=\"twitter:site\" content=\"{{ setting.siteUrlFull }}\">
<meta name=\"twitter:image:src\" content=\"{{ asset('assets/img/' ~ setting.siteLogo) }}\">
<meta name=\"og:title\" content=\"{{ setting.siteUrl }}\">
<meta name=\"og:description\" content=\"{{ setting.siteDescription|replace({'<div>': '', '</div>': '', '<p>': '', '</p>': ''})|raw }}\">
<meta name=\"og:image\" content=\"{{ asset('assets/img/' ~ setting.siteLogo) }}\">
<meta name=\"og:url\" content=\"{{ setting.siteUrlFull }}\">
<meta name=\"og:site_name\" content=\"{{ setting.siteName }}\">
<meta name=\"og:locale\" content=\"fr_FR\">
<meta name=\"og:type\" content=\"website\">
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"{{ asset('assets/favicon/apple-icon-57x57.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"{{ asset('assets/favicon/apple-icon-60x60.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"{{ asset('assets/favicon/apple-icon-72x72.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"{{ asset('assets/favicon/apple-icon-76x76.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"{{ asset('assets/favicon/apple-icon-114x114.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"{{ asset('assets/favicon/apple-icon-120x120.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"{{ asset('assets/favicon/apple-icon-144x144.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"{{ asset('assets/favicon/apple-icon-152x152.png') }}\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('assets/favicon/apple-icon-180x180.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"{{ asset('assets/favicon/android-icon-192x192.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('assets/favicon/favicon-32x32.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"{{ asset('assets/favicon/favicon-96x96.png') }}\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('assets/favicon/favicon-16x16.png') }}\">
<link rel=\"manifest\" href=\"{{ asset('assets/favicon/manifest.json') }}\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"{{ asset('assets/favicon/ms-icon-144x144.png') }}\">
<meta name=\"theme-color\" content=\"#ffffff\">
<title>{% block title %}{{ setting.siteName }}{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<script src=\"{{ asset('assets/js/tarteaucitron/tarteaucitron.js') }}\"></script>
<script type=\"text/javascript\">
tarteaucitron.init({
\"privacyUrl\": \"{{ path('app_mentions_legales') }}\",
/* Privacy policy url */
\"bodyPosition\": \"bottom\",
/* or top to bring it as first element for accessibility */
\"hashtag\": \"#tarteaucitron\",
/* Open the panel with this hashtag */
\"cookieName\": \"tarteaucitron\",
/* Cookie name */
\"orientation\": \"bottom\",
/* Banner position (top - bottom) */
\"groupServices\": false,
/* Group services by category */
\"serviceDefaultState\": \"wait\",
/* Default state (true - wait - false) */
\"showAlertSmall\": false,
/* Show the small banner on bottom right */
\"cookieslist\": false,
/* Show the cookie list */
\"closePopup\": false,
/* Show a close X on the banner */
\"showIcon\": true,
/* Show cookie icon to manage cookies */
//\"iconSrc\": \"\", /* Optionnal: URL or base64 encoded image */
\"iconPosition\": \"BottomRight\",
/* BottomRight, BottomLeft, TopRight and TopLeft */
\"adblocker\": false,
/* Show a Warning if an adblocker is detected */
\"DenyAllCta\": true,
/* Show the deny all button */
\"AcceptAllCta\": true,
/* Show the accept all button when highPrivacy on */
\"highPrivacy\": true,
/* HIGHLY RECOMMANDED Disable auto consent */
\"handleBrowserDNTRequest\": false,
/* If Do Not Track == 1, disallow all */
\"removeCredit\": false,
/* Remove credit link */
\"moreInfoLink\": true,
/* Show more info link */
\"useExternalCss\": false,
/* If false, the tarteaucitron.css file will be loaded */
\"useExternalJs\": false,
/* If false, the tarteaucitron.js file will be loaded */
//\"cookieDomain\": \".my-multisite-domaine.fr\", /* Shared cookie for multisite */
\"readmoreLink\": \"\",
/* Change the default readmore link */
\"mandatory\": true,
/* Show a message about mandatory cookies */
\"mandatoryCta\": true /* Show the disabled accept button when mandatory on */
});
</script>
</head>
<body>
{% include '_header.html.twig' %}
{% block body %}{% endblock %}
{% include '_footer.html.twig' %}
<script type=\"text/javascript\">
tarteaucitron.user.googleFonts = ['Montserrat'];
(tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');
</script>
<script type=\"text/javascript\">
(tarteaucitron.job = tarteaucitron.job || []).push('googlemapsembed');
</script>
<script type=\"text/javascript\">
tarteaucitron.user.gtagUa = 'G-LPXN7FZBND';
// tarteaucitron.user.gtagCrossdomain = ['example.com', 'example2.com'];
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
</script>
</body>
</html>
{% endfor %}
", "base.html.twig", "/home/debian/www/laroche-associes/preproduction/templates/base.html.twig");
}
}