{{ if or .Site.Params.message (and (not .Site.Params.title_l1) (not .Site.Params.title_l2)) }}
!
{{if and (not .Site.Params.title_l1) (not .Site.Params.title_l2)}}Error: Please use sample-config.toml from Shapez-Theme folder as boilerplate config.{{ else }}{{ .Site.Params.message }}{{ end }}
{{ end }}
{{ $paginator := .Paginate (where .Site.RegularPages "Section" "post") 2 }}
{{ range $paginator.Pages.ByDate.Reverse }}