Function dioxus_html::render_template_to_html
source · pub fn render_template_to_html(template: &Template<'_>) -> String
Expand description
Render a template to an HTML string
Useful for sending over the wire. Can be used to with innerHtml to create templates with little work