pub fn render(template: &str, context: &Value) -> Result<String>
Renders template (without the .html.tera suffix) with context to an HTML string. Errors if no engine was installed or the template fails.
template
.html.tera
context