Move web files to subdir
This commit is contained in:
9
web/templates.go
Normal file
9
web/templates.go
Normal file
@ -0,0 +1,9 @@
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.html
|
||||
var Templates embed.FS
|
||||
|
||||
//go:embed static/*
|
||||
var Static embed.FS
|
Reference in New Issue
Block a user