aboutsummaryrefslogblamecommitdiff
path: root/public/index.html
blob: 4a9566ab8ecc7d3ae49e00ded390711890de92b3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                   






                                  
                   
{{template "head"}}

<h1>koushin</h1>

<p>Mailboxes:</p>
<ul>
	{{range .Mailboxes}}
		<li>{{.Name}}</li>
	{{end}}
</ul>

{{template "foot"}}