{{ define "main" }}

{{ .Title }}

Here’s a sitemap of informational articles and papers in reversed chronological order: {{- if .Pages -}} {{- $pages := (where .Pages ".Draft" false) -}} {{- /* Use site config params for posts per page if available, otherwise default */ -}} {{- with .Site.Params.list.paginate | default .Site.Params.paginate -}} {{- $pages = $.Paginate $pages . -}} {{- else -}} {{- $pages = .Paginate $pages -}} {{- end -}} {{ partial "pagination.html" . }} {{- end -}}
{{ end }}