Proj Chat
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% block content %} {% endblock %}