{% load wagtailimages_tags %}
  • {% image event.main_image height-245 as event_image %} {{ event.main_image.title }}
    {# col-* classes include positioning, position static cancels that and allows the stretched link to cover the image #}

    {{ event.title }}

    {{ event.introduction }}

    {{ event.date }} {{ event.listing_location }} {% if event.host %} {{ event.host.title }} {% endif %}