12 lines
205 B
HTML
12 lines
205 B
HTML
{{template "layout.html" .}}
|
|
|
|
{{define "title"}}Year {{(index . 0).Year}}{{end}}
|
|
|
|
{{define "content"}}
|
|
|
|
<h3>Year {{(index . 0).Year}}</h3>
|
|
|
|
<h5>Events</h5>
|
|
{{ template "events.html" events . }}
|
|
|
|
{{- end }} |