{% load wagtailimages_tags %}
  • {# col-* classes include positioning, position static cancels that and allows the stretched link to cover the image #}

    {{ announcement.title }}

    {{ announcement.introduction|safe|truncatechars:200 }}

    {% if announcement.date %}

    {{ announcement.date|date:"DATE_FORMAT" }}

    {% endif %}