2024-10-17 08:34:18 -07:00
|
|
|
{{ define "main" }}
|
2024-10-24 10:04:54 -06:00
|
|
|
{{ 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 }}
|
2024-10-17 08:34:18 -07:00
|
|
|
{{ end }}
|