Files
releases/test
Rohan Vasavada d46bc9d2be feat(builtins): add a new builtin function strings.render_template to render templated strings
This adds support for rendering of templated strings utilizing Golang's text/template library.
For a given templated string and key/value mapping of template var inputs, this builtin will
inject the values into the template where they are referenced by key.

Fixes #6371
Signed-off-by: Rohan Vasavada <rohanvasavada@gmail.com>
2023-11-17 08:53:28 -08:00
..