{% extends "base.html" %} {% block title %}Authors — {{ SITENAME }}{% endblock %} {% block content %}

Blog Authors

{% for author, articles in authors|sort %}

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

{% endfor %}
{% endblock %}