{{ range $index, $element := .Pages.ByWeight | first $numberOfProjectsToShow }}
{{ if not .Params.external_link }}
{{ with .Title }}
{{ . }}
{{ end }}
{{ with .Resources.ByType "image" }}
{{ range first 1 (sort . "Params.weight") }}
{{ $image := .Resize "640x" }}
{{ end }}
{{ end }}
{{ with .Content }}
{{ . }}
{{ end }}
{{ end }}
{{ end }}
{{ partial "top-icon.html" . }}