about summary refs log tree commit diff stats
path: root/templates/embed.go
blob: e7e1f181927f31d3c1b37cfb3a72c05eabd27946 (plain)
1
2
3
4
5
6
7
8
//go:build embed

package templates

import "embed"

//go:embed *
var Files embed.FS