{% extends "base.html" %} {% block main %}
{{ title }}
{% for name, items in group(kind=kind) -%}
{%if kind == "author" %}{% include "group_author_avatar.html" ignore missing%}{% endif %}{{name}} {{items | length}}
{%- endfor %}
{% endblock %}