{% load staticfiles %} {% block title %}
Local Library
{% endblock %}
{% load static %}
MY LIBRARY
Books
Admin
{% if user.is_superuser %}
Add Student
Add Book
StudentList
{% endif %} {% if user.is_authenticated %}
{{ request.user }}
ISSUED_BOOK
Reset Password
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %}