{{ define "main" }} {{ if or (eq .Section "post") (eq .Section "posts") (eq .Section "blog") (eq .Section "blogs") (eq .Section "nieuws") (eq .Section "categories") (eq .Section "tags") }}
{{ $paginator := .Paginate .Data.Pages }} {{ range $paginator.Pages }} {{ "" | safeHTML }}
{{ end }} {{"" | safeHTML }}
{{ $paginator := .Paginator }} {{ $adjacent_links := 2 }} {{ $max_links := (add (mul $adjacent_links 2) 1) }} {{ $lower_limit := (add $adjacent_links 1) }} {{ $upper_limit := (sub $paginator.TotalPages $adjacent_links) }} {{ if gt $paginator.TotalPages 1 }} {{ end }}
{{"" | safeHTML }}
{{ partial "components/sidebar.html" . }}
{{ else }}
{{.Content }}
{{ end }} {{ end }}