alps/public/index.html
2019-12-02 17:31:34 +01:00

13 lines
141 B
HTML

{{template "head"}}
<h1>koushin</h1>
<p>Mailboxes:</p>
<ul>
{{range .Mailboxes}}
<li>{{.Name}}</li>
{{end}}
</ul>
{{template "foot"}}