{% extends 'base.html' %} {% block content %}
{% if events.image %} {% endif %}

{{events.title}}

{{events.formatted_header|safe}}

{{events.formatted_body|safe}}

{% include "opt.html" with content=events %} {% include "links.html" with content=events %} {% include "gallery.html" with gallery=gallery %}
{% include "related.html" with related=events.children.all %}
{% for events in latest_content_list %}
{{ events.title }}

{{ events.formatted_teaser }}

{% endfor %}
{% endblock %}