I need to create a series of reports with the same template with jinja. But I would like to have each report in a different rendered file.
I can’t find something relevant in jinja’s documentation.
Is there a way to modify the rendered output filename?
What is the problem with different files?