{{- $profile := .Params.profile -}} {{- if not $profile -}} {{- $profile = site.Params.profile -}} {{- end -}} {{- with $profile -}} {{- if eq .enable true -}}
{{- with .avatar -}}{{- end -}} {{- with .name -}}

{{- . -}}

{{- end -}} {{- with .bio -}}
{{- . | markdownify -}}
{{- end -}}
{{- with .github -}}  {{- . -}} {{- end -}} {{- with .docker -}}  {{- . -}} {{- end -}} {{- with .twitter -}}  @{{- . -}} {{- end -}} {{- with .email -}}  {{- . -}} {{- end -}}
{{- end -}} {{- end -}}