blob: 90b1fcc9d041124f2016da1e17ec4a2aa0ba3bf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{{template "base/head" .}}
<ul>
{{range .SubNames}}
<li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
{{end}}
</ul>
<style>
ul {
line-height: 2em;
}
</style>
{{template "base/footer" .}}
|