{{ partial "general/feature-image.html" . }}
{{ .Content }}
{{$creatorName := .Title}}
{{ range (where .Site.Pages "Section" "projets") }}
{{$currentPage := .}}
{{range .Params.project_types}}
{{if eq . $creatorName}}
{{partial "projets/project-entry.html" $currentPage}}
{{ end }}
{{ end }}
{{ end }}