Jinja in Email Template (with HTML)

Is it possible to use jinja template in Email Templates with HTML Code. I want to put a html code in email template with jinja fetching dynamic values. Also if yes how to get the child table’s name in that

hello nikzz

you can use frappe.render_template() method where you can write your jinja template with and you can pass dynamic values to it using arguments.

:slight_smile: