src/Flexy/FrontBundle/Themes/IlaveU/templates/layout.html.twig line 1
<!doctype html>
<html class="no-js" lang="fr">
<!-- index28:48-->
<head>
{% block metas %}
{{front.renderSeo|join|raw}}
{% endblock %}
<link rel="shortcut icon" href="{{asset("themes/ilaveu/images/favicon.png")}}" />
<meta name="format-detection" content="telephone=no" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,shrink-to-fit=no,maximum-scale=1"
/>
{% block stylesheets %}
{% include "@Flexy/FrontBundle/Themes/IlaveU/templates/_head.html.twig" %}
{% endblock %}
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
{% if app.request.attributes.get("_route") != "single_category_product" %}
{% endif %}
{{ render(path('front_header')) }}
<div style="min-height:700px;" >
<div class="animate__animated animate__fadeIn" data-turbo-cache="false">
{% block body %}
{% endblock %}
</div>
</div>
{{ render(path('front_footer')) }}
{% block javascripts %}
{% include "@Flexy/FrontBundle/Themes/IlaveU/templates/_javascripts.html.twig" %}
{% endblock %}
</body>
<!-- index30:23-->
</html>