package generator // neonTemplate is the cyberpunk neon theme — dark background, Three.js 3D orb // and rings, cyan/magenta/yellow palette, Orbitron font. // Keyboard nav and modal HTML are injected via the shared navDefs sub-templates. const neonTemplate = ` snonux.foo • NEON NEXUS {{template "splashGate"}}
snonux.foo
Neon Nexus
Click or Enter — establish link
{{template "navhints" .}}
{{range $i, $post := .Posts}}
@snonux
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}}
{{if or .PrevPage .NextPage}} {{end}}
{{template "navmodal" .}} {{template "navscript" .}} `