diff --git a/server.go b/server.go index 8fd350b..d0b9d7b 100644 --- a/server.go +++ b/server.go @@ -283,7 +283,7 @@ func NewServer(bind string, config Config) *Server { // Templates box := rice.MustFindBox("templates") - indexTemplate := template.New("view") + indexTemplate := template.New("index") template.Must(indexTemplate.Parse(box.MustString("index.html"))) template.Must(indexTemplate.Parse(box.MustString("base.html")))