{{ current_site.name }}

    {% if user.is_authenticated %}
  • User Profile
  • {% if user.is_staff %}
  • Admin
  • {% endif %}
  • Log out
  • {% else %}
  • Log in
  • {% endif %}