{{template "header.html" . }}

Forums

{{range .ItemList}}
{{.Name}} {{if .Desc}}
{{.Desc}} {{else}}
No description {{end}}
{{if .LastReplyer.Avatar}}{{.LastReplyer.Name}}'s Avatar{{end}} {{if .LastTopic.Title}}{{.LastTopic.Title}}{{else}}None{{end}} {{if .LastTopicTime}}
{{.LastTopicTime}}{{end}}
{{else}}
You don't have access to any forums.
{{end}}
{{template "footer.html" . }}