brotherton-erpnext/website/templates/html/web_page.html

14 lines
270 B
HTML
Raw Normal View History

2012-07-12 13:11:12 +00:00
{% extends "html/page.html" %}
{% block javascript %}
{% if insert_code %}
{{ javascript }}
{% endif %}
{% endblock %}
{% block content %}
2013-02-21 08:55:30 +00:00
<div class="span12" style="margin-top: 15px;">
{% include "html/slideshow.html" %}
{{ main_section }}
</div>
{% endblock %}