mirror of
https://github.com/rjNemo/auth
synced 2026-06-06 08:26:39 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
// Templates holds the embedded HTML templates.
|
|
//
|
|
//go:embed templates/*.html
|
|
var Templates embed.FS
|