aboutsummaryrefslogtreecommitdiff
path: root/templates/retweetedby.tmpl
blob: ce0d3374478aeee2927c0505e37d43421eddb9c2 (plain)
1
2
3
4
5
6
7
8
9
{{with .Data}}
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
<div class="page-title"> Retweeted By </div>

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

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