{% extends "base.html" %} {# index.html — the catalog, rendered from the catalog collection envelope. `env.body` is the recent-folios entry list; `env.asserted.sites` is the site list with counts; `env.asserted.total_folios` is the corpus total. #} {% set asserted = env.asserted %} {% block title %}{{ station.name }}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

{{ station.name }}

{% if station.tagline %}

{{ station.tagline }}

{% endif %}

{{ asserted.total_folios }} folios across {{ asserted.sites | length }} sites.

Sites

Recent folios

{% endblock %}