Skip to main content

render_string

Function render_string 

Source
pub fn render_string(
    template: &str,
    ctx: &TemplateContext,
) -> Result<String, WorkflowError>
Expand description

Render template expressions in a string value, replacing {{ ... }} patterns.