render_template

Function render_template 

Source
pub fn render_template(
    tpl: &TemplateNode,
    hbs: &Handlebars<'static>,
    env: &MessageEnvelope,
    state: &Value,
    payload: &Value,
) -> Result<String>