{{ range sort .Params "date" "asc" }}{{ . }}
{{ if eq .mention_type "mention" }}
{{ .author.name }} mentioned this post in the post {{ .title }}
{{ .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 }}