diff --git a/main.go b/main.go
index 2d9876c..8bb32c8 100644
--- a/main.go
+++ b/main.go
@@ -116,7 +116,7 @@ func main() {
func formHandler(filename string) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
- tmpl, err := template.ParseFS(content, "templates/base.html", "templates/header.html", "templates/main.html", "templates/footer.html")
+ tmpl, err := template.ParseFS(content, "templates/base.html", "templates/header.html", "templates/main.html", "templates/footer.html", "templates/monsterForm.html")
if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
return
diff --git a/templates/main.html b/templates/main.html
index 35b6123..2cc0118 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -7,122 +7,7 @@
-