{{ define "title" }}{{ .Title }}{{ end }} {{ define "controls" }} {{ with .Params.link }} {{ end }} {{ with .Parent }} {{ end }} {{ end }} {{ define "main" }}
{{ .Content }}
{{ end }} {{ define "status" }}{{ .Description }}{{ end }} {{ define "footer" }} {{ range .Paginator.Pages.ByPublishDate.Reverse }} {{ partial "wm/window" (dict "title" .Title "icon" "/img/a39icon.png") }}

{{ .Title }}

{{ .Content }}

{{ partial "wm/status-bar" .Description }} {{ partial "wm/window-end" . }} {{ end }} {{ template "_internal/pagination.html" . }} {{ end }}