hugo-theme-termlite/layouts/_default/list.html

8 lines
220 B
HTML
Raw Normal View History

{{ define "main" }}
{{ if eq . .FirstSection }}
{{ partial "page/first_section.list.html" (dict "page" .) }}
{{ else }}
{{ partial "page/descendent_section.list.html" (dict "page" .) }}
{{ end }}
{{ end }}