aboutsummaryrefslogtreecommitdiff
path: root/tmpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl.go')
-rw-r--r--tmpl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl.go b/tmpl.go
index 0f7a8f4..c809f0c 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -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)