{{ define "main" }}
{{ $default := slice "hero" "now" "tech-marquee" "projects" "posts" }} {{ $sections := .Site.Params.home.sections | default $default }} {{ range $sections }} {{ partial (printf "home/%s.html" .) $ }} {{ end }}
{{ end }}