mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
5 lines
194 B
HTML
5 lines
194 B
HTML
|
{{ define "main" }}
|
||
|
{{ $section_to_display := .Sections | default .Paginator.Pages }}
|
||
|
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
|
||
|
{{ end }}
|