{{ define "header" }} {{ partial "header.html" . }} {{ end }} {{ define "content" }}
{{ range (where .Data.Pages "Type" "not in" (slice "about" "portfolio")).GroupBy "Section" }} {{ range .Pages }}
{{ .Title }}{{ if .Draft }} {{ end }} {{ .Date.Format (.Site.Params.dateformat | default "Jan 02, 2006") }} {{ if .Description }} {{ .Description }} {{ else }} {{ .Summary }} {{ end }} {{ if .Truncated }} {{ end }}
{{ end }} {{ end }}
{{ end }} {{ define "footer" }} {{ if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} {{ partial "footer/font-awesome-js.html" . }} {{ end }}