{{ partial "header.html" . }}

{{ .Title }}

{{ .Description }}

{{ range .Pages.ByWeight }}

{{.Params.name}} {{.Params.degree}}

{{.Params.tit}}

{{ if not (eq .Params.orcid "") }}

orcid.org/{{.Params.orcid}}

{{ end }}
{{ if not (eq .Params.pic "") }} {{ end }}

{{.Content}}



{{end}}
{{ partial "footer.html" . }}