bloat/templates/retweetedby.tmpl

9 lines
212 B
Cheetah

{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> Retweeted By </div>
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
{{template "footer.tmpl"}}
{{end}}