{% load static %}
  • {% if user.is_authenticated %} {{ user.username }} Sign Out {% else %} Login {% endif %}