{#- The results region of /wiki (#wiki-results): the search input in wiki.html hx-gets the route on input and the alpine-morph extension morphs the fresh fragment over this region in place — a query is a fragment, never a navigation. The route renders THIS template alone on an HX-Request. The state-filter links and the form stay outside the region (state filters are URL-carrying navigations by contract). 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 %} {#- The repo headings keep the other catalog filters on their links; the q/repo values come from the route context (the state links in wiki.html compute the same base for their own row). -#} {%- set base_q = {} %} {%- if filters.q %}{% set _ = base_q.update({'q': filters.q}) %}{% endif %} {%- if filters.repo %}{% set _ = base_q.update({'repo': filters.repo}) %}{% endif %}
Cannot read the wiki manifest: {{ manifest_error }}.