{{ define "main" }} {{ range sort .Paginator.Pages }}

{{ partial "docs/title" . }}

{{ partial "docs/post-meta" . }}
{{- .Summary | truncate 256 -}}
{{- $thumbnail := default "thumbnail.*" .Params.BookPostThumbnail -}} {{- with or (.Resources.GetMatch $thumbnail) (resources.GetMatch $thumbnail) -}}
{{- end -}}
{{ end }} {{ end }} {{ define "toc-container" }} {{ end }} {{ define "toc" }} {{ partial "docs/taxonomy" . }} {{ end }} {{ define "footer" }} {{ partial "docs/pagination.html" . }} {{ end }}