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