{% load static %} {% block title %}Onepage - Model Management In Onepage{% endblock title %} {% include 'onepage/onepage-css.html' %}
{% include 'onepage/sidebar.html' %}
{% block content %} {% if html_body %} {{ html_body|safe }} {% endif %} {% endblock %}
{% block footer %}{% endblock footer %}
{% include 'onepage/onepage-js.html' %} {% block staticjs %}{% endblock staticjs %}