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

package templates

import (
	"os"
)

var Files = os.DirFS("templates/")