{% if announcements %}
{% for announcement in announcements %} {% include "announcements/announcement.html" %} {% endfor %}
{% endif %}