summaryrefslogtreecommitdiffstats
path: root/templates/devtest/list.tmpl
blob: 3a519c328ee93306932031e8f91757b12f76ae41 (plain)
1
2
3
4
5
<ul>
	{{range .SubNames}}
	<li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
	{{end}}
</ul>