mirror of
https://github.com/thomiceli/opengist.git
synced 2026-08-07 07:14:49 +00:00
7 lines
109 B
Go
Vendored
7 lines
109 B
Go
Vendored
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed layouts/*.html partials/*.html pages/*.html
|
|
var Files embed.FS
|