{{define "admin/action"}} {{template "admin/head" .}} {{template "admin/navigation" .}}

{{.action.Title}}

{{template "skel/flash" .}} {{with .action}}
{{if .WarnMsg}} {{end}} {{ $.csrfField }}
{{end}}
{{template "admin/footer" .}} {{end}}