{{template "page_header.html" .}}

/{{$.board.Dir}}/ - {{$.board.Title}}

{{$.board.Subtitle}}
Catalog | Bottom

{{- template "postbox.html" . -}}
{{$global := .}} {{- range $t, $thread := .threads}}{{$op := index $thread.Posts 0}}
{{- template "post.html" map "global" $global "board" $.board "post" $op "is_board_page" true "thread" $thread -}} {{- if gt $thread.OmittedPosts 0 -}} {{$thread.OmittedPosts}} repl{{if gt $thread.OmittedPosts 1}}ies{{else}}y{{end}}{{if gt $thread.OmittedImages 0}} and {{$thread.OmittedImages}} upload{{if gt $thread.OmittedImages 1}}s{{end}}{{end}} omitted
{{- end -}} {{- range $r,$reply := $thread.Posts -}} {{if gt $r 0}} {{- template "post.html" map "global" $global "board" $.board "post" $reply -}} {{end}} {{- end -}}

{{- end}}

Report reason:
 
Update | Scroll to top
{{- with .prevPage -}} {{- end -}} {{- with .nextPage -}} {{- end -}}
Prev{{range $_,$i := makeLoop .numPages 1 -}} {{- if eq $.currentPage $i -}} [{{$i}}] {{- else -}} [{{$i}}] {{- end -}} {{- end}}Next
[home]  [{{range $i, $boardlink := $.boards -}} {{- if gt $i 0}}/{{end}} {{$boardlink.Dir}} {{end}}]
{{- template "page_footer.html" .}}