{% block title %}{{ title }}{% endblock %} {% block header %} {% if "<" in header %}{{ header }}{% else %}

{{ header }}

{% endif %} {% endblock %} {% block content %}
{% include "templates/includes/slideshow.html" %}
{{ main_section or "" }}
{% if enable_comments -%}

Discuss

{% include 'templates/includes/comments.html' %} {%- endif %}
{% endblock %} {% block style %}{{ style }}{% endblock %} {% block script %}{{ script }}{% endblock %}