template

Function

ArgDescriptionType
templateA Go Template compatible string.string (required)
expansionAn object to be expanded into the template.ordereddict.Dict (required)
htmlUse when the output should be html escaped.bool

Description

Expand a Go style template .