{# Canonical hero header for content pages. Usage: {% set page_hero_eyebrow = "Users & Access" %} {% set page_hero_title = "Users" %} {% set page_hero_subtitle = "Manage analyst accounts and group membership." %} {% include "_page_hero.html" %} `eyebrow` + `subtitle` are optional; `title` is required (the block is a no-op without one). CSS lives at `.page-header--hero` in style-custom.css. #} {% if page_hero_title %} {% endif %}