blob: 9492ee6c1cbbbba0eb9f0e0508239907ff23227c (
plain)
1
2
3
4
5
6
7
8
|
{{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}}
|