{% load static %} Student Management System | Student Dashboard {% comment %} For Custom CSS {% endcomment %} {% block custom_css %} {% endblock custom_css %}
{% include 'student_template/sidebar_template.html' with user=user id=id %}

{% block page_title %} {% endblock page_title %}

{% block main_content %} {% endblock main_content %}
{% include 'student_template/footer.html' %}
{% comment %} For Custom JS {% endcomment %} {% block custom_js %} {% endblock custom_js %}