{{template "shellTop" "events"}}

Intake

Everything that arrived, newest first — a relayed notification, a mail candidate, a feed item, a changed page, a spend, a presence probe. One envelope per write; the durable row is still the fact, note or task itself. Held in memory only, so a restart empties this.
{{if .Err}}
journal unavailable: {{.Err}}
{{end}} {{if and (not .Events) (not .Err)}}
nothing has arrived yet
{{end}} {{if .Events}}
{{range .Events}}{{end}}
whensourcekindpriwhatdetail
{{.OccurredAt.Format "02.01 15:04:05"}} {{.Source}} {{.Kind}} {{.Priority}} {{.Title}} {{.Body}}
{{end}} {{template "shellBottom"}}