// Package assets embeds static files served by the renderer. package assets import "embed" //go:embed viewer.html var FS embed.FS