{{ define "bodyClass"}}post{{ end }} {{ define "title" }}{{ .Title }} - {{ end }} {{ define "meta" }} {{ partial "single_meta.html" . }} {{ partial "single_json_ld.html" . }} {{ end }} {{ define "main" }}

{{ .Title }}

{{ if .Params.kids }} {{ range $index, $id := .Params.kids}} {{ partial "comment" (dict "ctx" $ "id" $id "parent" "") }} {{ end }} {{ else }}

There are no comments yet.

{{ end }}
{{ end }}