Hi, I'm {{ .Site.Params.firstname }}.
{{ .Site.Params.tagline }}
{{ partial "social.html" . }}
About
{{ range .Data.Pages }}
{{if eq .Title "about" }}
{{.Content}}
{{end}}
{{ end }}
{{ if .Site.Params.showprojects }}
{{ partial "projects.html" . }}
{{ end }}
{{ if .Site.Params.showblog }}
{{ partial "blogsection.html" . }}
{{ end }}
Contact
{{ range .Data.Pages }}
{{if eq .Title "contact" }}
{{.Content}}
{{end}}
{{ end }}
{{ if .Site.Params.email }}
{{ .Site.Params.email }}
{{ end }}
{{ partial "social.html" . }}
{{ partial "footer.html" . }}