diff --git a/handlers.go b/handlers.go index 50ed20e..356f8c9 100644 --- a/handlers.go +++ b/handlers.go @@ -6,12 +6,12 @@ import ( "crypto/subtle" "encoding/hex" "fmt" + "html/template" "io" "log/slog" "net/http" "os" "path/filepath" - "text/template" ) type Application struct {