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

14 lines
321 B
HTML
Raw Normal View History

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