Function substitute_parameters

Source
fn substitute_parameters(
    content: &str,
    params: &HashMap<String, Value>,
) -> String