{% extends "base.html" %} {% block title %}{{ t("page.search.title") }} — {{ project.name }} — IssueDeck{% endblock %} {% block content %}
{# ── Page header ── #}

{{ t("page.search.title") }}

{# ── Search form ── #}
{# Search icon #} {# Clear button (shown via Alpine when input has value) #}
{# Loading spinner #} {# Clear button #}
{# Keep Alpine in sync with input changes #}
{# ── Results section ── #}
{% include "components/search_results.html" %}
{% endblock %}