mas_templates

Function escape_html

source
pub fn escape_html(input: &str) -> String
Expand description

Escape the given string for use in HTML

It uses the same crate as the one used by the minijinja templates