Back to Vector

Section Pages List

website/layouts/partials/docs/section-pages-list.html

0.55.0334 B
Original Source

{{ $shouldRender := or .Sections .RegularPages }} {{ $hasSections := .Sections }} {{ if $shouldRender }}

{{ with .Sections }}

Subsections

{{ range . }} {{ .Render "section-card" }} {{ end }} {{ end }} {{ with .RegularPages }}

Pages in this section

{{ range . }} {{ .Render "section-card" }} {{ end }} {{ end }} {{ end }}