{% 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 %} |