Docs/Sintax/Text/EscapeEscapeEscape strings for HTML, URLs, and JavaScript.Escape escape_htmlEscapes a value for an HTML text node or a quoted attribute value.{{ name | escape_html }}escape_jsEscapes a value for use inside a quoted JavaScript string literal.{{ code | escape_js }}escape_urlEscapes a value for use as a query-string value.{{ q | escape_url }}Edit or read the source on GitHub Previoustrim_suffixNext escape_html