pub async fn async_render_file<P: AsRef<Path>>( path: P, vars: HashMap<&str, &str>, ) -> Result<String>
Render template file asynchronously
path
vars