{{ define "main" }} {{ .Content }}
{{ $contributors := .Resources.Get "contributors.json" | transform.Unmarshal }} {{ range $contributors }}
{{- if .avatar_url }} {{- else }} face {{- end }}
{{ .name }}
{{ .contributions }} contributions
{{ end }}
{{ end }}