{{ range $thisEm, $count := .reactions }}
{{ if gt $count 0 }}
{{ if eq $thisEm "❤️" }}{{ end -}}
{{ if eq $thisEm "⭐️" }}{{ end -}}
{{ if eq $thisEm "👍" }}{{ end -}}
{{ if eq $thisEm "🔁" }}{{ end -}}
{{ if eq $thisEm "💬" }}{{ end -}}
{{- $count }}
{{ end }}
{{ end }}
{{ range .interactions }}
{{ if not .comment }}
{{ continue }}
{{ end }}