Format email variable

Hi

I’m creating my first template for an email notification.

I have a variable in the email body, called {info} which I will populate after a Python script and I would need to format it as HTML.

How can I achieve it?

Thanks!

Hey there @tato.bot.projects :wave: - If you’re looking to load some HTML code into a variable, you can insert that variable inside a template block, or inside the handlebars override toggle.

Please note that handlebars variables need to be enclosed in double {{brackets}}