{{ define "main" }} {{/* This template is the same as the default and is here to demonstrate that if you have a content directory called "post" you can create a layouts directory, just for that section. */}} {{ $summary_template := "summary" }} {{ if $.Param "ananke.pages.show_list_images" }} {{ $summary_template = "summary-with-image" }} {{ end }}
{{/* former internal template */}} {{ partial "pagination.html" . }}
{{ end }}