mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 14:43:01 +00:00
15 lines
366 B
Cheetah
15 lines
366 B
Cheetah
{{with .Data}}
|
|
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
|
|
{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
|
|
<div class="page-title"> Followers </div>
|
|
|
|
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
|
|
<div class="pagination">
|
|
{{if .NextLink}}
|
|
<a href="{{.NextLink}}">next</a>
|
|
{{end}}
|
|
</div>
|
|
|
|
{{template "footer.tmpl"}}
|
|
{{end}}
|