pub fn render_template( template_content: &str, user_vars: HashMap<String, Value>, ) -> Result<String, TemplateError>
Convenience functions for simple template rendering