summaryrefslogtreecommitdiffstats
path: root/templates/devtest/list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devtest/list.tmpl')
-rw-r--r--templates/devtest/list.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/devtest/list.tmpl b/templates/devtest/list.tmpl
new file mode 100644
index 0000000..90b1fcc
--- /dev/null
+++ b/templates/devtest/list.tmpl
@@ -0,0 +1,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" .}}