{{ define "header" }} {{ end }} {{ define "content" }} {{ $board := .Board }}

{{ range .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] {{ end }}
{{ end }}
{{ $replies := .Replies }} R: {{ $replies.TotalItems }}{{ if $replies.TotalImgs }}/ A: {{ $replies.TotalImgs }}{{ end }} {{ if .Name }} {{ .Name }} {{ end }} {{ if .Content }} {{.Content}} {{ end }}
{{ end }}


{{ end }} {{ define "bottom" }} {{ end }} {{ define "script" }} {{ end }}