{# Bundle H: /themes/{cluster_id} — per-cluster detail page. #} {% extends "base.html" %} {% block title %}{{ cluster.display_name }} — Themes — lit-monitor{% endblock %} {% block content %}
{% if not papers %}

No papers in this cluster.

{% else %}
{% for p in papers %} {% with paper=p, show_feedback_buttons=show_feedback_buttons, show_action_buttons=false, show_score_decomp=false, feedback_source="themes", card_index=loop.index %} {% include "_partials/paper_card.html" %} {% endwith %} {% endfor %}
{% endif %}
{% endblock %}