{# Layout Components Macros: page_header, section_card, info_item, info_grid, collapsible #} {% macro page_header(title, back_url="", description="") %} {# Page header with optional back arrow, title, and action buttons area. Args: title: Page title (h1) back_url: URL for back arrow (empty = no arrow) description: Optional subtitle text Usage: {% call page_header("Pipeline Details", back_url="/ci") %} {% endcall %} #}
...{% endcall %} #}