Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
template

template

Function
Arg Description Type
template A Go Template compatible string. string (required)
expansion An object to be expanded into the template. ordereddict.Dict (required)
html Use when the output should be html escaped. bool

Description

Expand a Go style template .