render_template

Function render_template 

Source
pub fn render_template(
    html: String,
    parameters: HashMap<String, Value>,
) -> Result<String, Error>