Skip to main content

render

Function render 

Source
pub fn render(template: &str, vars: &Vars<'_>) -> String
Expand description

Substitute {{project_name}} and {{project_name_snake}} into the given template. Unknown {{...}} sequences are passed through untouched.