{{ define "main" }} {{ partial "blogPageHeader.html" . }}
{{ .Content }}
{{ if ne .Params.projects nil }}

{{ T "part_of_project" (len .Params.projects) }}: {{ range .Params.projects }}{{ with $.Site.GetPage (printf "projects/%s" .) }}{{ .Title }}{{ end }}{{ end }}

{{ end }} {{ end }}