pub async fn async_render_with_json( template: &str, vars: HashMap<&str, Value>, ) -> Result<String>
Render template with JSON variables asynchronously