package main import ( "bytes" "context" "git.dev.alexdunmow.com/block/core/templates" ) // CyberpunkEmailWrapper is the registered cyberpunk:email_wrapper. // It produces a dark email with a mono preheader, magenta hairline divider, // and a literal "[esc] unsubscribe" link per UAT §10. // // UAT §10 mandates `body { background:#0a0a12 }`. That literal hex lives in the // if emailCtx.PreviewText != "" { } else { }
}