{{ $author := partial "author-user.html" . }}
{{ $count := 0 }}
{{ $result := false }}
{{ range .Site.Pages }}
{{ if or
(in .Content "")
(in .Content "")
(in .Content "")
(in .Content "")
}}
{{ if eq .Type $author }}
{{ $result = true }}
{{ $count = add $count 1 }}
{{ if le $count 10 }}
{{ .Render "summary" }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if not $result }}
{{ end }}