{{template "layout.html" .}} {{define "title"}}{{ title (strip (collection .Id)) }}{{end}} {{define "content"}} {{ if world.MapReady }}
{{initMap}} {{ addCollection .Id }} {{- end }}

{{ html (capitalize (string (collection .Id))) }}

{{- if eq .Type "occasion" }}{{- with getOccasion .Details.CivId .Details.OccasionId }}{{- if ne .Event -1 }}

A festival commemorating {{ story .Event }}

{{- end }}{{- end}}{{- end}} {{ template "collectionDetail.html" . }}

{{ json . }}

{{- end }}