{% extends "index.html" %} {% block title %}{{ SITENAME }} - Authors{% endblock title %} {% block header %}

Articles by {{ author|title }}

{% if HEADER_COVER %}
{% elif HEADER_COLOR %}
{% else %}
{% endif %}
{% endblock header %} {% block content %} {% for author, articles in authors|sort %}

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

{% if not loop.last %}
{% endif %} {% endfor %} {% endblock content %}