dorfylegends/backend/templates/year.html

12 lines
205 B
HTML
Raw Permalink Normal View History

2022-05-07 23:19:30 +03:00
{{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 }}