{% extends 'index.html' %} {% block content %}

Logout

{%if already_logged_in%}

You're already logged in as {{auth.username}}. If you want to log in as someone else, you can log out first.

{%else%}

Hi {{auth.username}}, you can log out here.

{%endif%}
{% endblock %}