{% extends "index.html" %} {% block title %}Duniter | {{section.title}}{% endblock title %} {% block description %}{% endblock description %} {% block keywords %}{% if section.taxonomies.tags %}{% endif %}{% endblock keywords %} {% block extrahead %}{% if section.extra.katex %}{{ macros::katex() }}{% endif %}{% endblock extrahead %} {% block content %}
{# ===== content ===== #} {{ macros::replace_toc(resource=section) | safe }}
{% endblock content %}