I am able to display current portal user using this piece of code using liquid in dynamic 365 portals.
{% if user %}
Hello, {{ user.fullname }}!
{% else %}
I would like to display the email for this user?
How I accomplish this using liquid?
Thank you,
Bill