{% load wagtailcore_tags %} {% block content %}

{{ object.event.title }} | {{ object.title }}

Start Date: {{ object.start_date }}

{% if object.end_date %}

End Date: {{ object.end_date }}

{% endif %} {{ object.body|safe }} {% endblock %}