{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ partial "page_header.html" . }}
{{ with .Content }}
{{ . }}
{{ end }} {{ $paginator := .Paginate .Data.Pages }} {{ range $paginator.Pages }} {{ $params := dict "post" . }} {{ if eq $.Params.list_format 0 }} {{ partial "post_li_simple" $params }} {{ else }} {{ partial "post_li_detailed" $params }} {{ end }} {{ end }} {{ partial "pagination" . }}
{{ partial "footer_container.html" . }} {{ partial "footer.html" . }}