{{- $id := .id }} {{- $type := print "sections/" .type }} {{- $config := index site.Data.sections $id }} {{- $parallax := cond $config.parallax " parallax" "" -}}
{{- with $config.background.image }} {{- $backgroundScale := $config.background.scale | default 1 -}} {{- end }} {{- with $config.background.colorFrom -}}
{{- end }} {{- with $config.video -}}
{{- end -}}
{{- with $config.topRibbon }} {{- partial "ribbon" (dict "ribbon" $config.topRibbon) }} {{- end -}} {{ partial $type (dict "id" $id "config" $config) }} {{- with $config.bottomRibbon }} {{- partial "ribbon" (dict "ribbon" $config.bottomRibbon) }} {{- end -}}