{{ define "main" }} {{ .Content }}
{{- if .Site.Params.showTagList }}

Tags

{{ range .Site.Taxonomies.tags }}

{{ .Page.Title }} ({{ len . }})

{{ partial "inline/postList.html" . }}
{{ end }} {{- end }} {{ with where .Site.RegularPages "Draft" true }}

Drafts

{{ partial "inline/postList.html" . }} {{ end }} {{ with where .Site.RegularPages "Draft" false }}

All Pages

{{ partial "inline/postList.html" . }} {{ else }}

No pages found

{{ end }} {{ end }} {{ define "partials/inline/postList.html" }} {{ end }}