{{template "header.html" . }} {{/** TODO: Move this into a per-theme CSS file **/}} {{template "guilds_css.html" . }} {{/** TODO: Add next / prev bits **/}} {{/** 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? Guild Titles? **/}}
{{.PostCount}} posts
{{end}}
{{template "footer.html" . }}