You can loop over a map or array inside an HTML template by using range.
{{ range $key, $value := .News}} <p>some stuff</p> {{ end }}