<?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;
/* front_v4/base.html.twig */
class __TwigTemplate_06693a5501e38fe8f55edd2f7dee42a2947f44f74fa1fecb629a1600fccec436 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'meta_title_whitelabel' => [$this, 'block_meta_title_whitelabel'],
'meta_title_orl' => [$this, 'block_meta_title_orl'],
'meta_title' => [$this, 'block_meta_title'],
'meta_description_whitelabel' => [$this, 'block_meta_description_whitelabel'],
'meta_description_orl' => [$this, 'block_meta_description_orl'],
'meta_description' => [$this, 'block_meta_description'],
'meta_global' => [$this, 'block_meta_global'],
'meta_robots' => [$this, 'block_meta_robots'],
'meta_canonical' => [$this, 'block_meta_canonical'],
'meta_custom' => [$this, 'block_meta_custom'],
'stylesheets' => [$this, 'block_stylesheets'],
'content' => [$this, 'block_content'],
'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", "front_v4/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", "front_v4/base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html lang=\"fr\">
<head>
<!-- Required Meta Tags Always Come First -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
";
// line 8
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 9
echo " <!-- Title -->
<title>";
// line 10
$this->displayBlock('meta_title_whitelabel', $context, $blocks);
echo "</title>
<!-- Favicon -->
<link rel=\"shortcut icon\" href=\"";
// line 13
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/whitelabel/images/favicon_depistage_auditif.ico?v=6"), "html", null, true);
echo "\"
type=\"image/x-icon\">
<link rel=\"icon\" href=\"";
// line 15
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/whitelabel/images/favicon_depistage_auditif.ico?v=6"), "html", null, true);
echo "\"
type=\"image/x-icon\">
";
} elseif ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
// line 19
echo " <!-- Title -->
<title>";
// line 20
$this->displayBlock('meta_title_orl', $context, $blocks);
echo "</title>
<!-- Favicon -->
<link rel=\"shortcut icon\" href=\"";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/orl/images/favicon_ORL.ico?v=8"), "html", null, true);
echo "\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/orl/images/favicon_ORL.ico?v=8"), "html", null, true);
echo "\" type=\"image/x-icon\">
";
} else {
// line 27
echo " <!-- Title -->
<title>";
// line 28
$this->displayBlock('meta_title', $context, $blocks);
echo "</title>
<!-- Favicon -->
<link rel=\"shortcut icon\" href=\"";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/favicon.ico?v=6"), "html", null, true);
echo "\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/favicon.ico?v=6"), "html", null, true);
echo "\" type=\"image/x-icon\">
";
}
// line 34
echo "
";
// line 35
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 36
echo " <meta name=\"description\"
content=\"";
// line 37
$this->displayBlock('meta_description_whitelabel', $context, $blocks);
echo "\"/>
";
} elseif ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
// line 39
echo " <meta name=\"description\"
content=\"";
// line 40
$this->displayBlock('meta_description_orl', $context, $blocks);
echo "\"/>
";
} else {
// line 42
echo " <meta name=\"description\"
content=\"";
// line 43
$this->displayBlock('meta_description', $context, $blocks);
echo "\"/>
";
}
// line 45
echo "
";
// line 46
$this->displayBlock('meta_global', $context, $blocks);
// line 80
echo "
<!-- Font -->
<link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap\" rel=\"stylesheet\">
";
// line 85
echo "
<!-- CSS Front Template -->
";
// line 87
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("init");
echo "
";
// line 89
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 90
echo " <!-- Whitelabel CSS -->
<link rel=\"stylesheet\" href=\"";
// line 91
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/whitelabel/css/theme_whitelabel.css"), "html", null, true);
echo "\">
";
}
// line 93
echo "
";
// line 94
if ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
// line 95
echo " <!-- ORL CSS -->
";
// line 96
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("base_orl");
echo "
";
}
// line 98
echo "
";
// line 99
$this->displayBlock('stylesheets', $context, $blocks);
// line 104
echo "
";
// line 105
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 106
echo " ";
// line 107
echo " ";
$context["gtm_id"] = "TSGPBXL";
// line 108
echo " ";
} elseif ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
// line 109
echo " ";
// line 110
echo " ";
$context["gtm_id"] = "W2PBSRD";
// line 111
echo " ";
} else {
// line 112
echo " ";
// line 113
echo " ";
$context["gtm_id"] = "PVX3WXL";
// line 114
echo " ";
}
// line 115
echo "
<!-- GTM Datalayer-->
<script>
dataLayer = [];
</script>
<!-- End GTM Datalayer-->
<!-- 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-";
// line 135
echo twig_escape_filter($this->env, (isset($context["gtm_id"]) || array_key_exists("gtm_id", $context) ? $context["gtm_id"] : (function () { throw new RuntimeError('Variable "gtm_id" does not exist.', 135, $this->source); })()), "html", null, true);
echo "');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-";
// line 143
echo twig_escape_filter($this->env, (isset($context["gtm_id"]) || array_key_exists("gtm_id", $context) ? $context["gtm_id"] : (function () { throw new RuntimeError('Variable "gtm_id" does not exist.', 143, $this->source); })()), "html", null, true);
echo "\"
height=\"0\" width=\"0\"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Loading Page LP -->
";
// line 149
if ((array_key_exists("displayLoadingModal", $context) && ((isset($context["displayLoadingModal"]) || array_key_exists("displayLoadingModal", $context) ? $context["displayLoadingModal"] : (function () { throw new RuntimeError('Variable "displayLoadingModal" does not exist.', 149, $this->source); })()) == true))) {
// line 150
echo " ";
$this->loadTemplate("front_v4/mca/partials/_loading_modal.html.twig", "front_v4/base.html.twig", 150)->display($context);
}
// line 152
echo "
";
// line 153
if ( !array_key_exists("hideNavbar", $context)) {
// line 154
echo " ";
$this->loadTemplate("front_v4/mca/partials/_navbar.html.twig", "front_v4/base.html.twig", 154)->display($context);
}
// line 156
echo "
";
// line 157
$this->displayBlock('content', $context, $blocks);
// line 159
echo "
";
// line 160
if ( !array_key_exists("hideFooter", $context)) {
// line 161
echo " ";
$this->loadTemplate("front_v4/mca/partials/_footer.html.twig", "front_v4/base.html.twig", 161)->display($context);
}
// line 163
echo "
<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM\" crossorigin=\"anonymous\"></script>
<!-- JS Front -->
";
// line 166
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("init");
echo "
";
// line 169
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 170
echo " <!-- ORL JS -->
";
// line 171
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("whitelabel_init");
echo "
";
}
// line 173
echo "
";
// line 174
if ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
// line 175
echo " <!-- ORL JS -->
";
// line 176
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("base_orl");
echo "
";
}
// line 178
echo "
<!-- FOS JS ROUTING -->
<script src=\"";
// line 180
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 181
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
echo "\"></script>
";
// line 184
$this->displayBlock('javascripts', $context, $blocks);
// line 186
echo "</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 10
public function block_meta_title_whitelabel($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", "meta_title_whitelabel"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title_whitelabel"));
echo "Trouver le centre auditif le plus proche - Depistage-auditif.fr";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 20
public function block_meta_title_orl($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", "meta_title_orl"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title_orl"));
echo "Trouver un ORL à proximité de chez vous - Annuaire-orl.com";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 28
public function block_meta_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", "meta_title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo "Trouver le centre auditif le plus proche - Mon Centre Auditif";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 37
public function block_meta_description_whitelabel($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", "meta_description_whitelabel"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description_whitelabel"));
echo "Depistage-auditif.fr vous facilite vos démarches pour la réalisation d'un bilan auditif";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 40
public function block_meta_description_orl($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", "meta_description_orl"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description_orl"));
echo "Prenez rendez-vous avec les ORL proches de chez vous afin d'établir un diagnostic complet de l'état de vos oreilles.";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 43
public function block_meta_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", "meta_description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_description"));
echo "Mon centre auditif vous aide à trouver le centre auditif le plus proche de chez vous afin de réaliser un bilan auditif et faciliter vos démarches d’accès aux soins";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 46
public function block_meta_global($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", "meta_global"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_global"));
// line 47
echo " ";
$this->displayBlock('meta_robots', $context, $blocks);
// line 50
echo " ";
$this->displayBlock('meta_canonical', $context, $blocks);
// line 54
echo " <meta property=\"og:site_name\" content=\"Mon centre auditif\">
<meta property=\"og:url\"
content=\"";
// line 56
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.', 56, $this->source); })()), "request", [], "any", false, false, false, 56), "getSchemeAndHttpHost", [], "any", false, false, false, 56) . 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.', 56, $this->source); })()), "request", [], "any", false, false, false, 56), "baseUrl", [], "any", false, false, false, 56)) . 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.', 56, $this->source); })()), "request", [], "any", false, false, false, 56), "pathInfo", [], "any", false, false, false, 56)), "html", null, true);
echo "\">
<meta property=\"og:image:width\" content=\"1200\"/>
<meta property=\"og:image:height\" content=\"630\"/>
<meta property=\"business:contact_data:street_address\" content=\"36, rue montgrand\">
<meta property=\"business:contact_data:locality\" content=\"Marseille\">
<meta property=\"business:contact_data:region\" content=\"France\">
<meta property=\"business:contact_data:postal_code\" content=\"13006\">
<meta property=\"business:contact_data:country_name\" content=\"PACA\">
";
// line 65
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 66
echo " <meta name=\"facebook-domain-verification\" content=\"358xlf6jysujspbvpovs33gzf5ddh3\" />
";
} else {
// line 68
echo " <meta name=\"facebook-domain-verification\" content=\"l29kxg616xei9u64a5axd5gob61t7n\"/>
";
}
// line 70
echo "
";
// line 71
$this->displayBlock('meta_custom', $context, $blocks);
// line 79
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 47
public function block_meta_robots($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", "meta_robots"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robots"));
// line 48
echo " <meta name=\"robots\" content=\"index, follow\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 50
public function block_meta_canonical($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", "meta_canonical"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_canonical"));
// line 51
echo " <link rel=\"canonical\"
href=\"";
// line 52
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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "getSchemeAndHttpHost", [], "any", false, false, false, 52) . 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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "baseUrl", [], "any", false, false, false, 52)) . 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.', 52, $this->source); })()), "request", [], "any", false, false, false, 52), "pathInfo", [], "any", false, false, false, 52)), "html", null, true);
echo "\"/>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 71
public function block_meta_custom($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", "meta_custom"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_custom"));
// line 72
echo " <meta name=\"author\" content=\"Mon centre auditif\">
<meta property=\"og:type\" content=\"business.business\">
<meta property=\"og:title\" content=\"Mon centre Auditif\">
<meta property=\"og:description\"
content=\"Prenez rendez-vous avec les centres auditifs proches de chez vous afin de réaliser un bilan auditif gratuit.\">
<meta property=\"og:image\" content=\"https://mon-centre-auditif.com/build/mon_centre_auditif_facebook_og.png\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 99
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 100
echo " ";
if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
// line 101
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("whitelabel_homepage");
echo "
";
}
// line 103
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 157
public function block_content($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", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 184
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front_v4/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 654 => 184, 636 => 157, 626 => 103, 620 => 101, 617 => 100, 607 => 99, 591 => 72, 581 => 71, 569 => 52, 566 => 51, 556 => 50, 545 => 48, 535 => 47, 525 => 79, 523 => 71, 520 => 70, 516 => 68, 512 => 66, 510 => 65, 498 => 56, 494 => 54, 491 => 50, 488 => 47, 478 => 46, 459 => 43, 440 => 40, 421 => 37, 402 => 28, 383 => 20, 364 => 10, 352 => 186, 350 => 184, 344 => 181, 340 => 180, 336 => 178, 331 => 176, 328 => 175, 326 => 174, 323 => 173, 318 => 171, 315 => 170, 313 => 169, 307 => 166, 302 => 163, 298 => 161, 296 => 160, 293 => 159, 291 => 157, 288 => 156, 284 => 154, 282 => 153, 279 => 152, 275 => 150, 273 => 149, 264 => 143, 253 => 135, 231 => 115, 228 => 114, 225 => 113, 223 => 112, 220 => 111, 217 => 110, 215 => 109, 212 => 108, 209 => 107, 207 => 106, 205 => 105, 202 => 104, 200 => 99, 197 => 98, 192 => 96, 189 => 95, 187 => 94, 184 => 93, 179 => 91, 176 => 90, 174 => 89, 169 => 87, 165 => 85, 159 => 80, 157 => 46, 154 => 45, 149 => 43, 146 => 42, 141 => 40, 138 => 39, 133 => 37, 130 => 36, 128 => 35, 125 => 34, 120 => 32, 116 => 31, 110 => 28, 107 => 27, 101 => 24, 97 => 23, 91 => 20, 88 => 19, 81 => 15, 76 => 13, 70 => 10, 67 => 9, 65 => 8, 56 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"fr\">
<head>
<!-- Required Meta Tags Always Come First -->
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
{% if isWhiteLabel() %}
<!-- Title -->
<title>{% block meta_title_whitelabel %}Trouver le centre auditif le plus proche - Depistage-auditif.fr{% endblock meta_title_whitelabel %}</title>
<!-- Favicon -->
<link rel=\"shortcut icon\" href=\"{{ asset('/build/whitelabel/images/favicon_depistage_auditif.ico?v=6') }}\"
type=\"image/x-icon\">
<link rel=\"icon\" href=\"{{ asset('/build/whitelabel/images/favicon_depistage_auditif.ico?v=6') }}\"
type=\"image/x-icon\">
{% elseif isOrlWebsite() %}
<!-- Title -->
<title>{% block meta_title_orl %}Trouver un ORL à proximité de chez vous - Annuaire-orl.com{% endblock meta_title_orl %}</title>
<!-- Favicon -->
<link rel=\"shortcut icon\" href=\"{{ asset('/build/orl/images/favicon_ORL.ico?v=8') }}\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"{{ asset('/build/orl/images/favicon_ORL.ico?v=8') }}\" type=\"image/x-icon\">
{% else %}
<!-- Title -->
<title>{% block meta_title %}Trouver le centre auditif le plus proche - Mon Centre Auditif{% endblock meta_title %}</title>
<!-- Favicon -->
<link rel=\"shortcut icon\" href=\"{{ asset('/build/favicon.ico?v=6') }}\" type=\"image/x-icon\">
<link rel=\"icon\" href=\"{{ asset('/build/favicon.ico?v=6') }}\" type=\"image/x-icon\">
{% endif %}
{% if isWhiteLabel() %}
<meta name=\"description\"
content=\"{% block meta_description_whitelabel %}Depistage-auditif.fr vous facilite vos démarches pour la réalisation d'un bilan auditif{% endblock meta_description_whitelabel %}\"/>
{% elseif isOrlWebsite() %}
<meta name=\"description\"
content=\"{% block meta_description_orl %}Prenez rendez-vous avec les ORL proches de chez vous afin d'établir un diagnostic complet de l'état de vos oreilles.{% endblock meta_description_orl %}\"/>
{% else %}
<meta name=\"description\"
content=\"{% block meta_description %}Mon centre auditif vous aide à trouver le centre auditif le plus proche de chez vous afin de réaliser un bilan auditif et faciliter vos démarches d’accès aux soins{% endblock meta_description %}\"/>
{% endif %}
{% block meta_global %}
{% block meta_robots %}
<meta name=\"robots\" content=\"index, follow\">
{% endblock %}
{% block meta_canonical %}
<link rel=\"canonical\"
href=\"{{ app.request.getSchemeAndHttpHost ~ app.request.baseUrl ~ app.request.pathInfo }}\"/>
{% endblock meta_canonical %}
<meta property=\"og:site_name\" content=\"Mon centre auditif\">
<meta property=\"og:url\"
content=\"{{ app.request.getSchemeAndHttpHost ~ app.request.baseUrl ~ app.request.pathInfo }}\">
<meta property=\"og:image:width\" content=\"1200\"/>
<meta property=\"og:image:height\" content=\"630\"/>
<meta property=\"business:contact_data:street_address\" content=\"36, rue montgrand\">
<meta property=\"business:contact_data:locality\" content=\"Marseille\">
<meta property=\"business:contact_data:region\" content=\"France\">
<meta property=\"business:contact_data:postal_code\" content=\"13006\">
<meta property=\"business:contact_data:country_name\" content=\"PACA\">
{% if isWhiteLabel() %}
<meta name=\"facebook-domain-verification\" content=\"358xlf6jysujspbvpovs33gzf5ddh3\" />
{% else %}
<meta name=\"facebook-domain-verification\" content=\"l29kxg616xei9u64a5axd5gob61t7n\"/>
{% endif %}
{% block meta_custom %}
<meta name=\"author\" content=\"Mon centre auditif\">
<meta property=\"og:type\" content=\"business.business\">
<meta property=\"og:title\" content=\"Mon centre Auditif\">
<meta property=\"og:description\"
content=\"Prenez rendez-vous avec les centres auditifs proches de chez vous afin de réaliser un bilan auditif gratuit.\">
<meta property=\"og:image\" content=\"https://mon-centre-auditif.com/build/mon_centre_auditif_facebook_og.png\">
{% endblock meta_custom %}
{% endblock meta_global %}
<!-- Font -->
<link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap\" rel=\"stylesheet\">
{# <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\">#}
<!-- CSS Front Template -->
{{ encore_entry_link_tags('init') }}
{% if isWhiteLabel() %}
<!-- Whitelabel CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('build/whitelabel/css/theme_whitelabel.css') }}\">
{% endif %}
{% if isOrlWebsite() %}
<!-- ORL CSS -->
{{ encore_entry_link_tags('base_orl') }}
{% endif %}
{% block stylesheets %}
{% if isWhiteLabel() %}
{{ encore_entry_link_tags('whitelabel_homepage') }}
{% endif %}
{% endblock stylesheets %}
{% if isWhiteLabel() %}
{# GTM id marque blanche #}
{% set gtm_id = \"TSGPBXL\" %}
{% elseif isOrlWebsite() %}
{# GTM id site ORL #}
{% set gtm_id = \"W2PBSRD\" %}
{% else %}
{# GTM id par défaut MCA #}
{% set gtm_id = \"PVX3WXL\" %}
{% endif %}
<!-- GTM Datalayer-->
<script>
dataLayer = [];
</script>
<!-- End GTM Datalayer-->
<!-- 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-{{ gtm_id }}');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-{{ gtm_id }}\"
height=\"0\" width=\"0\"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Loading Page LP -->
{% if displayLoadingModal is defined and displayLoadingModal == true %}
{% include 'front_v4/mca/partials/_loading_modal.html.twig' %}
{% endif %}
{% if hideNavbar is not defined %}
{% include 'front_v4/mca/partials/_navbar.html.twig' %}
{% endif %}
{% block content %}
{% endblock content %}
{% if hideFooter is not defined %}
{% include 'front_v4/mca/partials/_footer.html.twig' %}
{% endif %}
<script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM\" crossorigin=\"anonymous\"></script>
<!-- JS Front -->
{{ encore_entry_script_tags('init') }}
{% if isWhiteLabel() %}
<!-- ORL JS -->
{{ encore_entry_script_tags('whitelabel_init') }}
{% endif %}
{% if isOrlWebsite() %}
<!-- ORL JS -->
{{ encore_entry_script_tags('base_orl') }}
{% endif %}
<!-- FOS JS ROUTING -->
<script src=\"{{ asset('bundles/fosjsrouting/js/router.min.js') }}\"></script>
<script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
{% block javascripts %}
{% endblock javascripts %}
</body>
</html>
", "front_v4/base.html.twig", "/var/www/hearing_store_locator/templates/front_v4/base.html.twig");
}
}