{% extends "base.html" %} {% block title %}Authors | {{ SITENAME }}{% endblock %} {% block subheader %} {% include "modules/blogsubheader.html" %} {% endblock subheader %} {% block content %} {% for author, articles in authors %} {{ author }} ({{ articles|count }}) {% endfor %} {% endblock %}