bloat/templates/retweetedby.tmpl

9 lines
212 B
Cheetah
Raw Permalink Normal View History

2020-01-14 17:57:16 +01:00
{{with .Data}}
2020-02-18 23:15:37 +01:00
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
2019-12-26 10:11:24 +01:00
<div class="page-title"> Retweeted By </div>
2020-01-14 17:57:16 +01:00
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
2019-12-26 10:11:24 +01:00
{{template "footer.tmpl"}}
2020-01-14 17:57:16 +01:00
{{end}}