{{ $cv := index $.Site.Data.json_resume $.Site.Language.Lang }} {{ with $cv.projects }}
{{ range . }}
{{ delimit .roles ", " }}
{{ partial "json-resume/duration.html" (dict "context" . "site" $.Site) }}
{{ if .url }} {{ .name }} {{ else }} {{ .name }} {{ end }} {{ with .type }} ({{ . }}) {{ end }} {{ with .description }} {{ . }} {{ end }}
{{ with .entity }}
{{ . }}
{{ end }}
{{ with .highlights }}
    {{ range . }}
  • {{ . }}
  • {{ end }}
{{ end }}
{{ with .keywords }}

{{ delimit . ", " }}

{{ end }}
{{ end }}
{{ end }}