Get current User in Jinja Template

I want to display the currently logged user inside a markdown card using Jinja like “Hello < Username >! Today…” and so on.
Is there actually any way to do this? Yet I was unsuccessful…

Oh, nevermind!
Seems like {{ user }} is working but not in the Template Developer Tab :'D