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