chatai/web/embed.go

9 lines
77 B
Go
Raw Normal View History

2024-12-25 17:18:23 +00:00
package web
import (
_ "embed"
)
//go:embed tmpl.html
var Template string