aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index 9dbc3fe..4a9566a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,4 +2,11 @@
<h1>koushin</h1>
+<p>Mailboxes:</p>
+<ul>
+ {{range .Mailboxes}}
+ <li>{{.Name}}</li>
+ {{end}}
+</ul>
+
{{template "foot"}}