mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-21 06:10:04 -06:00
7 lines
77 B
Go
7 lines
77 B
Go
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html
|
|
var TemplateFS embed.FS
|