{{template "header.html" . }} {{/** TODO: Move this into a CSS file **/}} {{template "socialgroups_css.html" . }} {{/** TODO: Port the page template functions to the template interpreter **/}} {{if gt .Page 1}}
<
{{end}} {{if ne .LastPage .Page}}
>
{{end}}
{{range .ItemList}}
{{.RankString}}
{{.JoinedAt}}
{{.User.Name}} {{/** Use this for badges instead of rank? Both? Group Titles? **/}}
{{.PostCount}} posts
{{end}}
{{template "footer.html" . }}