How can I get python data into html template using render_template() method?

Hi all,

I want to print data in report pdf by groupby customer in “general ledger” report. so I need this python data using render_template() in my html file so that we can put our jinja syntax.

please tell me whether this is possible or no?

Thanks,
Anand

The current report builder does not allow that but one way to do it would be to make a fresh Jinja templated page in the www folder

@rmehta! Thank you for your prompt reply! I will try this.