pub fn render(template: &str, vars: &TemplateVars) -> StringExpand description
Replace all {{var_name}} placeholders in a template string.
pub fn render(template: &str, vars: &TemplateVars) -> StringReplace all {{var_name}} placeholders in a template string.