<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="utf-8"> 
    <title>{% block title %}{{ SITENAME }}{% endblock %}</title>
    <link rel="stylesheet" href="{{ SITE_URL }}/theme/css/main-v2.css" type="text/css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

</head>
<body>
    <header>
        <a href="{{ SITE_URL }}/index.html"><h1>Chroniques des jours meilleurs</h1></a>
    </header>
    
    <div class='content'>
        {% block content%} {% endblock %}
    </div>
</body>

<footer>
    <a id="a-propos" href="{{ SITE_URL }}/pages/about.html">À propos</a>
    <a id="telecharger" href="{{ SITE_URL}}/pages/download.html">Télécharger</a>
</footer>

</html>