{{ define "main" }}
See an archive of all {{ .Type }} here. {{ if eq .Title "Posts" }}{{ end }} {{ if eq .Title "Projects" }}{{ end }} {{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }} {{ .Render "summary" }} {{ end }} {{ if eq .Title "Posts" }}{{ end }} {{ if eq .Title "Projects" }}{{ end }} {{ partial "article-pagination.html" . }} {{ partial "article-archive-link.html" . }}
{{ end }}