{{.Title}}
{{.Count}} cards{{if .ExportedAt}} · exported {{.ExportedAt}}{{end}}
{{range .Types}} {{end}}
{{range .Cards}}
{{.Glyph}} {{.CardType}} {{if gt .UseCount 0}}{{.UseCount}}×{{end}}
{{if .Title}}
{{.Title}}
{{end}} {{if eq .CardType "snippet"}}
{{.Body}}
{{else if eq .CardType "checklist"}}
{{.Description}}
{{else if eq .CardType "template"}}
{{.Description}}
{{range .Slots}}
{{end}}
{{else if eq .CardType "decision"}}
{{if .Decision.Chose}}
Chose
{{.Decision.Chose}}
{{end}} {{if .Decision.Why}}
Why
{{.Decision.Why}}
{{end}} {{if .Decision.Rejected}}
Rejected
{{range $i, $r := .Decision.Rejected}}{{if $i}}, {{end}}{{$r}}{{end}}
{{end}}
{{if .Body}}
{{.Body}}
{{end}} {{else if eq .CardType "link"}} {{if .Body}}
{{.Body}}
{{end}} {{.LinkURL}} {{else}}
{{.Body}}
{{end}} {{if .Tags}}
{{range .Tags}}#{{.}}{{end}}
{{end}}
{{end}}