{{- $cards := slice -}} {{- with .Cards -}} {{- $cards = . -}} {{- end -}} {{- $feedPages := slice -}} {{- with .FeedPages -}} {{- $feedPages = . -}} {{- end -}} {{- $asideFirst := false -}} {{- with .AsideFirst -}} {{- $asideFirst = . -}} {{- end -}} {{- $showSection := false -}} {{- with .ShowSection -}} {{- $showSection = . -}} {{- end -}} {{- $spotlightClass := "spotlight" -}} {{- if $asideFirst -}} {{- $spotlightClass = printf "%s spotlight-aside-first" $spotlightClass -}} {{- end -}}