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