{% extends "base.html" %} {# site.html — one site's folios, from the site collection envelope. `env.body` is the entry list (already type-filtered by the route); `available_types` and `current_type` are HTML-only filter chrome derived from the store. #} {% set slug = env.asserted.slug %} {% block title %}{{ slug }} — {{ station.name }}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

{{ slug }}

{% endblock %}