{{ $cv := index $.Site.Data.json_resume $.Site.Language.Lang }} {{ with $cv.basics }}
{{ partial "json-resume/basics-image.html" . }} {{ with .name }}
{{ . }}
{{ end }} {{ with .label }}
{{ . }}
{{ end }} {{ with .email }}
{{ . }}
{{ end }} {{ with .phone }}
{{ . }}
{{ end }} {{ with .url }}
{{ . }}
{{ end }} {{ with .summary }}
{{ . }}
{{ end }} {{ with .location }} {{ with .address }}
{{ . }}
{{ end }} {{ with .postalCode }}
{{ . }}
{{ end }} {{ with .city }}
{{ . }}
{{ end }} {{ with .countryCode }}
{{ . }}
{{ end }} {{ with .region }}
{{ . }}
{{ end }} {{ end }} {{ with where .profiles "username" "ne" nil }}
{{ range . }} {{ partial "simple-icon.html" (dict "url" .url "network" .network "username" .username) }} {{ end }}
{{ end }} {{ with where .profiles "username" "eq" nil }}
{{ range . }} {{ partial "simple-icon.html" (dict "url" .url "network" .network "username" .username) }} {{ end }}
{{ end }}
{{ end }}