# Functions
MustNewStrTmpl creates a new StrTmpl from the provided raw template string.
MustNewTmpl creates a new Tmpl instance from the provided raw template string.
MustNewURLTmpl creates a new URLTmpl from the given raw template string.
New creates a new Tmpl instance from a raw JSON template string.
NewStrTmpl creates a new StrTmpl instance by parsing the provided template string.
NewURLTmpl creates a new URLTmpl instance by parsing the provided template string.