In my email template, there is a text block, which content is based on a user’s property, let’s call it “description”. The description may or may not contain an HTML link, eg:
<a href="example.com">Example</a>
and some other plain text. In normal text block, the html is displayed as is, so the user sees the tags and everything.
Is there a way to insert such a user’s property into an email template so that it would be formatted as HTML? So in the given example, user would only see the text “Example”, which would be a link?