{{ $currentPage := . }} {{ range .Site.Menus.main }} {{ if or ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) }}

{{ .Name }} Posts

{{ end }} {{ end }}
{{.Content}} {{ $paginator := .Paginate (where .Pages "Type" "post") (index .Site.Params "paginate" | default 10) }} {{ if ne $paginator.TotalPages 0 }} {{ range $paginator.Pages.ByDate.Reverse }} {{ .Render "summary" }} {{ end }} {{ else }}

There's nothing here.
Create an interesting post with the command:

$ hugo new post/hello-world.md

{{ end }} {{ if gt $paginator.TotalPages 1 }} {{ end }}