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