3dee795 ^
79b376a ^
1 2 3 4 5 6 7 8 9 10 11
12
13
package web import "html/template" // Page holds page information type Page struct { SafeList []template.HTML List []string Error []string Success []string Notice []string Version string }