{% import "macros.html" as macros %} <!doctype html> <html lang="fr"> <head> <meta charset="utf-8"/> {% block title %}<title>Duniter</title>{% endblock title %} {% block description %}<meta name="description" content="Page du projet dunitrust">{% endblock description %} {% 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"> <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"> {% block extrahead %}{% endblock extrahead %} </head> <body> {% include "nav.html" %} {% block content %}{% endblock content %} {% include "footer.html" %} </body> </html>