{% extends "base.html" %} {# search.html — results from the search collection envelope (`env.body`). The machine representations are /search.json and /search.md (Accept-negotiated too). #} {% block title %}search — {{ station.name }}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Search

{% if q %}

{{ env.body | length }} result(s) for “{{ q }}”.

{% endif %}
{% endblock %}