{% load static %} Star Admin2 {% include 'includes/styles.html' %} {% block extrastyle %}{% endblock extrastyle %}
{% block pro_banner %}{% endblock pro_banner %} {% block navigation %} {% include 'includes/navigation.html' %} {% endblock navigation %}
{% block settings_panel %} {% include 'includes/settings-panel.html' %} {% endblock settings_panel %} {% block sidebar %} {% include 'includes/sidebar.html' %} {% endblock sidebar %} {% block content %}{% endblock content %}
{% include 'includes/scripts.html' %} {% block extra_js %}{% endblock extra_js %}