{{ define "main" }}
{{ if (where .Site.RegularPages "Section" "top") }} {{ range where .Site.RegularPages "Section" "top" }}

{{ .Title }}

{{ .Content }}
{{ end }} {{ end }}

Recent posts

{{ if (where .Site.RegularPages "Section" "updates") }}

Project updates

{{ end }}
{{ if (where .Site.RegularPages "Section" "projects") }}

Projects

{{ range where .Site.RegularPages "Section" "projects" }}

{{ .Title }}

{{ .Summary }}

See more...

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