{{ $id := delimit (slice "gitlab" (partial "functions/uid.html" .)) "-" }} {{- $gitlabURL := print (default "https://gitlab.com/" (.Get "baseURL")) "api/v4/projects/" (.Get "projectID") -}} {{- $gitLabData := getJSON ($gitlabURL) -}} {{- with $gitLabData -}}
{{ partial "icon.html" "gitlab" }}
{{ .name_with_namespace | markdownify | emojify }}

{{ .description | markdownify | emojify }}

{{ partial "icon.html" "star" }}
{{ .star_count }}
{{ partial "icon.html" "fork" }}
{{ .forks_count }}
{{- end -}}