{% load static %}
{% block static %}{% endblock static %}
HSTL - xyz Hostel
{% if request.user.is_authenticated %}
{% csrf_token %}
{% else %}
Please Login
{% endif %}
{% block content %}{% endblock content %}