{{template "page_header.html" .}}

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

Catalog

Sort by:

{{range $_,$thread := .threads}}
{{if eq $thread.Filename ""}}(No file){{else if eq $thread.Filename "deleted"}}(File deleted){{else}} {{$thread.UploadPath}} {{end}}
{{if eq $thread.Name ""}}{{$.board.AnonymousName}}{{else}}{{$thread.Name}}{{end}} | R: {{numReplies $.board.ID $thread.ID}} {{- if $thread.Locked -}}Thread locked{{end -}} {{- if $thread.Stickied -}}Sticky{{end -}}
{{$thread.Message}}
{{end}}
Scroll to top {{template "page_footer.html" .}}