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

{{ title .Name }}

{{if ne .ItemDescription ""}}

{{ .ItemDescription }}

{{end}}

{{- if or (ne .ItemType "") (ne .ItemSubtype "")}} {{.Mat}} {{if ne .ItemSubtype ""}}{{.ItemSubtype}}{{else}}{{.ItemType}}{{end}} {{- end}} {{- if gt .PageCount 0 }} with {{ .PageCount }} pages {{- end}} {{- if ne .Writing -1 }} containing {{ writtenContent .Writing}} {{- end}} {{- if ne .SiteId -1 }} stored in {{ site .SiteId}} {{- end}} {{- if ne .HolderHfid -1 }} owned by {{ hf .HolderHfid}} {{- end}}

Events

{{ template "events.html" events . }}

{{ json . }}

{{- end }}