{{define "column"}}
{{.Icon}} {{.Label}} {{.Count}}
{{range .Tasks}} {{template "task-card" .}} {{end}}
{{end}}