{{ if .profile_details }}
{{ if .profile_details.thumbnail }} {{ $image := replace .profile_details.thumbnail "200x200" "150x150" }} {{ $alttext := printf "Foto van %s" .profile_details.name }} {{ if and (.add_link_to_image) (.profile_details.profile_page) }}{{ end }} {{ partial "show-image.html" (dict "context" . "image" $image "alt" $alttext) }} {{ if and (.add_link_to_image) (.profile_details.profile_page) }}{{ end }} {{ end }}
{{ end }}