{#- chirp-ui: Detail header A general detail-page header for communities, media titles, products, and content records. App-owned routing, permissions, and ranking stay outside the macro; callers provide behavior through slots and links. -#} {% def detail_header(title, summary=none, eyebrow=none, cls="") %}
{% yield media %}
{% if eyebrow %}

{{ eyebrow }}

{% endif %}

{{ title }}

{% if summary %}

{{ summary }}

{% endif %}
{% yield badges %}
{% yield meta %}
{% yield actions %}
{% yield aside %}
{% end %}