{% extends "base.html" %} {% from "_links.html" import go, kind_dot %} {# Every page in the site, as links, grouped the way the map's lanes are. This is a page, so it has a URL, the back button returns to it, and with scripting off it is still a complete directory the browser's own find can search. With htmx, typing filters the list: the handler is declared on the input it governs (hx-on) and only hides and shows links already on the page. It fetches nothing and navigates nowhere -- choosing a result is an ordinary link. #} {% block main %}

Search

Every page in the graph. Type to filter, then pick a result. Press Alt K from any page to come back here.

{% for group in groups %}

{{ group.title }} {{ group.entries | length }}

{% endfor %}
{% endblock %}