{{template "layout.html" .}} {{define "title"}}{{ title .Name }}{{end}} {{define "content"}} {{ if world.MapReady }}
{{initMap}} {{ addRegion .Id }} {{- end }}

{{ title .Name }}

{{ .Type }}

{{- if ne .ForceId -1 -}}
Force
{{ hf .ForceId }}
{{- end -}}
Events
{{ template "events.html" events . }}

{{ json . }}

{{- end }}