{{ template "base.html" . }} {{ define "content" }}
{{ range .Subforums }}

{{ .Name }} »

{{ range .Threads }} {{ template "thread_list_item.html" . }} {{ end }} {{ $more := sub .TotalThreads 3 }} {{ if gt $more 0 }} {{ end }}
{{ end }}
{{ template "subforum_options" . }}
{{ range .Threads }} {{ template "thread_list_item.html" . }} {{ end }}
{{ template "subforum_options" . }}
{{ end }} {{ define "subforum_options" }}
{{ if .User }} + New Thread
{{ csrftoken .Session }}
{{ else }} Log in to post a new thread {{ end }}
{{ template "pagination.html" .Pagination }}
{{ end }}