{{ define "content" -}} {{ if eq .Site.Params.home_mode "post" -}}
{{- partial "home/profile.html" . -}} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "posts") -}} {{ range where $paginator.Pages "Params.show_in_homepage" "!=" false -}} {{ .Render "summary" -}} {{ end -}} {{ partial "paginator.html" . -}}
{{- else -}} {{ partial "home/profile.html" . -}} {{ end -}} {{ end }}