{{ $interactions := index .Site.Data.interactions (split (.Path | path.Dir) "/") }} {{ with $interactions }}
{{ $most := 0 }} {{ $emoji := "" }} {{ range $thisEm, $count := .reactions }} {{ if gt $count $most }} {{ $most = $count }} {{ $emoji = $thisEm }} {{ end }} {{ end }}
Reactions & comments
    {{ range .interactions }} {{ if not .comment }} {{ continue }} {{ end }}
  1. {{ .author.name }}: {{ .comment }} ({{- partial "rel-date.html" (dict "time" .timestamp "rel" $.Page.Date) -}})
  2. {{ end }}
{{ else }}

No comments or reactions

{{ end }}