[−]Function askama::filters::safe
pub fn safe<D, I>(v: I) -> Result<MarkupDisplay<D>, Error> where
D: Display,
MarkupDisplay<D>: From<I>,
Marks a string (or other Display
type) as safe
Use this is you want to allow markup in an expression, or if you know that the expression's contents don't need to be escaped.