package generator // cosmosTemplate is a deep-space theme — a large ringed planet dominates the // background, surrounded by swirling nebula clouds, an asteroid belt, and // thousands of stars. Dark navy-black palette with golden/purple accents. const cosmosTemplate = ` snonux.foo ✧ COSMOS
{{template "navhints" .}}
{{if .PrevPage}}{{end}} {{range $i, $post := .Posts}}
@snonux
{{$post.FormattedTime}}
{{$post.ContentHTML}}
{{end}} {{if .NextPage}}{{end}}
{{template "navmodal" .}} {{template "navscript" .}} `