{{ $comm := .Params.community }} {{ $social := site.Menus.community }}
{{ partial "home/heading.html" (dict "title" $comm.title) }} {{/* Project stats */}}
{{ range $index, $stat := $comm.stats }}
{{ $stat.figure }} {{ $stat.title }}
{{ end }}
{{/* Social links */}}
{{ range $social }} {{ template "community-button" . }} {{ end }}
{{/* Spinning globe (see assets/js/home.tsx) */}}
{{ define "community-button" }}
{{ .Name }}
{{ end }}