{{define "timeline.html"}}

{{.MonthName}} {{.Year}}

{{if .Days}} {{range .Days}}
{{/* Events */}} {{range .Events}}
📅

{{.Title}}

{{if not .AllDay}} {{formatTime .Start}} - {{formatTime .End}} {{else}} All day {{end}} {{if .Location}} 📍 {{.Location}} {{end}} {{if .Description}}

{{.Description}}

{{end}}
{{end}} {{/* Diary entry */}} {{if .Diary}}
📝

Journal Entry

{{.Diary.Text}}

{{end}} {{/* Photos */}} {{if .Photos}}
📷

Photos

{{range .Photos}}
{{.Description}}
{{.Description}}
{{end}}
{{end}}
{{end}} {{else}}

No entries for this month.

{{end}}
{{end}}