2013-04-03 16:34:23 +05:30
|
|
|
{% extends "app/website/templates/html/page.html" %}
|
2012-07-12 18:41:12 +05:30
|
|
|
|
|
|
|
{% block javascript %}
|
|
|
|
{% if insert_code %}
|
|
|
|
{{ javascript }}
|
|
|
|
{% endif %}
|
|
|
|
{% endblock %}
|
2012-06-22 20:01:07 +05:30
|
|
|
|
|
|
|
{% block content %}
|
2013-02-21 14:25:30 +05:30
|
|
|
<div class="span12" style="margin-top: 15px;">
|
2013-04-03 16:34:23 +05:30
|
|
|
{% include "app/website/templates/html/slideshow.html" %}
|
2013-02-21 14:25:30 +05:30
|
|
|
{{ main_section }}
|
|
|
|
</div>
|
2012-06-22 20:01:07 +05:30
|
|
|
{% endblock %}
|