{% extends "index.html" %} {% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %} {% block description %}<meta name="description" content="{{ page.description }}">{% endblock description %} {% block keywords %}{% if page.taxonomies.tags %}<meta name="keywords" content=" {%- for tag in page.taxonomies.tags %}{{tag}},{% endfor %}">{% endif %}{% endblock keywords %} {% block extrahead %}<link rel="stylesheet" type="text/css" href="/custom.css">{% endblock extrahead %} {% block content %} <main class="w3-container w3-padding-64 page w3-content"> TODO revoir la page toile de confiance <a href="/wiki/toile-de-confiance/">[page actuelle]</a>. </main> {% endblock content %}