{% load staticfiles %}
{% block head %} {% endblock head %}
Disqus
Company Management System
{% if user.is_authenticated %}
Home
Profile
Logout
{% else %}
Home
Login
Register
{% endif %}
{% block body %} {% endblock body %}