Function maple_core::render_to[][src]

pub fn render_to(
    template_result: impl FnOnce() -> TemplateResult + 'static,
    parent: &Node
)

Render a TemplateResult under a parent node. For rendering under the <body> tag, use render() instead.