{% load static %}
Campus Recruitment
COLLEGE CAMPUS RECRUITMENT
{% if user.is_authenticated %}
Hi {{ user.username }}! logout
{% else %}
You are not logged in
{% endif %}
{%block body_block%} {% endblock %}