10 lines
122 B
Go
Raw Normal View History

2026-03-12 20:51:38 -07:00
package web
import "embed"
//go:embed templates/*.html
var TemplateFS embed.FS
//go:embed static
var StaticFS embed.FS