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 |
Expand a Go style template .