{{ i "trending-up" "size-4 flex-shrink-0" }}
Trending
{{ if .Repos }}
{{ range $index, $repo := .Repos }}
{{ template "singleLineRepo" (list $ $repo) }}
{{ end }}
{{ else }}
No trending repositories this week
{{ end }}
{{ end }}
{{ define "singleLineRepo" }}
{{ $root := index . 0 }}
{{ $repo := index . 1 }}
{{ with $repo }}
{{ $repoOwner := resolve .Did }}
{{/* a real anchor per row: a stretched (absolute inset-0) link inside a
position:relative table row breaks hit-testing on safari, which does
not support positioned table rows as containing blocks */}}