{{range slice .Posts 0 1}}
File
{{.Filename}}
- ({{.Fileinfo}})
「{{$.Subject}}」
{{$.Time}} No. {{.Id}}
{{.Content}}
{{end}} {{range slice .Posts 1}}
{{$.Time}} No. {{.Id}}
{{if .File}}
File
{{.Filename}}
- ({{.Fileinfo}})
{{end}} {{if .Content}}
{{.Content}}
{{end}}
{{end}}
I'm putting the new post box at the bottom.