Page Header
Anatomy
Included by default at the top of each page. Breadcrumbs are automatically included if they exist for the page.
Accessibility
This should be an H1 when used as the beginning section of a page.
Specifications
Properties
Property | Type | Description | Required | Default |
---|---|---|---|---|
page_title | string | Main heading text | Yes | - |
Changelog
1.0.0
- page-header added
Related
Contains
Other core components embedded within this template.
Examples
Default
Example Page Title
{{ include( 'components/page-header.twig', { page_title: "Example Page Title" } ) }}