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