{{template "head.html"}} {{template "nav.html"}}

{{.Mailbox.Name}}

{{if .Messages}}

{{if ge .PrevPage 0}} Prev {{end}} {{if and (ge .PrevPage 0) (ge .NextPage 0)}}ยท{{end}} {{if ge .NextPage 0}} Next {{end}}

{{else}}

Mailbox is empty.

{{end}}
{{template "foot.html"}}