{# ── HTMX partial: search results ── Swapped into #search-results when the search query changes. Variables: q, items, next_cursor, project_key, project, kind_color(), kind_label(), status_color(), status_label() #} {% if not q %} {# ── Empty query hint ── #}
{{ t("search.no_query") }}
{{ t("search.no_results_prefix") }} "{{ q }}" {{ t("search.no_results_suffix") }}
{{ item.body_preview[:200] }}
{% endif %} {# Bottom row: status badge + tags + updated time #}