async_render_with_json

Function async_render_with_json 

Source
pub async fn async_render_with_json(
    template: &str,
    vars: HashMap<&str, Value>,
) -> Result<String>
Expand description

Render template with JSON variables asynchronously