{{ define "header" }}
  {{ partial "hero.html" . }}
  {{ partial "boxes-small-news.html" . }}
{{ end }}
{{ define "main" }}
  
    {{- partial "home-page-sections/features-icons.html" . -}}
  
  {{ partial "home-page-sections/sponsors.html" (dict "cx" . "gtag" "home" ) }}
  {{- partial "home-page-sections/features-single.html" . -}}
  {{- partial "home-page-sections/showcase.html" . -}}
  
    {{- partial "home-page-sections/installation.html" . -}}
  
  
    {{- partial "home-page-sections/tweets.html" . -}}
  
  
    {{- partial "home-page-sections/open-source-involvement.html" . -}}
  
{{ end }}