Overview
Component in progress
Install via NPM
npm install @bolt/components-page-footer
Content
Set content
as arbitrary HTML:
{% set content %}
<p>Whatever HTML content you want</p>
{% endset %}
Usage
{% include "@bolt-components-page-footer/page-footer.twig" with {
content: content
} only %}