7 lines
220 B
HTML
7 lines
220 B
HTML
{{ define "main" }}
|
|
{{ if eq . .FirstSection }}
|
|
{{ partial "page/first_section.list.html" (dict "page" .) }}
|
|
{{ else }}
|
|
{{ partial "page/descendent_section.list.html" (dict "page" .) }}
|
|
{{ end }}
|
|
{{ end }}
|