{{template "script" .}}
Toggle navigation
@ inbucket
{{with .ctx.Session.Values.recentMailboxes}}
Recent Mailboxes
{{range .}}
{{.}}
{{end}}
{{end}} {{if .ctx.WebConfig.MonitorVisible}}
Monitor
{{end}}
Status
{{with .ctx.WebConfig.MailboxPrompt}}
{{.}}
{{end}}
View
{{with .errorFlash}}
Please fix the following errors and try again:
{{range .}}
{{.}}
{{end}}
{{end}} {{template "content" .}}