{{ define "timeline/fragments/notifications" }}

{{ i "bell" "size-4 flex-shrink-0" }} Notifications

View all {{ i "arrow-right" "size-3.5" }}
{{ if not .LoggedInUser }}
{{ i "bell-off" "w-10 h-10" }}
Log in to view your inbox
{{ else if not .Notifications }}
{{ i "inbox" "w-10 h-10" }}

All caught up!

{{ else }}
{{ range .Notifications }} {{ template "notifications/fragments/item" . }} {{ end }}
{{ end }}
{{ end }}