{{define "content"}}
{{if .Post.URL}}

{{.Post.Title}}

{{else}}

{{.Post.Title}}

{{end}}
{{if .Post.Content}}

{{.Post.Content}}

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