{{ range where .Pages.ByWeight "Params.current" true }}
{{end}}
{{.Params.name}} {{.Params.degree}}
{{.Params.tit}}
{{ if not (eq .Params.orcid "") }} {{ end }}
{{ if not (eq .Params.pic "") }}
{{ if (ne .Params.title "Henry_g") }}
{{ end }}
{{ if (eq .Params.title "Henry_g") }}
{{ end }}
{{ end }}
{{.Content}}
{{end}}
Former Members
{{ range where .Pages.ByWeight "Params.current" false }}
{{end}}
{{.Params.name}} {{.Params.degree}}
{{.Params.tit}}
{{ if not (eq .Params.orcid "") }} {{ end }}
{{ if not (eq .Params.pic "") }}
{{ end }}
{{.Content}}
{{end}}