mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 12:39:22 +02:00
13 lines
282 B
Cheetah
13 lines
282 B
Cheetah
|
{{template "header.tmpl" .HeaderData}}
|
||
|
{{template "navigation.tmpl" .NavbarData}}
|
||
|
<div class="page-title"> Followers </div>
|
||
|
|
||
|
{{template "userlist.tmpl" .Users}}
|
||
|
<div class="pagination">
|
||
|
{{if .HasNext}}
|
||
|
<a href="{{.NextLink}}">next</a>
|
||
|
{{end}}
|
||
|
</div>
|
||
|
|
||
|
{{template "footer.tmpl"}}
|