summaryrefslogtreecommitdiff
path: root/templates/fs.go
blob: 197a5e16c882874e31acd2c04c85db9dde77f250 (plain) (blame)
1
2
3
4
5
6
package templates

import "embed"

//go:embed *.gotmpl
var Templates embed.FS