{{range slice .Posts 0 1}}

{{.Content}}

{{end}} {{range slice .Posts 1}}

{{if .File}}
{{end}} {{if .Content}}

{{.Content}}

{{end}}
{{end}}