{{ 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 .Project.HasForum }} {{ if .User }} + New Thread {{ else }} Log in to post a new thread {{ end }} {{ end }} {{ if .User }}
{{ csrftoken .Session }}
{{ end }}
{{ template "pagination.html" .Pagination }}
{{ end }}