{{define "layout"}} THOI Admin{{if .Page}} — {{.Page}}{{end}} {{if eq .Page "map"}}{{template "body-map" .}} {{else if eq .Page "objects"}}{{template "body-objects" .}} {{else if eq .Page "items"}}{{template "body-items" .}} {{else if eq .Page "mobs"}}{{template "body-mobs" .}} {{else if eq .Page "drops"}}{{template "body-drops" .}} {{else if eq .Page "hazards"}}{{template "body-hazards" .}} {{else if eq .Page "techs"}}{{template "body-techs" .}} {{else if eq .Page "courses"}}{{template "body-courses" .}} {{else if eq .Page "modules"}}{{template "body-modules" .}} {{else if eq .Page "players"}}{{template "body-players" .}} {{else if eq .Page "dashboard"}}{{template "body-dashboard" .}} {{else if eq .Page "files"}}{{template "body-files" .}} {{else}}

Unknown page: {{.Page}}

{{end}} {{end}}