how do I html-escape dangerous unsanitized input in jinja2?
Can I do it inside the template or must it be done in python code?
I have a variable that may contain da<ngero>u&s chars. How do I escape it in jinja2
|
|
|
|
|
|
|
e.g.
Pipe it through the Jinija: Template Designer Documentation -> Builtin Filters: Escape |
|||
|
|