pub fn render(template: &str, kvs: Vec<KV>) -> Result<String>
Render a template with access to KVs
This function will return an error if rendering fails