{{ sections.notifications.kicker | default: 'Notifications' }}

{{ sections.notifications.title | default: 'Latest Notifications' }}

{{ sections.notifications.description }}

{% for item in notifications limit: section_controls.notifications.count %}

{{ item.title }}

Open Notice
{% endfor %}