# Functions
Must is a helper that wraps a call to a function returning (*Template, error) and panics if the error is non-nil.
New allocates a new template with the given name.
ParseFiles creates a new Template and parses the template definitions from the named files.
ParseGlob creates a new Template and parses the template definitions from the files identified by the pattern, which must match at least one file.