{% include 'link_css.html' %} {% include 'head_script.html' %} {% block self_head_css_js %} {% endblock %}
{% if temp_name %} {% include temp_name %} {% else %} {% include 'main-header.html' %} {% endif %} {% include 'main-sidebar.html' %} {% block content %}{% endblock %} {% include 'footer.html' %} {% include 'control-sidebar.html' %}
{% block self_footer_js %} {% endblock %}