Function render_template

Source
pub fn render_template(
    template: &str,
    context: &HashMap<&str, String>,
) -> Result<String, ElifError>