7 lines
84 B
Go
7 lines
84 B
Go
package templates
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed error.html
|
|
var ErrorTemplate string
|