{{ define "header" }} /{{ .page.Board.Name }}/ - catalog {{ end }} {{ $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 }}