mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: use partial includes in mail templates to avoid code duplication
This commit is contained in:
6
views/mail/mail.go
Normal file
6
views/mail/mail.go
Normal file
@ -0,0 +1,6 @@
|
||||
package mail
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.html
|
||||
var TemplateFiles embed.FS
|
Reference in New Issue
Block a user