brotherton-erpnext/website/templates/html/web_page.html
2013-08-21 17:48:08 +05:30

14 lines
317 B
HTML

{% extends "app/website/templates/html/page.html" %}
{% block javascript %}
{% if insert_code %}
{{ javascript }}
{% endif %}
{% endblock %}
{% block content %}
<div class="col-md-12" style="margin-top: 15px;">
{% include "app/website/templates/html/slideshow.html" %}
{{ main_section }}
</div>
{% endblock %}