{{ .Format "January 2, 2006" }} - {{ $.Param "author" }}
{{ end }}{{ .Title }}
{{ .Content }} {{ $.Scratch.Set "pageTitle" .Title }} {{ $.Scratch.Set "site" .Site }} {{ $.Scratch.Set "prev" .PrevInSection }} {{ $.Scratch.Set "next" .NextInSection }} {{ with .Section}} {{ range last 1 (where ($.Scratch.Get "site").RegularPages "Section" "catalogue") }} {{ if ne .Title ($.Scratch.Get "pageTitle") }} {{ end }} {{ $.Scratch.Set "firstTitle" .Title }} {{ with ($.Scratch.Get "prev") }} {{ if ne .Title ($.Scratch.Get "firstTitle") }}< Tell us that one from the other day
{{ end }} {{ end }} {{ end }} {{ range first 1 (where ($.Scratch.Get "site").RegularPages "Section" "catalogue") }} {{ $.Scratch.Set "latestTitle" .Title }} {{ with ($.Scratch.Get "next") }} {{ if ne .Title ($.Scratch.Get "latestTitle") }} {{ end }} {{ end }} {{ if ne .Title ($.Scratch.Get "pageTitle") }} {{ end }} {{ end }} {{ end }} {{- partial "footer.html" . -}}