{% extends "default.html" %} {% block head_includes %} {% if content_item.css_file %} {% endif %} {% endblock %} {% block content %}
{% if content_item.image_file %} content_item.image_file {% endif %} {% if not content_item.omit_second_title %}

{{ content_item.title }}

{% endif %}
{{ content_item.html | safe }}
{% if content_item.audio_file %}
{% endif %}
{% for category in content_item.categories %} {{ category }} {% endfor %}
← Back
{% endblock %} {% block footer_includes %} {% if content_item.js_file %} {% endif %} {% endblock %}