2024-08-07 07:43:50 -10:00
|
|
|
{{ define "main" }}
|
2024-10-23 11:16:16 -07:00
|
|
|
{{ if eq . .FirstSection }}
|
|
|
|
{{ partial "page/first_section.list.html" . }}
|
|
|
|
{{ else }}
|
|
|
|
{{ partial "page/descendent_section.list.html" . }}
|
|
|
|
{{ end }}
|
2024-08-07 07:43:50 -10:00
|
|
|
{{ end }}
|