diff --git a/main.go b/main.go index 0afb0dc..0f1b37f 100644 --- a/main.go +++ b/main.go @@ -317,7 +317,7 @@ func (s *Server) handlePrev(w http.ResponseWriter, r *http.Request) { } func (s *Server) HandleCurrent(w http.ResponseWriter, _ *http.Request) { - tmpl := template.Must(template.ParseFiles("test.html")) + tmpl := template.Must(template.ParseFiles("test.gohtml")) err := tmpl.Execute(w, s.CurrViewModel) if err != nil { fmt.Println(err) diff --git a/test.html b/test.gohtml similarity index 100% rename from test.html rename to test.gohtml