Who are we?

{{ range (where .Site.RegularPages "Type" "authors") }}

{{ .Page.Params.name }}

{{ .Page.Params.position }}

{{ if .Page.Params.website }} {{ end }} {{ if .Page.Params.twitter }} {{ end }} {{ if .Page.Params.github }} {{ end }} {{ if .Page.Params.email }} {{ end }} {{ if .Page.Params.gpg }} {{ end }}
{{ end }}