2013-04-03 11:04:23 +00:00
|
|
|
{% extends "app/website/templates/html/page.html" %}
|
2012-07-12 13:11:12 +00:00
|
|
|
|
|
|
|
{% block javascript %}
|
|
|
|
{% if insert_code %}
|
|
|
|
{{ javascript }}
|
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|
2012-06-22 14:31:07 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2013-05-22 06:27:05 +00:00
|
|
|
<div class="col col-lg-12" style="margin-top: 15px;">
|
2013-04-03 11:04:23 +00:00
|
|
|
{% include "app/website/templates/html/slideshow.html" %}
|
2013-02-21 08:55:30 +00:00
|
|
|
{{ main_section }}
|
|
|
|
</div>
|
2012-06-22 14:31:07 +00:00
|
|
|
{% endblock %}
|