package templates
import _ "embed"// needed for go:embed// Index holds the contents of the index.html template.////go:embed index.htmlvar Index string// Package holds the contents of the package.html template.////go:embed package.htmlvar Package string