frostfs-http-gw/internal/templates/template.go

7 lines
93 B
Go
Raw Normal View History

package templates
import _ "embed"
//go:embed index.gotmpl
var DefaultIndexTemplate string