{{ define "content" }}

Community

{{range .Posts}}
{{slice .AuthorName 0 1}}

{{.AuthorName}}

{{.CreatedAt.Format "Jan 2, 2006"}}

{{if .ImageURL}}
Post image
{{end}}
{{if .Content}}

{{.AuthorName}} {{.Content}}

{{end}}
{{else}}

No posts yet

Be the first to share something with the community!

{{end}}
{{ end }}