{{ partial "header.html" . }}
{{ partial "navbar.html" . }}
{{ range where .Data.Pages "Type" "home" }}
{{ if eq .Title "about" }}
 {{ partial "publication_links" (dict "content" $page "is_list" 1) }} 
                        {{ if .Truncated }}
                            {{ .Summary }}
                        {{ else }}
                            {{ .Content }}
                        {{ end }}
                    Recent Publications
                
            
                    {{ range $index, $page := first 10 (where .Data.Pages "Type" "publication") }}
                    
Posts
                
            {{ .Title }}
                    {{ partial "article_metadata" (dict "content" . "is_list" 1) }}
                    Projects
            
                {{ range where .Data.Pages "Type" "project" }}
                    
{{ title $page.Title }}
            Contact