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 "navhints" .}}
{{if .PrevPage}}{{end}} {{range $i, $post := .Posts}}
@snonux
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}} {{if .NextPage}}{{end}}
{{template "navmodal" .}} {{template "navscript" .}} `