• Map
  • {% if user.is_authenticated %}
  • {{ user.username }}
  • {% endif %}
  • Locate me
  • {% if user.is_authenticated %}
  • Sign out
  • {% else %}
  • Sign in
  • {% endif %}