{{with .board}} {{with $.op}} {{if ne $.op.Subject ""}}
/{{$.board.Dir}}/ - {{truncateString $.op.Subject 20 true}}
{{else if ne $.op.MessageHTML ""}}
/{{$.board.Dir}}/ - {{truncateString $.op.MessageText 20 true}}
{{else}}
/{{$.board.Dir}}/ - #{{$.op.ID}}
{{end}} {{else}}
/{{$.board.Dir}}/ - {{$.board.Title}}
{{end}} {{else}}
{{.config.SiteName}}
{{end}}
{{range $i, $board := .boards}}
/{{$board.Dir}}/
{{end}}