{% if user.is_auth%} Hello, {{user.username}} {% endif %}
{% if user.is_authenticated %}Hello, {{user.username}}{% endif %}