{{- $comment := .Comment -}} {{- $maxDepth := .Page.Site.Params.comments.staticman.maxDepth -}}
  • {{ i18n "authorsAvatar" ( dict "Author" $comment.author ) }} {{- if $comment.site -}} {{- $comment.author -}} {{- else -}} {{- $comment.author -}} {{- end -}} {{ i18n "says" }}:
    {{ $comment.content | markdownify }}
    {{- if lt ( .Page.Scratch.Get "comments_depth" ) $maxDepth -}} {{ partial "comments/staticman/replies-list" ( dict "ParentId" $comment._id "Page" .Page ) }} {{- end -}}