pub fn raw(html: &'static str) -> Element
Expand description
Inline raw HTML without escaping
This function is considered safe because the HTML being inlined must be known at compile time
See raw_unsafe
to inline HTML that is generated at runtime