<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Home</title>
<meta name="description" content="">
<meta name="keywords" content="">
{{ encore_entry_link_tags('appFront') }}
{% block stylesheets %}
{% endblock %}
</head>
<body>
{% include 'front/common/navbar.html.twig' %}
{% block body %}{% endblock %}
{% include 'front/common/footer.html.twig' %}
</body>
{% block javascripts %}
{{ encore_entry_script_tags('appFront') }}
{% endblock %}
</html>