summaryrefslogtreecommitdiff
path: root/templates/mytemplates.go
blob: 82dc9996430db67ee44520e2755a4167fcbd8deb (plain)
1
2
3
4
5
6
7
8
package mytemplates

import "embed"

// myTemplates represent the templates used by the application.
//
//go:embed *.html *.gtpl components/*.html
var Templates embed.FS