{% for announcement in active_announcements %}
{% endfor %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% endif %}
{% endwith %}
{% if g.show_email_nag %}
{% elif g.show_email_verification_nag %}
{% endif %}
{% block content %}{% endblock %}
{{ announcement.title }}
{% if announcement.is_urgent %}
URGENT
{% endif %}
{{ announcement.content|safe }}
{% if announcement.created_at %}
Posted: {{ announcement.created_at.strftime('%Y-%m-%d %H:%M') }}
{% endif %}