{% if current_user.is_authenticated %}
  • {{ current_user.username }}
    Profile
    Logout
{% else %}
{% include 'users/navbar_login_form.html' %}
{% endif %}