{{/* This template is intended to display a single post in the context of a forum, the feed, or a similar layout. It should be called with PostListItem. */}}
{{ .User.Name }}{{ relativedate .Date }}
{{ with .Content }}
{{ . }}
{{ end }}
»