pub fn escape_html(input: &str) -> String
Escape the given string for use in HTML
It uses the same crate as the one used by the minijinja templates