{{ define "header" }} /{{ .Board.Name }}/ - Archive {{ if (index .Posts 0).Preview }} {{ end }} {{ end }} {{ define "top" }}

/{{ .Board.Name }}/ - {{ .Board.PrefName }}

{{ .Board.Summary }}

Archived Posts

{{ end }} {{ define "content" }} {{ $board := .Board }}

{{ if eq $board.ModCred $board.Domain $board.Actor.Id }} {{ end }} {{ range $i, $e := .Posts }} {{ if mod $i 2 }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} {{ end }} {{ else }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} {{ end }} {{ end }} {{ end }}
No. Excerpt
[Pop]{{ short $board.Actor.Outbox $e.Id }} {{ shortExcerpt $e }} [View]
[Pop]{{ short $board.Actor.Outbox $e.Id }} {{ shortExcerpt $e }} [View]


{{ end }} {{ define "script" }} {{ end }}