massive: move a lot of things
This commit is contained in:
11
x-tba/wizards-structs/server/templates.go
Normal file
11
x-tba/wizards-structs/server/templates.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "html/template"
|
||||
|
||||
var tmpl *template.Template
|
||||
|
||||
func init() {
|
||||
tmpl = template.Must(
|
||||
template.New("list.tmpl").
|
||||
ParseFiles("list.tmpl"))
|
||||
}
|
Reference in New Issue
Block a user