diff options
Diffstat (limited to 'tmpl.go')
-rw-r--r-- | tmpl.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ import ( var tmplString string var tmpl *template.Template +// This init function parses the HTML template. func init() { var err error tmpl, err = template.New("powxy").Parse(tmplString) |