<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>{% block title %}Quelle formation choisir ?{% endblock %}</title>
<link rel="manifest" href="{{ asset('build/images/site.webmanifest') }}">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>
<header class="container-fluid mb-2 px-4 py-2">
<div class="row">
<div class="col text-center">
<h1>Quelle formation choisir ?</h1>
</div>
</div>
</header>
<div class="container pt-3 mt-2 mb-2">
{% block body %}
{% endblock %}
</div>
</body>
</html>