{{template "layout.html" .}} {{define "title"}}{{ title .Name }}{{end}} {{define "content"}}

{{ title .Name }}

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

{{initMap}} {{ addMountain .Id false }}
Height
{{ .Height }}
Events
{{ template "events.html" events . }}

{{ json . }}

{{- end }}