{{template "script" .}}
Toggle navigation
@ inbucket
{{with .ctx.Session.Values.recentMailboxes}}
Recent Mailboxes
{{range .}}
{{.}}
{{end}}
{{end}}
Status
@inbucket
View
{{with .ctx.Session.Flashes "errors"}}
Please fix the following errors and resubmit:
{{range .}}
{{.}}
{{end}}
{{end}} {{template "content" .}}