{#- The results region of /knowledge (#knowledge-results): the filter form (knowledge.html) hx-gets the route on a change or keystroke and the alpine-morph extension morphs the fresh fragment over this region in place — a filter change is a fragment, never a navigation. The route renders THIS template alone on an HX-Request. The region is not polled (no hx-trigger), so no live chrome arms here. -#} {% import "_links.html" as links with context %} {% import "_table.html" as tables with context %}
{{ docs | length }} of {{ total }} document{{ 's' if total != 1 }} shown.
{% call tables.table(['Title', 'Family', 'Status', 'Links', 'Tags', 'Updated']) %} {% for doc in docs %}{{ t }}{% endfor %}{% if not doc.tags %}—{% endif %}