+ + + + + {{.Post.Author.DisplayName}} + @{{.Post.Author.Handle}} + + + + + {{.Post.Record.Text}} + {{if .Post.HasImage}} + + {{range .Post.Embed.Media.Images}} + [image] + {{end}} + + {{end}} + + + + + + + {{range .Replies}} + {{template "comment" .}} + {{end}} + +