{{ define "main" }}
{{if not .IsHome }}

{{ .Params.name }}

{{ .Params.bio }}

Projects | {{ .Params.email}}
{{ with .Resources.GetMatch "avatar" }} {{ .Params.alt }} {{ end }} {{ end }}
{{ .Content }}

Posts:

{{ range .Data.Pages }} {{ partial "article-card.html" . }} {{ end }}
{{ end }}