{% extends 'base.html' %} {% block head %} {% include "content-header.html" %} {% endblock %} {% block content %} {% include "edit.html" %}
{% if content.image_url %} {% endif %}

{{content.title}}

{% if content.type.name == 'events' %} {% endif %}

{{content.formatted_header|safe}}

{{content.formatted_body|safe}}

{% include "opt.html" %} {% include "links.html" %} {% include "gallery.html" with gallery=content.gallery %}
{% include "latest_content.html" %} {% endblock %}