{% load static %}
Student System
Student Requisition
{% if user.is_authenticated %}
Home
{% else %}
Home
{% endif %}
About
(current)
Departments
Contact Us
{% if user.is_authenticated %}
Logout
{% endif %}
{% block body_block %} {% endblock %}