{{with .Data}} {{template "header.tmpl" (WithContext .HeaderData $.Ctx)}} {{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
Notifications
{{range .Notifications}}
{{if eq .Type "follow"}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} followed followed you
@{{.Account.Acct}}
{{else if eq .Type "mention"}} {{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "reblog"}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted retweeted your post
{{template "status" (WithContext .Status $.Ctx)}}
{{else if eq .Type "favourite"}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} liked liked your post
{{template "status" (WithContext .Status $.Ctx)}}
{{end}}
{{end}} {{template "footer.tmpl"}} {{end}}