2024-07-23 08:45:04 -07:00
|
|
|
{{ define "main" }}
|
2024-10-23 11:16:16 -07:00
|
|
|
{{ if eq . .FirstSection }}
|
2024-10-24 10:00:08 -06:00
|
|
|
{{ partial "page/first_section.list.html" (dict "page" .) }}
|
2024-10-23 11:16:16 -07:00
|
|
|
{{ else }}
|
2024-10-24 10:00:08 -06:00
|
|
|
{{ partial "page/descendent_section.list.html" (dict "page" .) }}
|
2024-10-23 11:16:16 -07:00
|
|
|
{{ end }}
|
2024-07-23 08:45:04 -07:00
|
|
|
{{ end }}
|