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