<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="viewport-fit=cover, user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="APAGA, santé et prévoyance des agents d'assurance ALLIANZ.">
<meta name="author" content="Logan MICHEL">
<title>{% block title %}APAGA{% endblock %}</title>
<link rel="icon" href="{{ asset('images/favicon.ico') }}" type="image/x-icon">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body class="antialiased">
{% block body %}{% endblock %}
</body>
</html>