pcmt/handlers/page.go
leo 555bc65502
All checks were successful
continuous-integration/drone/push Build is passing
handlers: update error handling
* have a common error page tmpl
2023-04-21 12:33:14 +02:00

15 lines
227 B
Go

package handlers
type page struct {
AppName string
AppVer string
Title string
Name string
CSRF string
DevelMode bool
Current string
Error string
Status string
StatusText string
}