Enha: split onto more templates

This commit is contained in:
Grail Finder
2025-05-04 08:36:53 +03:00
parent 06203ab39e
commit e335bf9dc8
9 changed files with 111 additions and 103 deletions

View File

@ -58,5 +58,5 @@ func HandleHome(w http.ResponseWriter, r *http.Request) {
// return
// }
userState := models.MakeTestState()
tmpl.ExecuteTemplate(w, "main", userState)
tmpl.ExecuteTemplate(w, "base", userState)
}