{# Compact right-column card for detail pages. Collapsed state is intentionally title-only. The content is revealed only inside the clicked card, and the parent CSS caps the open height so it stays subordinate to the always-open query panel. #} {% macro detail_side_card(title, count_label=None, html_id=None, open=False) %}

{{ title }}

{% if count_label %} {{ count_label }} {% endif %}
{{ caller() }}
{% endmacro %}