escapexml
Escape the value for insertion in xml output.
For example:
{{ value|escapexml }}
When the value is <hel'lo\>
then the output is <hel'lo>
.
Escape the value for insertion in xml output.
For example:
{{ value|escapexml }}
When the value is <hel'lo\>
then the output is <hel'lo>
.
escapejson Character escaping fix_ampersands
Filters transform template variables before they are rendered.