blocky/web/index.go

9 lines
123 B
Go

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