{{- .Page.Scratch.Add "comments_depth" 1 -}} {{- $comments := ( index .Page.Site.Data.comments .Page.File.UniqueID ) -}} {{- $parentId := .ParentId -}}
    {{- range $index, $comment := $comments -}} {{- if ( eq $comment.parent_id $parentId ) -}} {{ partial "comments/staticman/comment" ( dict "Comment" $comment "Page" $.Page ) }} {{- end -}} {{- end -}}