// Package web embeds all frontend assets: Go templates and static files. // No build step — the binary serves everything (§2.2). package web import "embed" //go:embed templates static var FS embed.FS