brotherton-erpnext/website/templates/html/web_page.html
2013-04-18 17:43:21 +05:30

14 lines
319 B
HTML

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