{% load static %} {% if user.is_authenticated %} {{ user.username }} Logout {% else %} Login {% endif %} About