{% extends "base.html" %}
{# Group template - used for tags index, authors index, archive index, etc. #}
{# This template shows a list of groups (tags, authors, years) and their content counts #}
{% block main %}
{# Page Title #}
{{ title }}
{# Group Listing with IndieWeb h-feed #}
{{ title }}
{% for name, items in group(kind=kind) %}
{% if kind == "stream" and name == "draft" %}{% continue %}{% endif %}