pub fn render_template_to_html(template: &Template) -> String
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