{% 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::taxonomies(taxonomies=section.taxonomies) }#} {% if section.extra.auto_toc %}{{ macros::toc(toc=section.toc, level=1, depth=section.extra.toc_depth | default(value=6)) }}{% endif %} {{ macros::replace_toc(resource=section) | safe }}
{% endblock content %}