{{define "post-list"}} {{range .Posts}}
{{if .URL}}

{{.Title}}

{{else}}

{{.Title}}

{{end}}

Shared by {{if .AuthorName}}{{if eq .AuthorName "(deleted)"}}(deleted){{else}}{{.AuthorName}}{{end}}{{else if and .AuthorID .Author.Username}}{{.Author.Username}}{{else}}unauthenticated user{{end}} · {{formatTime .CreatedAt}}

{{if $.CSRFToken}}{{end}}
Score {{.Score}} ▲ {{.UpVotes}} · ▼ {{.DownVotes}}
{{if $.CSRFToken}}{{end}}
{{else}}

No posts yet. Be the first to share something.

{{end}} {{end}}