Skip to main content

Jinja TemplateEngine with HTML Templates

  • February 15, 2023
  • 4 replies
  • 33 views

Forum|alt.badge.img+5

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?

4 replies

Forum|alt.badge.img+9
  • New Member
  • February 15, 2023

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


Forum|alt.badge.img+9
  • New Member
  • February 15, 2023

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


mccrilb
Forum|alt.badge.img+12
  • Silver 2
  • February 16, 2023

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


Forum|alt.badge.img+5

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