manager/ui/templates.go
2022-04-08 23:02:14 +02:00

7 lines
74 B
Go

package ui
import "embed"
//go:embed templates/*
var Templates embed.FS