{% comment %} Page header: a title, optional description, and an actions slot. Used inside the shell's {% block page_header %}. loading=True swaps the title/description for a skeleton (STA-004), never a spinner. Required context: title. Optional: description, loading. The actions slot is filled by the caller wrapping this include, or via the shell's page_actions block. {% endcomment %}
{% if loading %} {% else %}

{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% endif %}