manager/ui/templates.go

7 lines
74 B
Go
Raw Normal View History

2022-04-08 23:02:14 +02:00
package ui
import "embed"
//go:embed templates/*
var Templates embed.FS