{{ if .Site.Params.feature }}
{{ $features := .Site.Params.feature }} {{ range $i, $e := $features }} {{ $features_count := $e | len }}
{{ with .image_path }} icon depicting {{ $e.heading }} {{ end }}

{{ .heading }}

{{.tagline}}

{{ .copy }}
{{ end }}
{{ end }}