{% if current_user.is_authenticated %}
  • {{ current_user.username }}
    Profile
    Logout
{% else %}
{% endif %}