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

{{events.title}}

{{events.formatted_header|safe}}

{{events.formatted_body|safe}}

{% if gallery %}
Gallery: {{gallery.title}}
{% if events.children.all %} {% for child in events.children.all %} {% endfor %} {% endif %}
{% for events in latest_content_list %}
{{ events.title }}

{{events.header|striptags|truncatechars:200|safe}}

{% endfor %}
{% endblock %}