{{ template "partials/top" .page }} {{ $board := .page.Board }}

{{ range .page.Posts }}
{{ if eq $board.ModCred $board.Domain $board.Actor.Id }} [Delete Post] {{ end }} {{ if .Attachment }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} [Delete Attachment] [Mark Sensitive] {{ end }}
{{ parseAttachment . true }}
{{ end }}
{{ $replies := .Replies }} {{ if $replies }} R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} {{ end }} {{ if .Name }}
{{ .Name }} {{ end }} {{ if .Content }}
{{.Content}} {{ end }}
{{ end }}


{{ template "partials/footer" .page }} {{ template "partials/general_scripts" .page }} {{ template "partials/post_scripts" .page }}