{{ .Content }}
{{ partial "tags.html" . }}
{{ partial "page_author.html" . }}
{{ $page := . }}
{{ $project := .File.ContentBaseName }}
{{ $items := where (where .Site.RegularPages "Type" "post") ".Params.projects" "intersect" (slice $project) }}
{{ $count := len $items }}
{{ if ge $count 1 }}