{# Base of all templates #}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{% block head_title %}Accueil{% endblock %} - PROIMMO</title>
<meta content="ie=edge" http-equiv="x-ua-compatible">
<meta content="proimmo" name="author">
<meta name="rights" content="Just IT Sarl.">
<meta content="Just IT, cameroun, cameroon, Dévelopement application, Oracle, database, Red Hat,
Immobilier,Location Cameroun, Bien immobilieer, Terrain, Bâtiment, Gestion locative, collocation, Alain MOUGANG, Blaise NOUTCHEU,
contrat de bail, Facture loyer, ebills, e-bills, electronic bills, Mobile Payement, Online Payement,Impayés,délestages" name="keywords">
<meta name="description" content="Le partenaire majeur du secteur de l'immobilier au Cameroun fournit ses services aux particuliers et entreprises.
PROIMMO, votre Agence en ligne pour vous abonner, gérer votre compte, payer et suivre vos factures en toute transparence.">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
{% block stylesheets_header %}
{% endblock %}
{% block stylesheets %}
{% endblock %}
</head>
{% block body_header %}<body>{% endblock %}
{% block body %}
{% block body_top %}{% endblock %}
{% block body_left %}{% endblock %}
{% block body_center %}
{% block body_center_top %}{% endblock %}
{% block main %}{% endblock %}
{% block body_center_bottom %}{% endblock %}
{% endblock %}
{% block body_right %}{% endblock %}
{% block body_bottom %}{% endblock %}
{% endblock %}
{% block js_header %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>