mirror of
https://github.com/hugmouse/maddy-password-reset.git
synced 2025-04-11 18:20:26 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.gohtml
|
|
var Templates embed.FS
|