{{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}} {{$.config.SiteWebfolder}}{{$.board.Dir}}/src/{{$thread.Filename}} {{end}}
{{if eq $thread.Name ""}}Anonymous{{else}}{{$thread.Name}}{{end}} | R: {{numReplies $.board.ID $thread.ID}}
{{$thread.MessageHTML}}
{{end}}

{{template "page_footer.html" .}}