{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %} {% if user.is_authenticated %}
Hi {{ user.username }}!

Welcome to the Itsourcecode Employee Management System

Logout








{% else %}

Itsourcecode Employee Management System

You are not Logged in
{% endif %} {% endblock %}