{{ a.title }} {% if user.is_authenticated and a.pk not in read_ids %} new {% endif %}
{{ a.body|markdown|truncatechars_html:320 }}
{% extends 'base.html' %} {% load markdown %} {% block title %}Announcements - Packs Site{% endblock %} {% block content %}
No announcements yet.
{% endfor %}