Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-14 | test(templater): Add a test for the `default` template function | Vincent Ambo | 1 | -0/+1 | |
2017-04-04 | feat templater: Fail if values are missing | Vincent Ambo | 1 | -0/+1 | |
Golang's template package now has an option for failing if template variables are missing: https://golang.org/pkg/text/template/#Template.Option This updates the templater code to make use of that option and return the errors encountered during templating. This fixes #1 |