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

{{ title .Name }}

{{ if .IsVolcano }}volcano{{else}}mountain{{end}}

Height
{{ .Height }}
Events
{{ template "events.html" events . }}

{{ json . }}

{{- end }}