blocky/web/index.go

8 lines
120 B
Go

package web
import _ "embed"
// IndexTmpl html template for the start page
//go:embed index.html
var IndexTmpl string