{{ define "header" }} /{{ .Board.Name }}/ - {{ .PostId }} {{ if (index .Posts 0).Preview }} {{ end }} {{ end }} {{ define "content" }} {{ $board := .Board }}

{{ template "posts" . }}
{{ if eq (index .Posts 0).Type "Note" }} {{ end }}
[Post a Reply] {{ $replies := (index .Posts 0).Replies }} {{ $replies.TotalItems }} / {{ $replies.TotalImgs }}

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