pub fn interpolate( input: &str, vars: &HashMap<String, String>, ) -> Result<String, Vec<String>>
Result<interpolated config, errors>