2024-07-23 08:45:04 -07: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-07-23 08:45:04 -07:00
|
|
|
{{ end }}
|