Function askama_escape::escape

source ยท
pub fn escape<E>(string: &str, escaper: E) -> Escaped<'_, E>
where E: Escaper,