Skip to content

Page Header

Page heading title that is included by default at the top of each page.

Anatomy

  1. Page Title
  2. Breadcrumbs (optional)

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

PropertyTypeDescriptionRequiredDefault
page_titlestring Main heading text Yes-

Changelog

1.0.0

  • page-header added

Contains

Other core components embedded within this template.

Examples

Default

Example Page Title

{{ include( 'components/page-header.twig', {
	page_title: "Example Page Title"
} ) }}