I have a little problem understanding what an expression like {{ something.render() | safe }} does .
{{ something.render() | safe }}
From what I have seen, without the safe ke
safe
For anyone coming here looking to use the safe filter programmatically: wrap it in a markupsafe.Markup class, on which Jinja2 depends on.
markupsafe.Markup