{{ range sort . "date" "asc" }}
{{ if eq .mention_type "mention" }}
{{ .content | safeHTML }}
{{ end }} {{ if eq .mention_type "reply" }}
{{ .author.name }} replied to this post here
{{ .content | safeHTML }}
{{ end }} {{ if eq .mention_type "bookmark" }}
{{ .author.name }} bookmarked this post
{{ end }} {{ if eq .mention_type "rsvp" }}
{{ .author.name }} responded to the rsvp here
{{ end }} {{ end }}