pub fn render_config_file<C: Serialize>( template_path: &str, context: &C, ) -> String
Returns rendered config file.