{% block mystyle %} {% endblock %}
{% include 'navbar.html' %}
{% include 'sidebar.html' %}
{% block content %} {% endblock %}
{% include 'login.html' %} {% include 'footer.html' %} {% block myscript %} {% endblock %}