Function teller_core::template::render

source ·
pub fn render(template: &str, kvs: Vec<KV>) -> Result<String>
Expand description

Render a template with access to KVs

§Errors

This function will return an error if rendering fails