<ul class="compact fa-ul"> {{ $url := .Get "url" }} {{ range getJSON $url }} {{ $p := . }} <li> <p><strong><a href="{{ $p.html_url }}" target="_blank">{{ $p.name }}:</a></strong> Stars: {{$p.stargazers_count}} · Forks: {{$p.forks_count}} · Size: {{$p.size}} · Type: {{$p.language}} <br /> {{ $p.description }}</p> </li> {{ end }} </ul>