mirror of
https://github.com/thomiceli/opengist.git
synced 2025-05-14 00:02:10 +02:00
7 lines
74 B
Go
Vendored
7 lines
74 B
Go
Vendored
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed */*.html
|
|
var Files embed.FS
|