{% 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 go {% if q %} {{ env.body | length }} result(s) for “{{ q }}”. {% for e in env.body %} {{ e.type }} {{ e.title | clean_title(e.address) }} {% if e.snippet %}{{ e.snippet }}{% endif %} {{ e.address }} {% else %} No matches. {% endfor %} {% endif %} {% endblock %}
{{ env.body | length }} result(s) for “{{ q }}”.
{{ e.snippet }}