aboutsummaryrefslogtreecommitdiff
path: root/templates/templates.go
blob: 40d229a1db44c20316b0b1ad648e6ae4c923e8f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
package templates

import _ "embed"

//go:embed index.html
var Index string

//go:embed package.html
var Package string