# Packages
No description provided by the author
# Functions
MustTemplate is the same as NewTemplate, but panics if an error occurs.
NewTemplate creates a new Template using the provided template string and imports map.
# Structs
DirectiveArgument represents arguments provided to directives (`//<directive> <args...>`), where arguments are parsed as space-separated key:value pairs.
No description provided by the author