2.18.0
(In Progress) Page Header Component
Component in progress
npm install @bolt/components-page-header
Set content as arbitrary HTML:
content
{% set content %} <p>Whatever HTML content you want</p> {% endset %}
{% include "@bolt-components-page-header/page-header.twig" with { content: content } only %}