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>.
Template value transformations for text, collections, dates, numbers, URLs, and other data.