Skip to main content

render_template

Function render_template 

Source
pub fn render_template(
    template_str: &str,
    vars: &Map<String, Value>,
) -> Result<String>
Expand description

Render a Tera template string with the given variables.