aboutsummaryrefslogtreecommitdiff
path: root/templates/retweetedby.tmpl
blob: f8548c6a9980a4a23e2c3b77313da23fcbc22191 (plain)
1
2
3
4
5
6
7
8
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<h1>Retweeted By</h1>

{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}

{{template "footer.tmpl"}}
{{end}}