// Package antispam defines HTML templates and the corresponding server-side // logic for integrating captcha providers. package antispam import ( "context" "html/template" "log/slog" "net/http" "os" ) type Antispam interface { // Script contains HTML `