The source project of this merge request has been removed.
Adding auto-escape to jinja2's Environment
This should disable any potential use case where XSS could be a problem: https://jinja.palletsprojects.com/en/3.0.x/api/#autoescaping
(apologies for the triple commits)