{# Tab content body — returned standalone on HX-Request, otherwise embedded by index.html. #} {% if search_active %} {% if not active_bucket %}

No bugs match “{{ search_query }}”.

{% else %} {% include "_workspace.html" %} {% endif %} {% elif active_tab == 'watching' %} {% include "watching.html" %} {% else %} {% if not active_bucket %}

{% if stats.pending_total == 0 %} No pending drafts. Run /triage in a Claude session to generate some. {% else %} No items in this section. {% endif %}

{% else %} {% include "_workspace.html" %} {% endif %} {% endif %}