Announcements

{% for post in paginator.posts %}

{{ post.title }}{{ post.date | date_to_string }}

{{ post.excerpt | strip_html | truncatewords:30 }} Read full announcement {% endfor %} {% if paginator.total_pages > 1 %} {% endif %}