{{ define "main" }} {{ if eq . .FirstSection }} {{ partial "page/first_section.list.html" (dict "page" . "class" "main--photostream") }} {{ else }} {{ partial "page/descendent_section.list.html" (dict "page" . "class" "main--photostream") }} {{ end }} {{ end }}