{% extends "base.html" %} {% block content %} {% for slug, author in authors.items() %}

{{ author }}

{{ author.articles|length }} article{{ author.articles|length|pluralize }}

{% endfor %} {% endblock content %}