Skip to content
Snippets Groups Projects
index.html 914 B
Newer Older
Hugo Trentesaux's avatar
Hugo Trentesaux committed
{% import "macros.html" as macros %}

<!doctype html>
<html lang="fr">
<head>
    <meta charset="utf-8"/>
Hugo Trentesaux's avatar
Hugo Trentesaux committed
    {% block title %}<title>Duniter</title>{% endblock title %}
Hugo Trentesaux's avatar
Hugo Trentesaux committed
    {% block description %}<meta name="description" content="Page du projet dunitrust">{% endblock description %}
Hugo Trentesaux's avatar
Hugo Trentesaux committed
    {% block keywords %}<meta name="keywords" content="Duniter, monnaie libre, ğ1">{% endblock keywords %}
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="generator" content="Zola 0.11"> 
Hugo Trentesaux's avatar
Hugo Trentesaux committed
    <link rel="stylesheet" type="text/css" href="/w3.css">
    <link rel="stylesheet" type="text/css" href="/ForkAwesome/css/fork-awesome.min.css">
    <link rel="stylesheet" type="text/css" href="/combine.css">
Hugo Trentesaux's avatar
Hugo Trentesaux committed
    {% block extrahead %}{% endblock extrahead %}
</head>
<body>
    {% include "nav.html" %}
    {% block content %}{% endblock content %}
    {% include "footer.html" %}
</body>
</html>