Sign in
apache
/
comdev-site
/
refs/heads/non-code-02
/
.
/
layouts
/
_default
/
list.html
blob: 5e47456266a9ed43d24fd104751b5d5437c51beb [
file
] [
log
] [
blame
]
{{ define "main" }}
{{ .Content }}
{{ if .Params.list_pages }}
<ul
class
=
"child-pages"
>
{{ range .Paginator.Pages.ByWeight }} {{ partial "page-summary" . }} {{ end }}
<section>
{{ partial "pagination" .}}
</section>
</ul>
{{ end }}
{{ end }}