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