I am looking over this website but just can\'t seem to figure out how to do this as it\'s not working. I need to check if the current site user is logged in (authenticated),
Following block should work:
{% if user.is_authenticated %} Welcome {{ user.username }} !!! {% endif %}
Welcome {{ user.username }} !!!