Navbar
    {% if user.is_authenticated %}
  • Logout
  • Welcome, {{user.username}}
  • {% else %}
  • Login
  • {% endif %}