<?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;
/* FrontBundle/layout.html.twig */
class __TwigTemplate_f3d4ab0dce99bd46a0b84b20c388592a80c3b2e294882e0089ef23d8abedda31 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'extra_class' => [$this, 'block_extra_class'],
'google' => [$this, 'block_google'],
'json_ld' => [$this, 'block_json_ld'],
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'stylesheets' => [$this, 'block_stylesheets'],
'menu_min' => [$this, 'block_menu_min'],
'menu_max' => [$this, 'block_menu_max'],
'sub_header' => [$this, 'block_sub_header'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "FrontBundle/layout.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/layout.html.twig"));
// line 1
echo "
";
// line 2
$context["route"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($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), "attributes", [], "any", false, false, false, 2), "get", [0 => "_route"], "method", false, false, false, 2);
// line 3
$context["controller"] = $this->extensions['App\Twig\AppExtension']->parseControllerName(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($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); })()), "request", [], "any", false, false, false, 3), "attributes", [], "any", false, false, false, 3), "get", [0 => "_controller"], "method", false, false, false, 3));
// line 4
$context["action"] = $this->extensions['App\Twig\AppExtension']->parseActionName(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 4, $this->source); })()), "request", [], "any", false, false, false, 4), "attributes", [], "any", false, false, false, 4), "get", [0 => "_controller"], "method", false, false, false, 4));
// line 5
echo "
<!doctype html>
<html lang=\"";
// line 9
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 9, $this->source); })()), "request", [], "any", false, false, false, 9), "locale", [], "any", false, false, false, 9), "html", null, true);
echo "\" class=\"page_";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 9, $this->source); })()), "slug", [], "any", false, false, false, 9), "html", null, true);
echo " ";
$this->displayBlock('extra_class', $context, $blocks);
echo " \">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PP6RN2GT');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-9910XG68H3\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9910XG68H3');
</script>
";
// line 30
$this->displayBlock('google', $context, $blocks);
// line 42
echo " ";
$this->displayBlock('json_ld', $context, $blocks);
// line 53
echo " <meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\">
";
// line 58
echo " <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />
<title>";
// line 60
$this->displayBlock('title', $context, $blocks);
echo "</title>
<meta name=\"description\" content=\"";
// line 61
$this->displayBlock('description', $context, $blocks);
echo "\"/>
";
// line 65
echo " <link href=\"/front/css/bootstrap.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/tooltipster.bundle.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/royal-palace.css?v=";
// line 67
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "U"), "html", null, true);
echo "\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=\"/front/css/responsive.css?v=";
// line 68
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "U"), "html", null, true);
echo "\" />
<link rel=\"shortcut icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\">
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/favicon/apple-icon-120x120.png\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/favicon/apple-icon-144x144.png\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/favicon/apple-icon-152x152.png\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicon/apple-icon-180x180.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"/favicon/android-icon-192x192.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"/favicon/favicon-96x96.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon/favicon-16x16.png\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"/favicon/ms-icon-144x144.png\">
<meta name=\"theme-color\" content=\"#ffffff\">
<meta name=\"google-site-verification\" content=\"BC5-9oXkZhRVo7dozRIvZvdSvBJ4grngDXi5YGVmYLE\" />
";
// line 90
$this->displayBlock('stylesheets', $context, $blocks);
// line 91
echo "
</head>
<body>
\t<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PP6RN2GT\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
// line 99
$context["tr"] = $this->extensions['App\Framework\Twig\AppExtension']->loadTranslation(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 99, $this->source); })()), "request", [], "any", false, false, false, 99), "locale", [], "any", false, false, false, 99));
// line 100
echo "
<input type=\"hidden\" id=\"menu_min\" value=\"";
// line 101
$this->displayBlock('menu_min', $context, $blocks);
echo "\" />
<input type=\"hidden\" id=\"menu_max\" value=\"";
// line 102
$this->displayBlock('menu_max', $context, $blocks);
echo "\" />
<header class=\"\">
<a href=\"/";
// line 105
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($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), "html", null, true);
echo "\" class=\"logo\"><img src=\"/front/img/logo-w.svg\" alt=\"";
echo twig_escape_filter($this->env, (isset($context["app_sitename"]) || array_key_exists("app_sitename", $context) ? $context["app_sitename"] : (function () { throw new RuntimeError('Variable "app_sitename" does not exist.', 105, $this->source); })()), "html", null, true);
echo "\" /></a>
<div class=\"menu-left\">
<div href=\"#\" class=\"locale\">
";
// line 109
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 109, $this->source); })()), "request", [], "any", false, false, false, 109), "locale", [], "any", false, false, false, 109)), "html", null, true);
echo "
<ul>
";
// line 111
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 111, $this->source); })()), "request", [], "any", false, false, false, 111), "locale", [], "any", false, false, false, 111), "fr"))) {
echo "<li><a href=\"/fr/";
echo twig_escape_filter($this->env, ((array_key_exists("fr_url", $context)) ? ((isset($context["fr_url"]) || array_key_exists("fr_url", $context) ? $context["fr_url"] : (function () { throw new RuntimeError('Variable "fr_url" does not exist.', 111, $this->source); })())) : ($this->extensions['App\Framework\Twig\AppExtension']->getUrl(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 111, $this->source); })()), "slug", [], "any", false, false, false, 111), "fr"))), "html", null, true);
echo "\">FR</a></li>";
}
// line 112
echo " ";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 112, $this->source); })()), "request", [], "any", false, false, false, 112), "locale", [], "any", false, false, false, 112), "de"))) {
echo "<li><a href=\"/de/";
echo twig_escape_filter($this->env, ((array_key_exists("de_url", $context)) ? ((isset($context["de_url"]) || array_key_exists("de_url", $context) ? $context["de_url"] : (function () { throw new RuntimeError('Variable "de_url" does not exist.', 112, $this->source); })())) : ($this->extensions['App\Framework\Twig\AppExtension']->getUrl(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 112, $this->source); })()), "slug", [], "any", false, false, false, 112), "de"))), "html", null, true);
echo "\">DE</a></li>";
}
// line 113
echo " ";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 113, $this->source); })()), "request", [], "any", false, false, false, 113), "locale", [], "any", false, false, false, 113), "en"))) {
echo "<li><a href=\"/en/";
echo twig_escape_filter($this->env, ((array_key_exists("en_url", $context)) ? ((isset($context["en_url"]) || array_key_exists("en_url", $context) ? $context["en_url"] : (function () { throw new RuntimeError('Variable "en_url" does not exist.', 113, $this->source); })())) : ($this->extensions['App\Framework\Twig\AppExtension']->getUrl(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 113, $this->source); })()), "slug", [], "any", false, false, false, 113), "en"))), "html", null, true);
echo "\">EN</a></li>";
}
// line 114
echo " </ul>
</div>
<a href=\"/";
// line 116
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 116, $this->source); })()), "request", [], "any", false, false, false, 116), "locale", [], "any", false, false, false, 116), "html", null, true);
echo "/mon-compte\"><img width=\"27px\" src=\"/front/img/user-icon.svg\" alt=\"Mon compte\" /></a>
</div>
<div class=\"menu-right\">
<div class=\"menu-order\"><a href=\"/";
// line 120
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 120, $this->source); })()), "request", [], "any", false, false, false, 120), "locale", [], "any", false, false, false, 120), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("reservation", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 120, $this->source); })()), "request", [], "any", false, false, false, 120), "locale", [], "any", false, false, false, 120)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("general_reserver", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 120, $this->source); })())), "html", null, true);
echo "</a></div>
<div class=\"search menu-search\">
<img src=\"/front/img/search.svg\" alt=\"search\" />
<form class=\"search_form\" role=\"search\" method=\"get\" id=\"searchform\" action=\"/\" autocomplete=\"off\">
<input type=\"text\" value=\"\" name=\"s\" class=\"field\" id=\"searchInput\" onkeyup=\"\" placeholder=\" \">
</form>
<div id=\"datafetch\">
</div>
</div>
<div class=\"menu-icon\">
<div>
<span></span>
<span></span>
</div>
</div>
</div>
";
// line 139
$this->displayBlock('sub_header', $context, $blocks);
// line 140
echo "
";
// line 141
$this->loadTemplate("FrontBundle/Partial/menu.html.twig", "FrontBundle/layout.html.twig", 141)->display($context);
// line 142
echo "
";
// line 144
$this->loadTemplate("FrontBundle/Partial/search.html.twig", "FrontBundle/layout.html.twig", 144)->display($context);
// line 145
echo "
</header>
";
// line 150
$this->displayBlock('body', $context, $blocks);
// line 151
echo "
";
// line 153
$this->loadTemplate("FrontBundle/Partial/resa-resume.html.twig", "FrontBundle/layout.html.twig", 153)->display($context);
// line 154
echo "
";
// line 156
echo "
<script src=\"/front/js/bootstrap.min.js\"></script>
<script src=\"/front/js/jquery-3.6.0.min.js\"></script>
<script src=\"/front/js/tooltipster.bundle.min.js\"></script>
";
// line 163
echo " <script src=\"/front/js/script.js?v=";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "U"), "html", null, true);
echo "\"></script>
<script src=\"/front/js/resa.js?v=";
// line 165
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "U"), "html", null, true);
echo "\"></script>
";
// line 168
echo "
<script type=\"text/javascript\">
window.addEventListener( \"pageshow\", function ( event ) {
var historyTraversal = event.persisted ||
( typeof window.performance != \"undefined\" &&
window.performance.navigation.type === 2 );
if ( historyTraversal ) {
// Handle page restore.
window.location.reload();
}
});
</script>
";
// line 180
$this->displayBlock('javascripts', $context, $blocks);
// line 181
echo "
</body>
</html>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 9
public function block_extra_class($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", "extra_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
public function block_google($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", "google"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "google"));
// line 31
echo " <!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-11336737773\">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-11336737773');
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 42
public function block_json_ld($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", "json_ld"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "json_ld"));
// line 43
echo " <script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"WebPage\",
\"name\": \"";
// line 47
echo twig_escape_filter($this->env, twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 47, $this->source); })()), "metaTitle", [], "any", false, false, false, 47), "js"), "html", null, true);
echo "\",
\"description\": \"";
// line 48
echo twig_escape_filter($this->env, twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 48, $this->source); })()), "metaDescription", [], "any", false, false, false, 48), "js"), "html", null, true);
echo "\",
\"thumbnailUrl\": \"\"
}
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 60
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 61
public function block_description($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", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 90
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"));
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 101
public function block_menu_min($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", "menu_min"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_min"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 102
public function block_menu_max($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", "menu_max"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_max"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 139
public function block_sub_header($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", "sub_header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sub_header"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 150
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"));
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 180
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"));
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 541 => 180, 522 => 150, 504 => 139, 486 => 102, 468 => 101, 449 => 90, 431 => 61, 413 => 60, 398 => 48, 394 => 47, 388 => 43, 378 => 42, 358 => 31, 348 => 30, 330 => 9, 317 => 181, 315 => 180, 301 => 168, 296 => 165, 290 => 163, 282 => 156, 279 => 154, 277 => 153, 273 => 151, 271 => 150, 264 => 145, 262 => 144, 258 => 142, 256 => 141, 253 => 140, 251 => 139, 225 => 120, 218 => 116, 214 => 114, 207 => 113, 200 => 112, 194 => 111, 189 => 109, 180 => 105, 174 => 102, 170 => 101, 167 => 100, 165 => 99, 155 => 91, 153 => 90, 128 => 68, 124 => 67, 120 => 65, 116 => 61, 112 => 60, 108 => 58, 102 => 53, 99 => 42, 97 => 30, 69 => 9, 63 => 5, 61 => 4, 59 => 3, 57 => 2, 54 => 1,);
}
public function getSourceContext()
{
return new Source("
{% set route = app.request.attributes.get('_route') %}
{% set controller = app.request.attributes.get(\"_controller\")|parseControllerName %}
{% set action = app.request.attributes.get(\"_controller\")|parseActionName %}
<!doctype html>
<html lang=\"{{ app.request.locale }}\" class=\"page_{{page.slug}} {% block extra_class %}{% endblock %} \">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PP6RN2GT');</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-9910XG68H3\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9910XG68H3');
</script>
{% block google %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-11336737773\">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-11336737773');
</script>
{% endblock %}
{% block json_ld %}
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"WebPage\",
\"name\": \"{{ page.metaTitle | escape('js') }}\",
\"description\": \"{{ page.metaDescription | escape('js') }}\",
\"thumbnailUrl\": \"\"
}
</script>
{% endblock %}
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no\">
{# <meta name=\"viewport\" content=\"user-scalable=no, width=device-width, initial-scale=1.0\" /> #}
<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />
<title>{% block title %}{% endblock %}</title>
<meta name=\"description\" content=\"{% block description %}{% endblock %}\"/>
{# <link href=\"/front/css/preloader.css\" rel=\"stylesheet\"> #}
{# <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor\" crossorigin=\"anonymous\"> #}
{# <link href=\"/front/css/bootstrap.custom.min.css\" rel=\"stylesheet\"> #}
<link href=\"/front/css/bootstrap.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/tooltipster.bundle.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/royal-palace.css?v={{'now'|date('U')}}\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=\"/front/css/responsive.css?v={{'now'|date('U')}}\" />
<link rel=\"shortcut icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\">
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/favicon/apple-icon-57x57.png\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/favicon/apple-icon-60x60.png\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/favicon/apple-icon-72x72.png\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/favicon/apple-icon-76x76.png\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/favicon/apple-icon-114x114.png\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/favicon/apple-icon-120x120.png\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/favicon/apple-icon-144x144.png\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/favicon/apple-icon-152x152.png\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/favicon/apple-icon-180x180.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"/favicon/android-icon-192x192.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"/favicon/favicon-96x96.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon/favicon-16x16.png\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"/favicon/ms-icon-144x144.png\">
<meta name=\"theme-color\" content=\"#ffffff\">
<meta name=\"google-site-verification\" content=\"BC5-9oXkZhRVo7dozRIvZvdSvBJ4grngDXi5YGVmYLE\" />
{% block stylesheets %} {% endblock %}
</head>
<body>
\t<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PP6RN2GT\"
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% set tr = app.request.locale|loadTranslation %}
<input type=\"hidden\" id=\"menu_min\" value=\"{% block menu_min %}{% endblock %}\" />
<input type=\"hidden\" id=\"menu_max\" value=\"{% block menu_max %}{% endblock %}\" />
<header class=\"\">
<a href=\"/{{app.request.locale}}\" class=\"logo\"><img src=\"/front/img/logo-w.svg\" alt=\"{{app_sitename}}\" /></a>
<div class=\"menu-left\">
<div href=\"#\" class=\"locale\">
{{ app.request.locale|upper }}
<ul>
{% if app.request.locale != 'fr' %}<li><a href=\"/fr/{{ (fr_url is defined) ? fr_url : page.slug|getUrl('fr') }}\">FR</a></li>{% endif %}
{% if app.request.locale != 'de' %}<li><a href=\"/de/{{ (de_url is defined) ? de_url : page.slug|getUrl('de') }}\">DE</a></li>{% endif %}
{% if app.request.locale != 'en' %}<li><a href=\"/en/{{ (en_url is defined) ? en_url : page.slug|getUrl('en') }}\">EN</a></li>{% endif %}
</ul>
</div>
<a href=\"/{{app.request.locale}}/mon-compte\"><img width=\"27px\" src=\"/front/img/user-icon.svg\" alt=\"Mon compte\" /></a>
</div>
<div class=\"menu-right\">
<div class=\"menu-order\"><a href=\"/{{ app.request.locale }}/{{ 'reservation'|getUrl(app.request.locale) }}\">{{ 'general_reserver'|tr(tr) }}</a></div>
<div class=\"search menu-search\">
<img src=\"/front/img/search.svg\" alt=\"search\" />
<form class=\"search_form\" role=\"search\" method=\"get\" id=\"searchform\" action=\"/\" autocomplete=\"off\">
<input type=\"text\" value=\"\" name=\"s\" class=\"field\" id=\"searchInput\" onkeyup=\"\" placeholder=\" \">
</form>
<div id=\"datafetch\">
</div>
</div>
<div class=\"menu-icon\">
<div>
<span></span>
<span></span>
</div>
</div>
</div>
{% block sub_header %}{% endblock %}
{% include 'FrontBundle/Partial/menu.html.twig' %}
{% include 'FrontBundle/Partial/search.html.twig' %}
</header>
{% block body %} {% endblock %}
{% include 'FrontBundle/Partial/resa-resume.html.twig' %}
{# <script src=\"/front/js/preloader.js\"></script> #}
<script src=\"/front/js/bootstrap.min.js\"></script>
<script src=\"/front/js/jquery-3.6.0.min.js\"></script>
<script src=\"/front/js/tooltipster.bundle.min.js\"></script>
{# <script src=\"/front/js/smoothscroll.js\"></script> #}
<script src=\"/front/js/script.js?v={{'now'|date('U')}}\"></script>
<script src=\"/front/js/resa.js?v={{'now'|date('U')}}\"></script>
{# <script type=\"text/javascript\" src=\"/front/js/magic_mouse.cdn.min.js\"></script> #}
<script type=\"text/javascript\">
window.addEventListener( \"pageshow\", function ( event ) {
var historyTraversal = event.persisted ||
( typeof window.performance != \"undefined\" &&
window.performance.navigation.type === 2 );
if ( historyTraversal ) {
// Handle page restore.
window.location.reload();
}
});
</script>
{% block javascripts %} {% endblock %}
</body>
</html>", "FrontBundle/layout.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/layout.html.twig");
}
}