{% load static %} {% block title %} Dashboard - HighPointTechinc {% endblock title %} {# [if lt IE 9]#} {# #} {# #} {# [endif]#} {% block custom_css %} {% endblock custom_css %}
{% include 'Include/navbar.html' %} {% include 'Include/left_sidebar.html' %}
{% block content %} {% endblock content %}
{% block custom_js %} {% endblock custom_js %}