Versions in this module Expand all Collapse all v1 v1.0.0 Jul 13, 2024 Changes in this version + const BaseTmplPath + var IndexTmpl = tmplParseWithBase("templates/index.html") + var JoinFormTmpl = IndexTmpl.Lookup("join-form") + var NotFoundTmpl = tmplParseWithBase("templates/not-found.html") + func DebugOn() bool + func DevMode() bool + func ErrorHandler(w http.ResponseWriter, r *http.Request, status int) + func NotFoundHandler(w http.ResponseWriter, r *http.Request) + func ParseTmplWithFuncs(path string) *template.Template + func ProdMode() bool + type HX_Headers struct + HxCurrentURL string + HxRequest string + HxTarget string + HxTrigger string + HxTriggerName string + type JoinFormData struct + GamePinError string