Skip to content
Snippets Groups Projects
Forked from websites / duniter_website_fr_v2
294 commits behind the upstream repository.
skeleton.html 198 B
{% extends "index.html" %}

{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}

{% block content %}
<main id="accueil" class="w3-container">
</main>
{% endblock content %}