I want to check if the user is currently logged in. If the current user is logged in I wanna display hello with a user name. How can I do that!?
{% if currentUser %} {{ currentUser.friendlyName }} {% endif %}