{% if user.is_authenticated %}
hello
welcome {{ user.username }}
Logout
{% else %}
Login
Register
{% endif %}