{{ range (first 3 (where .Site.RegularPages "Type" "!=" "response")) }}
<articleclass="post h-entry entry">
{{ if eq .Type "article"}}{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3class="p-name entry-title"><ahref="{{ .Permalink}}"class="u-url">{{ .Title }}</a></h3>{{ end }}
{{ if eq .Type "article"}}{{ with .Page.Params.images }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3class="p-name entry-title"><ahref="{{ .Permalink}}"class="u-url">{{ .Title }}</a></h3>{{ end }}
<sectionclass="e-content">{{ if not (eq .Type "article")}}{{ .Content }}{{ else}}{{ .Summary }}{{ end }}