{% extends "tests/base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block html_title %}Event: {{ self.title }}{% endblock %} {% block content %}

Event

{% if self.feed_image %} {% image self.feed_image width-200 class="feed-image" %} {% endif %} {% with self.categories.all as categories %} {% if categories %} {% endif %} {% endwith %} {{ self.body|richtext }}

Back to events index

{% endblock %}