{{- $githubData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} {{- $githubColors := .Site.Data.githubColors -}} {{- with $githubData -}}
{{ 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 -}}