{% if user.is_authenticated %}
  • Log Out, {{ user.get_username }}
  • {% else %}
  • Log In
  • {% endif %}