{{ define "main" }} {{- partial "header/hero.html" (dict "title" .Title "image" .Params.image "context" . ) -}}
{{ partial "articles/articles.html" . }} {{ partial "commons/pagination.html" . }}
{{ if .Params.blocks }} {{ partial "blocks/list.html" .Params.blocks }} {{ end }} {{ end }}