Files
paige-hugo/layouts/_default/paige/section.html
2023-03-04 15:40:17 -08:00

10 lines
203 B
HTML

{{ define "main" }}
{{ $page := . }}
{{ if $page.Param "paige.section_pages.full_pages" | not }}
{{ partial "paige/article.html" $page }}
{{ end }}
{{ partial "paige/pages.html" $page }}
{{ end }}