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

{{ title .Name }}

{{ .Type }}

{{- if gt (len .Parts) 0 }}
Parts
{{- end }}
Events
{{ template "events.html" events . }}

{{ json . }}

{{- end }}