{{ $root := . }} {{ with .Site.Params.comments }} {{ $tc := and .storage (gt (len .nav) 1) }} {{ $active := .active }} {{ $fc := .active }} {{ $sc := "" }} {{ $sn := "" }}
{{ T "PostComments.title" }}
{{ if $tc }} {{ $sn = (sort .nav "weight") }} {{ $fc = index $sn 0 }} {{ $sc = index $sn 1 }}
{{ $fc.title }} {{ $sc.title }}
{{ end }}
{{ $cp := "_thirdparty/comment/%s.html" }} {{ if $tc }} {{ range $sn }}
{{ partial "_thirdparty/comment/comm_loading.html" . }} {{ partial (printf $cp (lower .name)) $root }}
{{ end }} {{ else }}
{{ partial "_thirdparty/comment/comm_loading.html" . }} {{ partial (printf $cp $fc) $root }}
{{ end }}
{{ end }}