{% load cotton %}

Site Alert Component

{% for variant in variants %}

{{ variant.title }}

{% if variant.list_items %} {% for item in variant.list_items %}
  • {{ item|safe }}
  • {% endfor %}
    {% else %} {{ variant.content|safe }} {% endif %}
    {% endfor %}