blob: 6b8c914925e3e8c13af00d3001e448e9ee191d1e [file] [log] [blame]
{% extends "app/website/templates/html/page.html" %}
{% block javascript %}
{% if insert_code %}
{{ javascript }}
{% endif %}
{% endblock %}
{% block content %}
<div class="span12" style="margin-top: 15px;">
{% include "app/website/templates/html/slideshow.html" %}
{{ main_section }}
</div>
{% endblock %}