1 2 3 4 5 6 7 8 9 10 11 12
package home import "embed" //go:embed public/static/*.svg //go:embed public/static/*.woff2 //go:embed templates/*.html //go:embed templates/layouts/*.html //go:embed content/*.md //go:embed content/posts/*.md var Content embed.FS