Page Footer

Page Footer Component

In Progress (Unreleased)

History
View changes
Dependencies

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 %}
  {% include "@bolt-components-page-footer/page-footer.twig" with {
  content: content
} only %}