pub fn render_string(template: String, data: &Object) -> Option<String>
Expand description

Try to render a string template with the given data for variables.