{{ define "jumbotron"}}{{ partial "jumbotron.html" . }}{{end}} {{ define "main" }}

Announcements

{{ range first 5 (where (index .Site.Taxonomies.categories "announcements").Pages "Section" "news") }} {{ end }}

Community News

{{ range first 5 (where (index .Site.Taxonomies.categories "community").Pages "Section" "news") }} {{ end }}
{{ end }}