{%extends "base.html" %} {% import "macros.html" as macro %} {% block content %}

{{ author.name }}

{% if author|string in NUIR_AUTHORS %}

{{ NUIR_AUTHORS.get(author|string).description }}

{% for icone, lien in NUIR_AUTHORS.get(author|string).links %} {% endfor %}
{% endif %}
{{ macro.listArticles(articles_page.object_list) }} {{ macro.paginationArt(articles_previous_page, articles_next_page) }} {% endblock content %}