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

Discuss

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