{% load wagtailcore_tags wagtailimages_tags %}
{{ title }} {% if event.image %}
{% image event.image width-250 %}
{% endif %} {% include "joyous/includes/who.html" %} {% include "joyous/includes/when.html" %} {% include "joyous/includes/where.html" %}
{{ event.details|richtext|truncatewords_html:150 }}