{{ define "main" }}
{{ .Content }}

Recent Issues

{{ range first 10 (where site.RegularPages "Section" "issues") }} {{ end }}
TitleLabels
{{ partial "state-badge.html" . }} #{{ .Params.number }} {{ .Title }} {{ with .Params.labels }} {{ $colors := $.Params.label_colors }} {{ $textColors := $.Params.label_text_colors }} {{ range . }} {{ $color := index $colors . | default "d0d7de" }} {{ $textColor := index $textColors . | default "#1f2328" }} {{ partial "label.html" (dict "name" . "color" $color "text_color" $textColor) }} {{ end }} {{ end }}

Recent Discussions

{{ range first 10 (where site.RegularPages "Section" "discussions") }} {{ end }}
TitleCategory
{{ partial "state-badge.html" . }} #{{ .Params.number }} {{ .Title }} {{ with .Params.category }}{{ . }}{{ end }}
{{ end }}