mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
7 lines
74 B
Go
7 lines
74 B
Go
|
package templates
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed */*.html
|
||
|
var Files embed.FS
|