{{ if $.Param "enableBio" }}
{{ else }}
{{ if $.Param "bioImageUrl" }}
{{ else if (fileExists "static/images/whoami/avatar.png") }}
{{ else if (fileExists "static/images/whoami/avatar.jpg") }}
{{ else if (fileExists "static/images/whoami/avatar.svg") }}
{{ else }}
{{ end }}
{{ end }}