diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-02 17:31:34 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-02 17:31:34 +0100 |
commit | 640bd497317891eae8c34255c077956183d526ae (patch) | |
tree | 14993f7704d5b1e8176691cda2533f90b70bc1ca /public | |
parent | 8b84d81f9b56c02a53d1224eb20b25ba93609aa1 (diff) | |
download | alps-640bd497317891eae8c34255c077956183d526ae.tar.gz alps-640bd497317891eae8c34255c077956183d526ae.zip |
List mailboxes
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 7 |
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"}} |