{% include 'student_template/sidebar_template.html' with user=user id=id %}
{% block main_content %}
{% endblock main_content %}
{% include 'student_template/footer.html' %}
{% comment %} For Custom JS {% endcomment %}
{% block custom_js %}
{% endblock custom_js %}