{% load static %}
Student Record System
{% include 'includes/sidebar.html' %} {% include 'includes/header.html' %}
{% block content %} {% endblock %}
{% include 'includes/footer.html' %}