v1.9.1
Escapes a string by replacing HTML special characters with escape sequences. It doesn’t change strings that don’t have anything to escape.
Input
{{ "Have you read 'James & the Giant Peach'?" | escape }}
Output
Have you read 'James & the Giant Peach'?
Input
{{ "Tetsuro Takara" | escape }}
Output
Tetsuro Takara