package main import ( "context" "crypto/sha256" "embed" "encoding/hex" "flag" "html/template" "io/fs" "log" "net/http" "os" "path" "path/filepath" "strconv" "strings" "time" ) //go:embed assets var assets embed.FS // editorBundleVersion is a short content hash of the vendored CodeMirror bundle, // appended as ?v=… to its