{% extends "index.html" %} {% block title %}{{ SITENAME }} - {{ gettext('Authors') }}{% endblock title %} {% block header %} {% if HEADER_COVER %}
{% elif HEADER_COLOR %}
{% else %}
{% endif %}

{{ gettext('Articles by %(name)s', name=author) }}

{% endblock header %} {% block content %} {% for author, articles in authors|sort %}

{{ author }} ({{ articles|count }})


{% endfor %} {% endblock content %}