{{.Glyph}}
{{.CardType}}
{{if gt .UseCount 0}}{{.UseCount}}×{{end}}
{{if .Title}}
{{.Title}}
{{end}}
{{if eq .CardType "snippet"}}
{{else if eq .CardType "checklist"}}
{{.Description}}
{{range $i, $step := .Steps}}
-
{{$step.Text}}
{{end}}
{{else if eq .CardType "template"}}
{{.Description}}
{{else if eq .CardType "decision"}}
{{if .Decision.Chose}}
{{end}}
{{if .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}}