Hi @CFrancis13 ,
I made a stupid mistake, the |capitalize filter only capitalizes the first letter. The |upper filter should do the trick, but somehow breaks the personalization token. Best thing you can do is accessing the source code:
and using the following code:
<span style="text-transform: uppercase;">{{ personalization_token('contact.firstname', 'friend') }}</span>
