{{template "page_header.html" .}}

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

{{$.board.Subtitle}}

{{template "postbox.html" .}}
{{$global := .}} {{- template "post.html" map "global" $global "board" .board "post" .op -}} {{range $reply_num,$reply := .posts -}} {{- template "post.html" map "global" $global "board" $global.board "post" $reply -}} {{- end -}}


Reason:
Edit post
Return

[home]  [{{range $i, $boardlink := .boards -}} {{if gt $i 0}}/{{end -}} {{$boardlink.Dir}} {{- end}}]
{{template "page_footer.html" .}}