{{ if $.Param "enableBio" }}
  
    {{ else }}
      {{ if .Site.Params.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 }}