pub fn render(template: &str, vars: &Vars<'_>) -> String
Substitute {{project_name}} and {{project_name_snake}} into the given template. Unknown {{...}} sequences are passed through untouched.
{{project_name}}
{{project_name_snake}}
{{...}}