Jinja TemplateEngine with HTML Templates

Can anybody give me a hint on how to combine the Jinja TemplateEngine with HTML Templates?
For testing purposes I've tried the following already:
So how do I get this to work with an template?

0 4 325
4 REPLIES 4

I've never gotten HTML templates to work. I just put the template in the Jinja, which becomes a bit of a pain.

I think it was broken at some point...a little surprised if it's not fixed though

I use the HTML templates for email if that is what you're talking about? I only use it for the signature though.

I found a way to make use of the HTML templates to work together with Jinja. I had some error in my Jinja syntax and that's why it didn't worked
So variant 1 is the correct way to go