~jadedctrl/jam-xwx-moe

~jadedctrl/jam-xwx-moe/bloat-fe/instance/ŝablonoj/userlist.tmpl
 ..
0 {{with .Data}}
1 <div>
2 {{range .}}
3 {{template "userlistitem.tmpl" (WithContext . $.Ctx)}}
4 {{else}}
5 <div class="no-data-found">No data found</div>
6 {{end}}
7 </div>
8 {{else}}
9 <div class="no-data-found">No data found</div>
10 {{end}}