{% extends "index.html" %} {% block title %}{{ SITENAME }} - Authors{% endblock title %} {% block header %} {% if SITE_LOGO %} {% else %} Home {% endif %} Menu Articles by {{ author|capitalize }} {% 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 %}