7 lines
276 B
HTML
7 lines
276 B
HTML
{{ 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 }}
|