fix_ampersands
See also
Replaces ampersands in the value with “&” entities.
For example:
{{ value|fix_ampersands }}
If the value is hel&lo
then the output is hel&lo
.
See also
Replaces ampersands in the value with “&” entities.
For example:
{{ value|fix_ampersands }}
If the value is hel&lo
then the output is hel&lo
.
escapexml Character escaping force_escape
Filters transform template variables before they are rendered.