{% extends "index.html" %} {% block title %}Duniter | {{term.name}}{% endblock title %} {% block content %}
{% set page = get_page(path="wiki/about/equipe/" ~ term.name ~ ".md") %} {% set data = page.extra %}

{{term.name}}

{% if data.avatar %}{% endif %} {% if page.description %}

{{ page.description }}

{% endif %}

Lire ses articles sur ce site

{%- for page in term.pages -%} {{page.title}}
{%- endfor -%}
{% endblock content %}