2020-04-03 13:05:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
|
2020-05-05 16:11:10 +00:00
|
|
|
<link rel="stylesheet" href="{{ SITE_URL }}/theme/css/main-v2.css" type="text/css" />
|
2020-04-03 13:05:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-05-05 16:11:10 +00:00
|
|
|
<header>
|
2020-05-05 16:24:40 +00:00
|
|
|
<a href="{{ SITE_URL }}/index.html"><h1>better days</h1></a>
|
2020-05-05 16:11:10 +00:00
|
|
|
</header>
|
2020-04-03 13:05:13 +00:00
|
|
|
<div class='content'>
|
|
|
|
{% block content%} {% endblock %}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
2020-05-05 16:11:10 +00:00
|
|
|
<footer>
|
|
|
|
<a id="home" href="{{ SITE_URL}}/index.html">home</div>
|
|
|
|
<a id="about" href="{{ SITE_URL }}/pages/about.html">about</div>
|
|
|
|
<a id="download" href="{{ SITE_URL}}/pages/download.html">download</div>
|
|
|
|
</footer>
|
|
|
|
|
2020-04-03 13:05:13 +00:00
|
|
|
</html>
|