{{end}}
{{if and (not .TodayItems) (not .TomorrowItems) (not .LaterItems)}}
No items found for the selected range.
{{end}}
{{end}}
{{define "timeline-item"}}
{{if or (eq .Type "task") (eq .Type "card")}}
{{end}}
{{/* Only show time if it's not midnight (12:00 AM = all-day/no specific time) */}}
{{if or (ne .Time.Hour 0) (ne .Time.Minute 0)}}