package generator // retroTemplate is an amber DOS terminal theme — black background, amber // phosphor (#ffb000) text, monospace throughout, no decorations. // Distinct from terminal.go (green) — this one evokes vintage PC monitors. // WebGL scene: spinning amber wireframe cube with orbiting octahedrons and // dim amber star particles for a retro demo-scene feel. const retroTemplate = ` SNONUX.FOO // RETRO {{template "splashGate"}}
*** SNONUX BBS ***
Amber phosphor mode
Press Enter or click to connect
{{template "navhints" .}}
{{range $i, $post := .Posts}}
@SNONUX
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}}
{{if or .PrevPage .NextPage}} {{end}}
{{template "navmodal" .}} {{template "navscript" .}} `