render_template

Function render_template 

Source
pub fn render_template(
    template_content: &str,
    user_vars: HashMap<String, Value>,
) -> Result<String, TemplateError>
Expand description

Convenience functions for simple template rendering