Function maple_core::render[][src]

pub fn render(template_result: impl FnOnce() -> TemplateResult + 'static)

Render a TemplateResult into the DOM.

Alias for render_to with parent being the <body> tag.