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

Articles by {{ author }}

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

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


{% endfor %} {% endblock content %}