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

Articles by {{ author }}

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

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


{% endfor %} {% endblock content %}