{{ .Site.Params.name }}

{{ .Site.Params.role }}

{{ with .Site.Params.organization }}

{{ . }}

{{ end }}
    {{ range .Site.Params.social }}
  • {{ end }}
{{ .Content }}
{{ with .Params.interests }}

{{ .title | default "Interests" | markdownify }}

    {{ range .interests }}
  • {{ . }}
  • {{ end }}
{{ end }} {{ with .Params.education }}

{{ .title | default "Education" | markdownify }}

    {{ range .courses }}
  • {{ .course }}, {{ .year }}

    {{ .institution }}

  • {{ end }}
{{ end }}