Files
authentik/internal/outpost/proxy/templates/templates.go
2021-09-07 16:44:15 +02:00

7 lines
84 B
Go

package templates
import _ "embed"
//go:embed error.html
var ErrorTemplate string