authelia/internal/templates/embed.go

9 lines
78 B
Go

package templates
import (
"embed"
)
//go:embed src/*
var embedFS embed.FS