package generator // terminalTemplate is the green phosphor CRT terminal theme. // Monospace throughout, scanline overlay via CSS, no external dependencies. // WebGL scene: large IcosahedronGeometry wireframe with orbiting torus particles, // giving a rotating phosphor-green 3D orb behind the terminal interface. const terminalTemplate = ` snonux.foo // TERMINAL {{template "splashGate"}}
> ./snonux --boot
LINK ESTABLISHED
TERMINAL SESSION
[ click / enter to continue ]
{{template "navhints" .}}
{{range $i, $post := .Posts}}
@snonux
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}} {{if or .PrevPage .NextPage}} {{end}}
{{template "navmodal" .}} {{template "navscript" .}} `