Page Header

Component in progress

Install via NPM
npm install @bolt/components-page-header

Content

Set content as arbitrary HTML:

{% set content %}
  <p>Whatever HTML content you want</p>
{% endset %}
{% include "@bolt-components-page-header/page-header.twig" with {
  content: content
} only %}