todo/frontend/contents.go

7 lines
79 B
Go

package frontend
import "embed"
//go:embed templates/*
var Frontend embed.FS