<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}Admin{% endblock %}</title>
<meta name="description" content="{% block meta_desc %}{% endblock %}" />
<meta name="keywords" content="{% block meta_keywords %}{% endblock %}" />
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" type="text/css" href="{{ asset('build/app_admin.css') }}" />
<style>
h2{
color: #034189;
}
.btn-primary{
background-color: #034189;
}
</style>
{% block stylesheets %}{% endblock %}
</head>
<body>
{% block content %}{% endblock %}
{{ encore_entry_script_tags('app_admin') }}
</body>
</html>