I'd like to do something like this:
{{range $y := .minYear .maxYear}}
<option value="y"> {{$y}}</option>
{{end}}
But the template is not rendered as expected. How can I fix this?