brotherton-erpnext/website/templates/html/web_page.html
2013-02-21 14:25:30 +05:30

14 lines
270 B
HTML

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