leo
555bc65502
All checks were successful
continuous-integration/drone/push Build is passing
* have a common error page tmpl
15 lines
227 B
Go
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
|
|
}
|