render_template

Function render_template 

Source
pub fn render_template(
    zip_bytes: Vec<u8>,
    data: &Value,
) -> Result<Vec<u8>, Box<dyn Error>>