Banner with Important Notes A banner showing Important Notes, seen all over our documentation. Demo
Important Notes: Lorem Ipsum Lorem Ipsum
Twig
{% set notes_content %}
  <bolt-text headline tag="h3" font-size="medium">Important Notes:</bolt-text>
  <bolt-ol>
    <bolt-li>Lorem Ipsum</bolt-li>
    <bolt-li>Lorem Ipsum</bolt-li>
  </bolt-ol>
{% endset %}

{% include '@bolt-components-banner/banner.twig' with {
  content: notes_content,
  align: 'start',
} only %}
HTML
Not available in plain HTML. Please use Twig.