{# Page Hero Wrapper - shared structure for all API hero variants Opens the .page-hero div and renders breadcrumbs + share dropdown. Caller is responsible for closing the div after adding variant-specific content. Contract: - page: Page instance (REQUIRED) - site: Site instance (from global context) - config: Configuration dict (from global context) Usage: {% include 'partials/page-hero/_wrapper.html' %} #} {% from 'partials/navigation-components.html' import breadcrumbs with context %}