{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
Notifications {{if gt .UnreadCount 0}}({{.UnreadCount }}){{end}}
refresh {{if .ReadID}}
{{end}}
{{range .Notifications}}
{{if eq .Type "follow"}}
{{EmojiFilter .Account.DisplayName .Account.Emojis}} followed you -
@{{.Account.Acct}}
{{else if eq .Type "mention"}} {{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "reblog"}}
avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted your post -
{{template "status" (WithContext .Status $.Ctx)}} {{else if eq .Type "favourite"}}
avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} liked your post -
{{template "status" (WithContext .Status $.Ctx)}} {{end}}
{{end}} {{template "footer.tmpl"}} {{end}}