{{ range . }} {{ if eq .mention_type "mention" }}
{{ .author.name }} mentioned this post in the post {{ .title }}
{{ end }} {{ if eq .mention_type "like" }}
{{ .author.name }} liked
{{ end }} {{ if eq .mention_type "reply" }}
{{ .author.name }} replied to this post here
{{ end }} {{ if eq .mention_type "bookmark" }}
{{ .author.name }} bookmarked this post
{{ end }} {{ if eq .mention_type "repost" }}
{{ .author.name }} reposted this article
{{ end }} {{ if eq .mention_type "rsvp" }}
{{ .author.name }} responded to the rsvp here
{{ end }} {{ end }}