-3

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!?

Masoud
  • 375
  • 1
  • 5
  • 16
Xenna
  • 1
  • 2

1 Answers1

0
{% if currentUser %}
{{ currentUser.friendlyName }}
     {% endif %}
Dotsquares
  • 755
  • 1
  • 2
  • 10