alps/public/index.html

13 lines
141 B
HTML
Raw Normal View History

2019-12-02 15:31:00 +01:00
{{template "head"}}
<h1>koushin</h1>
2019-12-02 17:31:34 +01:00
<p>Mailboxes:</p>
<ul>
{{range .Mailboxes}}
<li>{{.Name}}</li>
{{end}}
</ul>
2019-12-02 15:31:00 +01:00
{{template "foot"}}