mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
9301947b25
git-subtree-dir: themes/gohugoioTheme git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
5 lines
194 B
HTML
Executable File
5 lines
194 B
HTML
Executable File
{{ define "main" }}
|
|
{{ $section_to_display := .Sections | default .Paginator.Pages }}
|
|
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
|
|
{{ end }}
|