pub fn render_mount(name: &str, props: &Value) -> Result<String>
Mount + initial-render a component. Returns the wrapped HTML to splice into the parent template. Called by the @spark forge directive at runtime.
@spark