{{define "admin/categories"}} {{template "admin/head" .}} {{template "admin/navigation" .}}
{{template "skel/flash" .}}

Category management

Add a category

{{range .categories}} {{end}}
Name Last User Last modified Actions
{{.Name}} {{.Author.Username}} {{.LastModified | FormatDateTime}} Edit Delete
{{template "admin/footer" .}} {{end}}