{% load static %} {% load staticfiles %}
{% block head %}
{% endblock %}
Company Management System
{% if user.is_authenticated %}
Home
View Profile
Edit Profile
Change Password
Logout
{% else %}
Reset Password
Login
Register
Register Your Company
{% endif %}
{% block body %} This is base for you {% endblock %}