{{ $ := .root }} {{ $page := .page }}

{{ with $page.Title }}{{ . | markdownify }}{{ end }}

{{ with $page.Params.subtitle }}

{{ . | markdownify }}

{{ end }}
{{ with $page.Content }}

{{ . | markdownify }}

{{ end }}
{{ range $page.Params.filter }} {{ .name }} {{ end }}
{{ if eq $page.Params.view 0 }}
{{ else }}
{{ range $project := where $.Data.Pages "Type" "project" }} {{ $.Scratch.Set "project_url" $project.Permalink }} {{ $.Scratch.Set "target" "" }} {{ if $project.Params.external_link }} {{ $.Scratch.Set "project_url" $project.Params.external_link }} {{ $.Scratch.Set "target" "target=\"_blank\"" }} {{ end }}
{{ with $project.Params.image_preview }} {{ end }}

{{ .Title }}

{{ with $project.Params.summary }}

{{ . | markdownify }}

{{ end }}
{{ end }}
{{ end }}