Update template
This commit is contained in:
8
web/templates.go
Normal file
8
web/templates.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed templates
|
||||
var Templates embed.FS
|
Reference in New Issue
Block a user