ProjectGurukul Bookstore
Home
Admin Panel
Add New Books
All Books
Customers List
See Books Request
{% if user.is_authenticated %}
Welcome {{request.user}}
Logout
{% endif %}
{% block body %} {% endblock %} {% block js %} {% endblock %}