dorfylegends/backend/templates/collectionDetail.html
Robert Janetzko 0596601ea2 collections
2022-05-03 12:59:47 +00:00

11 lines
326 B
HTML

{{- if gt (len .Eventcol) 0 }}
<ul>
{{- range .Eventcol }}
<li>{{ with getCollection . }}
In {{ time .StartYear .StartSeconds72 }}, {{ collection .Id }} occurred
{{ template "events.html" events .Event }}
{{ end }}</li>
{{- end }}
</ul>
{{- end }}
{{ template "events.html" events .Event }}