<?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;
/* base.html.twig */
class __TwigTemplate_b40814ee328e81e9e18436f70012cbbd 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'],
'description' => [$this, 'block_description'],
'styles' => [$this, 'block_styles'],
'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", "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", "base.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"fr\">
\t<head>
\t\t<title>";
// line 4
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
\t\t<meta charset=\"utf-8\" />
\t\t<meta name=\"description\" content=\"";
// line 6
yield from $this->unwrap()->yieldBlock('description', $context, $blocks);
yield "\"/>
\t\t<meta name=\"keywords\" content=\"zendez-vous, zendezvous, rendezvous, bien-être, praticien, medecine douce\"/>
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />
\t\t<meta property=\"og:locale\" content=\"fr_FR\" />
\t\t<meta property=\"og:title\" content=\"ZenDez-Vous - Plateforme de rendez-vous avec vos praticiens en bien-être\" />
\t\t<meta property=\"og:url\" content=\"https://zendez-vous.fr\"/>
\t\t<meta property=\"og:site_name\" content=\"ZenDez-Vous\" />
\t\t<link rel=\"icon\" href=\"/favicon.ico?v=1.0.1\">
\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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\" rel=\"stylesheet\">
\t\t<link href=\"/assets/css/style.bundle.css\" rel=\"stylesheet\" type=\"text/css\" />
\t\t<link href=\"/assets/css/style.css?v=1.0.20\" rel=\"stylesheet\" type=\"text/css\" />
\t\t<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-3N08TH0X0L\"></script>
\t\t<script src=\"";
// line 20
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("lib/tarteaucitron/tarteaucitron.js"), "html", null, true);
yield "\"></script>
\t\t<script type=\"text/javascript\">
\t\t\ttarteaucitron.init({
\t\t\t\t\"privacyUrl\": \"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/docs/zendez-vous_confidentialite-et-cookies.pdf"), "html", null, true);
yield "\",
\t\t\t\t\"bodyPosition\": \"bottom\",
\t\t\t\t\"orientation\": \"bottom\",
\t\t\t\t\"groupServices\": false,
\t\t\t\t\"serviceDefaultState\": \"wait\",
\t\t\t\t\"showAlertSmall\": false,
\t\t\t\t\"cookieslist\": false,
\t\t\t\t\"closePopup\": true,
\t\t\t\t\"showIcon\": false,
\t\t\t\t\"adblocker\": false,
\t\t\t\t\"DenyAllCta\" : true,
\t\t\t\t\"AcceptAllCta\" : true,
\t\t\t\t\"highPrivacy\": true,
\t\t\t\t\"handleBrowserDNTRequest\": false,
\t\t\t\t\"removeCredit\": false,
\t\t\t\t\"mandatory\": true,
\t\t\t\t\"mandatoryCta\": true
\t\t\t});
\t\t\ttarteaucitron.user.gtagUa = 'G-3N08TH0X0L';
\t\t\ttarteaucitron.user.gtagMore = function () {
\t\t\t\twindow.dataLayer = window.dataLayer || [];
\t\t\t\tfunction gtag(){dataLayer.push(arguments);}
\t\t\t\tgtag('js', new Date());
\t\t\t\tgtag('config', 'G-3N08TH0X0L');
\t\t\t};
\t\t\t(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
\t\t\ttarteaucitron.user.facebookpixelId = '1019545513020337';
\t\t\ttarteaucitron.user.facebookpixelMore = function () { /* add here your optionnal facebook pixel function */ };
\t\t\t(tarteaucitron.job = tarteaucitron.job || []).push('facebookpixel');
\t\t\ttarteaucitron.user.googletagmanagerId = 'GTM-WDRL3J6M';
\t\t\t(tarteaucitron.job = tarteaucitron.job || []).push('googletagmanager');
\t\t</script>
\t\t";
// line 60
yield from $this->unwrap()->yieldBlock('styles', $context, $blocks);
// line 61
yield "\t</head>
\t<body>
\t\t<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WDRL3J6M\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
\t\t<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1019545513020337&ev=PageView&noscript=1\" /></noscript>
\t\t";
// line 65
yield from $this->loadTemplate("includes/navbar.html.twig", "base.html.twig", 65)->unwrap()->yield($context);
// line 66
yield "\t\t";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 67
yield "\t\t";
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 68
yield "\t\t";
yield from $this->loadTemplate("includes/footer.html.twig", "base.html.twig", 68)->unwrap()->yield($context);
// line 69
yield "\t</body>
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
// line 4
public function block_title($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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "ZenDez-Vous : plateforme de rdv avec des praticiens bien-être";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 6
public function block_description($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", "description"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
yield "Prenez rendez-vous avec des praticiens bien-être ou laissez-vous guider gratuitement par nos coach afin de définir la ou les pratiques les mieux adaptées à vos besoins.";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 60
public function block_styles($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", "styles"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "styles"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 66
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 67
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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 231 => 67, 212 => 66, 193 => 60, 173 => 6, 153 => 4, 141 => 69, 138 => 68, 135 => 67, 132 => 66, 130 => 65, 124 => 61, 122 => 60, 82 => 23, 76 => 20, 59 => 6, 54 => 4, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"fr\">
\t<head>
\t\t<title>{% block title %}ZenDez-Vous : plateforme de rdv avec des praticiens bien-être{% endblock %}</title>
\t\t<meta charset=\"utf-8\" />
\t\t<meta name=\"description\" content=\"{% block description %}Prenez rendez-vous avec des praticiens bien-être ou laissez-vous guider gratuitement par nos coach afin de définir la ou les pratiques les mieux adaptées à vos besoins.{% endblock %}\"/>
\t\t<meta name=\"keywords\" content=\"zendez-vous, zendezvous, rendezvous, bien-être, praticien, medecine douce\"/>
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />
\t\t<meta property=\"og:locale\" content=\"fr_FR\" />
\t\t<meta property=\"og:title\" content=\"ZenDez-Vous - Plateforme de rendez-vous avec vos praticiens en bien-être\" />
\t\t<meta property=\"og:url\" content=\"https://zendez-vous.fr\"/>
\t\t<meta property=\"og:site_name\" content=\"ZenDez-Vous\" />
\t\t<link rel=\"icon\" href=\"/favicon.ico?v=1.0.1\">
\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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\" rel=\"stylesheet\">
\t\t<link href=\"/assets/css/style.bundle.css\" rel=\"stylesheet\" type=\"text/css\" />
\t\t<link href=\"/assets/css/style.css?v=1.0.20\" rel=\"stylesheet\" type=\"text/css\" />
\t\t<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-3N08TH0X0L\"></script>
\t\t<script src=\"{{ asset('lib/tarteaucitron/tarteaucitron.js') }}\"></script>
\t\t<script type=\"text/javascript\">
\t\t\ttarteaucitron.init({
\t\t\t\t\"privacyUrl\": \"{{ asset('assets/docs/zendez-vous_confidentialite-et-cookies.pdf') }}\",
\t\t\t\t\"bodyPosition\": \"bottom\",
\t\t\t\t\"orientation\": \"bottom\",
\t\t\t\t\"groupServices\": false,
\t\t\t\t\"serviceDefaultState\": \"wait\",
\t\t\t\t\"showAlertSmall\": false,
\t\t\t\t\"cookieslist\": false,
\t\t\t\t\"closePopup\": true,
\t\t\t\t\"showIcon\": false,
\t\t\t\t\"adblocker\": false,
\t\t\t\t\"DenyAllCta\" : true,
\t\t\t\t\"AcceptAllCta\" : true,
\t\t\t\t\"highPrivacy\": true,
\t\t\t\t\"handleBrowserDNTRequest\": false,
\t\t\t\t\"removeCredit\": false,
\t\t\t\t\"mandatory\": true,
\t\t\t\t\"mandatoryCta\": true
\t\t\t});
\t\t\ttarteaucitron.user.gtagUa = 'G-3N08TH0X0L';
\t\t\ttarteaucitron.user.gtagMore = function () {
\t\t\t\twindow.dataLayer = window.dataLayer || [];
\t\t\t\tfunction gtag(){dataLayer.push(arguments);}
\t\t\t\tgtag('js', new Date());
\t\t\t\tgtag('config', 'G-3N08TH0X0L');
\t\t\t};
\t\t\t(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
\t\t\ttarteaucitron.user.facebookpixelId = '1019545513020337';
\t\t\ttarteaucitron.user.facebookpixelMore = function () { /* add here your optionnal facebook pixel function */ };
\t\t\t(tarteaucitron.job = tarteaucitron.job || []).push('facebookpixel');
\t\t\ttarteaucitron.user.googletagmanagerId = 'GTM-WDRL3J6M';
\t\t\t(tarteaucitron.job = tarteaucitron.job || []).push('googletagmanager');
\t\t</script>
\t\t{% block styles %}{% endblock %}
\t</head>
\t<body>
\t\t<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WDRL3J6M\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
\t\t<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1019545513020337&ev=PageView&noscript=1\" /></noscript>
\t\t{% include(\"includes/navbar.html.twig\") %}
\t\t{% block body %}{% endblock %}
\t\t{% block javascripts %}{% endblock %}
\t\t{% include(\"includes/footer.html.twig\") %}
\t</body>
</html>", "base.html.twig", "/home/slapp/www/zv/htdocs/templates/base.html.twig");
}
}