{{ define "user/fragments/repoCard" }} {{/* root, repo, fullName [,starButton [,starData]] */}} {{ $root := index . 0 }} {{ $repo := index . 1 }} {{ $fullName := index . 2 }} {{ $starButton := false }} {{ $starData := dict }} {{ if gt (len .) 3 }} {{ $starButton = index . 3 }} {{ if gt (len .) 4 }} {{ $starData = index . 4 }} {{ end }} {{ end }} {{ with $repo }}