{{ define "title" }}notifications{{ end }} {{ define "content" }}

Notifications

{{ i "settings" "w-4 h-4" }} preferences
{{if .Notifications}}
{{range .Notifications}} {{template "notifications/fragments/item" .}} {{end}}
{{if .HasMore}}
{{end}} {{else}}
{{ i "bell-off" "w-16 h-16" }}

No notifications

When you receive notifications, they'll appear here.

{{end}}
{{ end }}