{{- define "main" -}}
{{- $posts := where .Site.RegularPages "Section" "posts" -}}
{{- $featured := where $posts "Params.featured" true -}}
{{- $hero := index $featured 0 -}}
{{- $secondary := after 1 $featured | first 3 -}}
{{- $latest := complement $featured $posts -}}
{{- with $hero -}}
{{- .Description -}}
{{- .Title -}}
{{- end -}}
By {{ .Params.name | default .Title }}
{{ .Site.Params.description }}
About the magazine {{ partial "icon.html" "arrow-right" }}