Documentation ¶ Index ¶ func RenderTemplate(db bolted.Database, currentPath dbpath.Path, w io.Writer) func(name string, data interface{}) error func RenderTemplateToString(db bolted.Database, currentPath dbpath.Path) func(name string, data interface{}) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RenderTemplate ¶ func RenderTemplate(db bolted.Database, currentPath dbpath.Path, w io.Writer) func(name string, data interface{}) error func RenderTemplateToString ¶ func RenderTemplateToString(db bolted.Database, currentPath dbpath.Path) func(name string, data interface{}) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files template.go Click to show internal directories. Click to hide internal directories.