{% if request.user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% block body %}{% endblock %}