{{ define "head" }}
{{ end }}
{{ define "title" }}
{{ .Site.Title }}
{{ end }}
{{ define "main" }}
{{- partial "sections/hero.html" . -}}
{{- partial "sections/projects.html" . -}}
{{- partial "sections/achievements.html" . -}}
{{- partial "sections/contact.html" . -}}
{{ end }}