{% extends "joyous/exception_base.html" %} {% load wagtailcore_tags %} {% block event_title %}
{% if page.extra_title %}

{{ page.extra_title }}

{% else %}

{{ overrides.title }}

{% endif %}
{% endblock event_title %} {% block event_details %}
{{ page.extra_information|richtext }}
{{ overrides.details|richtext }}
{% endblock event_details %}