{# Page Hero - Magazine Variant Editorial-style consolidated header with: - Breadcrumbs as eyebrow (trimmed, no current page) - LLM share button aligned right - Large H1 title tight below breadcrumbs - Description - Inline metadata (read time, word count, updated) All contained in a single visual block with blob background. Usage: Included via page-hero.html dispatcher #} {% from 'partials/navigation-components.html' import breadcrumbs with context %} {# Macro: Get page URL with fallback chain for robustness #} {% macro get_page_url(page) -%} {{ page._path if page._path is defined else (page.href if page.href is defined else '/') }} {%- endmacro %} {% if page %}
{{ page.metadata.get('description', '') }}
{% endif %} {# Inline Metadata #} {% set has_metadata = page.content or page.date or page.metadata.get('lastmod') %} {% if has_metadata %} {% endif %}