<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="{{ asset('img/favicon/favicon-16x16.png') }}"
/>
<title>Menu digital | mizogoo</title>
{% if app.environment != 'prod' %}
<meta name="robots" content="noindex, nofollow" />
{% else %} {% if not isIndexed %}
<meta name="robots" content="noindex, nofollow" />
{% endif %} {% endif %} {% if app.environment == 'prod' %}
<!-- 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-THRBNCZ");
</script>
<!-- End Google Tag Manager -->
{% endif %}
</head>
<body>
{% if app.environment == 'prod' %}
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-THRBNCZ"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
<div id="mobile"></div>
{{ encore_entry_script_tags("mobile") }}
</body>
</html>