{{ range .Params.sections }}
{{ if eq .type "card" }} {{ partial "main/landing/section-card.html" . }} {{ else if eq .type "normal" }} {{ partial "main/landing/section-normal" . }} {{ else }} {{ printf "%#v" "Not supported type" }} {{ end }}
{{ end }}