{{ define "title" }} {{ string .Blog.Lang "comments" }} - {{ mdtext .Blog.Title }} {{ end }} {{ define "main" }}

{{ string .Blog.Lang "comments" }}

{{ $blog := .Blog }} {{ range $i, $comment := .Data.Comments }}

ID: {{ $comment.ID }}
Target: {{ $comment.Target }}
Name: {{ if $comment.Website }}{{ $comment.Name }}{{ else }}{{ $comment.Name }}{{ end }}

{{ html $comment.Comment }}

{{ end }} {{ if .Data.HasPrev }}

{{ string .Blog.Lang "prev" }}

{{ end }} {{ if .Data.HasNext }}

{{ string .Blog.Lang "next" }}

{{ end }}
{{ end }} {{ define "commentsadmin" }} {{ template "base" . }} {{ end }}