{% extends 'base.html' %} {% block content %} {% include "edit.html" with content=events %}
{% 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 "latest_content.html" with content=events %} {% endblock %}