Script reports with Jinja templating

Hi All,

I’m trying to create a script report with .html file and trying to use Jinja templating from server side.

but it seems like the actual templating is happening on client side using javascript

is there any way that i can totaly to the rendering part of the report on the server using Jinja?