package generator // brutalistTemplate is a raw brutalist theme — pure black, thick white borders, // Impact font, red as the only accent. WebGL scene: harsh slowly-rotating boxes, // wireframe red and solid white, no fog — brutal clarity. const brutalistTemplate = ` SNONUX.FOO {{template "splashGate"}}
SNONUX.FOO
Brutalist theme
[ CLICK OR ENTER TO TRANSMIT ]
{{template "navhints" .}}
{{range $i, $post := .Posts}}
@SNONUX
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}}
{{if or .PrevPage .NextPage}} {{end}}
{{template "navmodal" .}} {{template "navscript" .}} `