{{/* This template is intended to display a single thread in the context of a forum, the feed, or a similar layout. It should be called with ThreadListItem. */}}
{{ .FirstUser.Name }}{{ relativedate .FirstDate }}
{{ with .Content }}
{{ . }}
{{ end }}
Last post {{ relativedate .LastDate }}
{{ .LastUser.Name }}
»