<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="lt-ie9 lt-ie8 lt-ie7" lang="fr">
<![endif]-->
<!--[if IE 7]>
<html class="lt-ie9 lt-ie8" lang="fr">
<![endif]-->
<!--[if IE 8]>
<html class="lt-ie9" lang="fr">
<![endif]-->
<!--[if gt IE 8]>
<!-->
<html lang="fr">
<!--
<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>MyLibrairie.ma - Espace administration</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" CONTENT="noindex,nofollow" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="{{ translate.params.urlcdn }}css/admin/style.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<style>
input[type="text"], input[type="password"], select, textarea{display:block;width:90%;margin:10px auto;height:50px;box-sizing:border-box;padding:10px}
.popin-btn{display:block;color:white;background-color:#3F0EA1;cursor:pointer;width:90%;box-sizing:border-box;line-height:50px;font-size:15px;padding:0px;border-radius:3px;text-decoration:none;text-align:center;margin:10px auto;}
.popin-btn:hover{background:black}
</style>
</head>
<body>
<header>
<a href="{{ path('admin_homepage') }}" id="logo"></a>
</header>
<div style="padding-top:100px">
{% block body %}{% endblock %}
</div>
<script src="{{ translate.params.urlcdn }}js/jquery-3.2.0.min.js"></script>
{% block footer %}{% endblock %}
</body>
</html>